We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eaa53 commit cfd0f2aCopy full SHA for cfd0f2a
os_microshift.Containerfile
@@ -7,8 +7,6 @@ COPY overlay.d/00-temp/ /
7
RUN microdnf install --setopt=install_weak_deps=False \
8
-y rpmbuild && chmod +x /usr/bin/fakerpm.sh \
9
&& mkdir -p /srv/fakerpms/ && pushd /srv/fakerpms/ \
10
- && /usr/bin/fakerpm.sh openvswitch3.3 \
11
- # See https://github.com/openshift/microshift/pull/967
12
&& /usr/bin/fakerpm.sh openshift-clients
13
# Prefer to use the clients from the OKD's GitHub release page
14
0 commit comments