Skip to content

Commit

Permalink
Merge pull request #2127 from danwinship/kube-proxy-4.18
Browse files Browse the repository at this point in the history
SDN-5457: Bump kube-proxy image to 4.18 base images
  • Loading branch information
openshift-merge-bot[bot] authored Nov 6, 2024
2 parents b903dd2 + f7a6af3 commit 960cb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-hack/images/kube-proxy/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
WORKDIR /go/src/k8s.io/kubernetes
COPY . .
RUN make WHAT='cmd/kube-proxy' && \
mkdir -p /tmp/build && \
cp /go/src/k8s.io/kubernetes/_output/local/bin/linux/$(go env GOARCH)/kube-proxy /tmp/build

FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
RUN INSTALL_PKGS="conntrack-tools iptables nftables" && \
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
yum clean all && rm -rf /var/cache/*
Expand Down

0 comments on commit 960cb69

Please sign in to comment.