Skip to content

Commit cfd0f2a

Browse files
committed
Remove workaround RPM for openvswitch3.x
openshift/microshift#2603 is merged.
1 parent c8eaa53 commit cfd0f2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

os_microshift.Containerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ COPY overlay.d/00-temp/ /
77
RUN microdnf install --setopt=install_weak_deps=False \
88
-y rpmbuild && chmod +x /usr/bin/fakerpm.sh \
99
&& mkdir -p /srv/fakerpms/ && pushd /srv/fakerpms/ \
10-
&& /usr/bin/fakerpm.sh openvswitch3.3 \
11-
# See https://github.com/openshift/microshift/pull/967
1210
&& /usr/bin/fakerpm.sh openshift-clients
1311
# Prefer to use the clients from the OKD's GitHub release page
1412

0 commit comments

Comments
 (0)