We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0109d commit 1166917Copy full SHA for 1166917
azure-iptables-monitor/Dockerfile
@@ -20,7 +20,6 @@ RUN GOOS=$OS CGO_ENABLED=0 go build -a -o /go/bin/iptables-monitor -trimpath -ld
20
FROM mariner-core AS iptables
21
RUN tdnf install -y iptables
22
23
-# TODO: change to mariner distroless
24
FROM mariner-distroless AS linux
25
COPY --from=iptables /usr/sbin/*tables* /usr/sbin/
26
COPY --from=iptables /usr/lib /usr/lib
0 commit comments