Skip to content

Commit e43b833

Browse files
committed
Update to 4.16
1 parent e586f9d commit e43b833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

os_microshift.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.1 \
10+
&& /usr/bin/fakerpm.sh openvswitch3.3 \
1111
# See https://github.com/openshift/microshift/pull/967
1212
&& /usr/bin/fakerpm.sh openshift-clients
1313
# Prefer to use the clients from the OKD's GitHub release page
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[microshift]
22
name=microshift
33
type=rpm-md
4-
baseurl=https://mirror.openshift.com/pub/openshift-v4/$basearch/microshift/ocp/latest-4.15/el9/os/
4+
baseurl=https://mirror.openshift.com/pub/openshift-v4/$basearch/microshift/ocp/latest-4.16/el9/os/
55
gpgcheck=0
66
enabled=1

0 commit comments

Comments
 (0)