Skip to content

Commit

Permalink
DEBUG: don't pull in fresh FCOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Feb 3, 2023
1 parent dc8d2fe commit e83e32a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.ci.openshift.org/origin/4.12:artifacts as artifacts

FROM quay.io/fedora/fedora-coreos:stable
FROM registry.ci.openshift.org/origin/4.12:machine-os-content
ARG FEDORA_COREOS_VERSION=412.37.0

WORKDIR /go/src/github.com/openshift/okd-machine-os
Expand All @@ -20,8 +20,6 @@ RUN cat /etc/os-release \
qemu-guest-agent \
cri-o \
cri-tools \
/tmp/rpms/openshift-clients-[0-9]*.rpm \
/tmp/rpms/openshift-hyperkube-*.rpm \
&& rpm-ostree cleanup -m \
&& ln -s /usr/sbin/ovs-vswitchd.dpdk /usr/sbin/ovs-vswitchd \
&& rm -rf /go /tmp/rpms /var/cache /var/lib/unbound \
Expand Down

0 comments on commit e83e32a

Please sign in to comment.