• Joined on 2022-09-20

quiche (v0.14.0)

Published 2022-09-21 00:24:14 +02:00 by michael

Installation

docker pull git.rust.cloud/michael/quiche:v0.14.0
sha256:e568874cc10fbe30da41c601b79d334716e1df2df9eadc3cb34b8d5349ebe3f6

Image Layers

ADD file:b83df51ab7caf8a4dc35f730f5a18a59403300c59eecae4cf5779cba0f6fda6e in /
CMD ["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"]
WORKDIR /quiche
COPY /build/apps/target/debug/quiche-client /build/apps/target/debug/quiche-server /build/apps/run_endpoint.sh ./ # buildkit
ENV RUST_LOG=trace
ENTRYPOINT ["./run_endpoint.sh"]
Details
Container
2022-09-21 00:24:14 +02:00
1
OCI / Docker
linux/amd64
85 MiB
Versions (8) View all
v0.16.0 2023-02-28
v0.15.0 2023-02-28
v0.14.0 2022-09-21
v0.13.0 2022-09-21
v0.12.0 2022-09-21