Skip to content

Commit

Permalink
Switch kube-proxy-base to using iptables-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn committed Mar 3, 2023
1 parent 759b3e6 commit 857e4bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG BASE_IMAGE
FROM $BASE_IMAGE
FROM 736510011942.dkr.ecr.us-west-2.amazonaws.com/eks-distro-minimal-base-iptables:foo.2

ARG TARGETARCH
ARG TARGETOS
Expand All @@ -22,4 +22,6 @@ COPY bin/release-src/$TARGETOS-$TARGETARCH/go-runner /go-runner
COPY LICENSES /LICENSES
COPY ATTRIBUTION.txt /ATTRIBUTION.txt

RUN ["update-alternatives", "--set", "iptables", "/usr/sbin/iptables-wrapper"]

ENTRYPOINT ["/go-runner"]

0 comments on commit 857e4bc

Please sign in to comment.