File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
installer-kube-apiserver-artifacts Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1212RUN yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False iproute && yum clean all
1313COPY --from=builder /tmp/build/* /usr/bin/
1414LABEL 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"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ENV GO_COMPLIANCE_EXCLUDE=".*"
4444ENV KUBE_STATIC_OVERRIDES=kube-apiserver
4545RUN 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
4848COPY --from=macbuilder /go/src/k8s.io/kubernetes/_output/local/bin/darwin/amd64/kube-apiserver /usr/share/openshift/darwin/amd64/kube-apiserver
4949COPY --from=macarmbuilder /go/src/k8s.io/kubernetes/_output/local/bin/darwin/arm64/kube-apiserver /usr/share/openshift/darwin/arm64/kube-apiserver
5050COPY --from=linuxbuilder /go/src/k8s.io/kubernetes/_output/local/bin/linux/amd64/kube-apiserver /usr/share/openshift/linux/amd64/kube-apiserver
Original file line number Diff line number Diff 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
99RUN INSTALL_PKGS="conntrack-tools iptables nftables" && \
1010 yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
1111 yum clean all && rm -rf /var/cache/*
You can’t perform that action at this time.
0 commit comments