Skip to content

Commit 5d88709

Browse files
committed
Test with base-rhel9-minimal-test
1 parent e98e941 commit 5d88709

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

openshift-hack/images/hyperkube/Dockerfile.rhel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler
88
/tmp/build && \
99
gzip /tmp/build/k8s-tests-ext
1010

11-
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
11+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal-test
1212
RUN yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False iproute && yum clean all
1313
COPY --from=builder /tmp/build/* /usr/bin/
1414
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
1515
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
1616
io.openshift.tags="openshift,hyperkube" \
17-
io.openshift.build.versions="kubernetes=1.34.2"
17+
io.openshift.build.versions="kubernetes=1.34.2"

openshift-hack/images/installer-kube-apiserver-artifacts/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ENV GO_COMPLIANCE_EXCLUDE=".*"
4444
ENV KUBE_STATIC_OVERRIDES=kube-apiserver
4545
RUN make WHAT='cmd/kube-apiserver'
4646

47-
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
47+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal-test
4848
COPY --from=macbuilder /go/src/k8s.io/kubernetes/_output/local/bin/darwin/amd64/kube-apiserver /usr/share/openshift/darwin/amd64/kube-apiserver
4949
COPY --from=macarmbuilder /go/src/k8s.io/kubernetes/_output/local/bin/darwin/arm64/kube-apiserver /usr/share/openshift/darwin/arm64/kube-apiserver
5050
COPY --from=linuxbuilder /go/src/k8s.io/kubernetes/_output/local/bin/linux/amd64/kube-apiserver /usr/share/openshift/linux/amd64/kube-apiserver

openshift-hack/images/kube-proxy/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN make WHAT='cmd/kube-proxy' && \
55
mkdir -p /tmp/build && \
66
cp /go/src/k8s.io/kubernetes/_output/local/bin/linux/$(go env GOARCH)/kube-proxy /tmp/build
77

8-
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal-test
99
RUN INSTALL_PKGS="conntrack-tools iptables nftables" && \
1010
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
1111
yum clean all && rm -rf /var/cache/*

0 commit comments

Comments
 (0)