Skip to content

Commit

Permalink
Update to 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Nov 5, 2024
1 parent e096a7e commit 4d54cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_microshift.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY overlay.d/10-fcos/ /
COPY overlay.d/15-microshift/ /
COPY --from=artifacts /srv/fakerpms/ /tmp/rpms/

RUN set -x; PACKAGES_INSTALL="NetworkManager-ovs cri-o cri-tools /tmp/rpms/*.rpm"; \
RUN set -x; PACKAGES_INSTALL="NetworkManager-ovs /tmp/rpms/*.rpm"; \
rpm-ostree install $PACKAGES_INSTALL \
&& rpm-ostree install microshift \
&& ls -l /usr/sbin/ovs-vswitchd \
Expand Down

0 comments on commit 4d54cf8

Please sign in to comment.