diff --git a/Dockerfile b/Dockerfile index a1d6c7ac56..cee3bc4bd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV GOCACHE="/go/rhel8/.cache" ENV GOMODCACHE="/go/rhel8/pkg/mod" RUN make install DESTDIR=./instroot-rhel8 && tar -C instroot-rhel8 -cf instroot-rhel8.tar . -FROM registry.ci.openshift.org/ocp/4.21:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal-test ARG TAGS="" COPY install /manifests RUN if [ "${TAGS}" = "fcos" ]; then \ diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index a6f11fe388..af3e4e20e6 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -20,7 +20,7 @@ ENV GOCACHE="/go/rhel8/.cache" ENV GOMODCACHE="/go/rhel8/pkg/mod" RUN make install DESTDIR=./instroot-rhel8 && tar -C instroot-rhel8 -cf instroot-rhel8.tar . -FROM registry.ci.openshift.org/ocp/4.21:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal-test ARG TAGS="" COPY install /manifests RUN if [ "${TAGS}" = "fcos" ]; then \