Skip to content

Commit 1166917

Browse files
committed
remove comment
1 parent 6b0109d commit 1166917

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-iptables-monitor/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN GOOS=$OS CGO_ENABLED=0 go build -a -o /go/bin/iptables-monitor -trimpath -ld
2020
FROM mariner-core AS iptables
2121
RUN tdnf install -y iptables
2222

23-
# TODO: change to mariner distroless
2423
FROM mariner-distroless AS linux
2524
COPY --from=iptables /usr/sbin/*tables* /usr/sbin/
2625
COPY --from=iptables /usr/lib /usr/lib

0 commit comments

Comments
 (0)