harlequix
  • Joined on 2020-05-02

dscp-toy (latest)

Published 2025-01-29 14:49:01 +01:00 by harlequix

Installation

docker pull git.rust.cloud/harlequix/dscp-toy:latest
sha256:d9edc6338168c1fae93dafe5ae10a0332d9047764ea64a2dfdb5717198062d6e

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:c2e78eb585ec4e503f14c4ea98f4962c998f5eb075749507953f85387742694b in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y wget net-tools iputils-ping tcpdump ethtool iperf iproute2 # buildkit
COPY setup.sh . # buildkit
RUN /bin/sh -c chmod +x setup.sh # buildkit
COPY run_endpoint.sh . # buildkit
RUN /bin/sh -c chmod +x run_endpoint.sh # buildkit
RUN /bin/sh -c wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod +x wait-for-it.sh # buildkit
ENTRYPOINT ["/run_endpoint.sh"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-loguru # buildkit
RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python # buildkit
COPY run_endpoint.sh . # buildkit
RUN /bin/sh -c chmod +x run_endpoint.sh # buildkit
COPY sender.py . # buildkit
COPY server.py . # buildkit
ENTRYPOINT ["./run_endpoint.sh"]

Labels

Key Value
com.docker.compose.project dscp_test
com.docker.compose.service dscp-toy
com.docker.compose.version 2.32.4
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-01-29 14:49:01 +01:00
0
OCI / Docker
linux/amd64
82 MiB
Versions (1) View all
latest 2025-01-29