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

Commit

Permalink
Downgrade kpng alpine image to align nftables with nodes OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mneverov committed Aug 25, 2023
1 parent 6828e4e commit 45958f0
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 45958f0

Please sign in to comment.