Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #525 from mneverov/align-nft-version
Browse files Browse the repository at this point in the history
Downgrade kpng alpine image to align nftables with nodes OS.
  • Loading branch information
k8s-ci-robot authored Aug 25, 2023
2 parents 7b47b3f + 45958f0 commit a456b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ add . ./
run go install -trimpath -buildvcs=false ./cmd/...

# the real image
from alpine:3.17
from alpine:3.16
entrypoint ["/bin/kpng"]
run apk add --update iptables ip6tables iproute2 ipvsadm nftables ipset conntrack-tools
copy --from=build /go/bin/ /bin/

0 comments on commit a456b72

Please sign in to comment.