• Joined on 2022-09-20

quiche (v0.9.0)

Published 2022-09-21 00:15:16 +02:00 by michael

Installation

docker pull git.rust.cloud/michael/quiche:v0.9.0
sha256:93291e41042407cb619e465c538e5c7e1d1228705fee78e004c9d9b5c3bd4b78

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/tools/apps/target/debug/quiche-client /build/tools/apps/target/debug/quiche-server /build/tools/qns/run_endpoint.sh ./ # buildkit
ENV RUST_LOG=trace
ENTRYPOINT ["./run_endpoint.sh"]
Details
Container
2022-09-21 00:15:16 +02:00
1
OCI / Docker
linux/amd64
83 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