mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
7df79f0988
* chore: backport Docker mirror for Envoy integration tests * use hashicorp docker mirror in envoy helper (#9080) * use hashicorp docker mirror to prevent rate limit (#9070) Co-authored-by: R.B. Boyer <rb@hashicorp.com> Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
FROM docker.mirror.hashicorp.services/alpine:latest
|
|
|
|
RUN apk add --no-cache tcpdump
|
|
VOLUME [ "/data" ]
|
|
|
|
CMD [ "-w", "/data/all.pcap" ]
|
|
ENTRYPOINT [ "/usr/sbin/tcpdump" ]
|