Skip to content

Commit

Permalink
Add iproute2
Browse files Browse the repository at this point in the history
Busybox's "ip route" does not show MTU. The MTU is going to be needed by
upcoming cilium-cli connectivity tests to check for IP fragmentation
when encryption is enabled.

Signed-off-by: Martynas Pumputis <[email protected]>
  • Loading branch information
brb authored and aanm committed Jun 20, 2024
1 parent 990e475 commit 52eed89
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 @@ -10,5 +10,5 @@ FROM registry.k8s.io/pause:3.10@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f50
# TARGETARCH
FROM docker.io/library/alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
COPY --from=pause /pause /usr/bin/pause
RUN apk add --no-cache curl iputils bind-tools tcpdump
RUN apk add --no-cache curl iputils bind-tools tcpdump iproute2
ENTRYPOINT ["/usr/bin/curl"]

0 comments on commit 52eed89

Please sign in to comment.