• Joined on 2022-09-20

aioquic (v0.9.12)

Published 2022-09-20 16:20:41 +02:00 by michael

Installation

docker pull git.rust.cloud/michael/aioquic:v0.9.12
sha256:4733fe8b55772414e2260b464a8000c8df430e3958e1873c8282e907e9f1b8af

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"]
ARG version
RUN |1 version=0.9.12 /bin/sh -c apt-get update # buildkit
RUN |1 version=0.9.12 /bin/sh -c apt-get install -y git-core libssl-dev python3-dev python3-pip # buildkit
RUN |1 version=0.9.12 /bin/sh -c pip3 install asgiref httpbin starlette "werkzeug<2.1" "flask<2.2" wsproto # buildkit
RUN |1 version=0.9.12 /bin/sh -c git clone https://github.com/aiortc/aioquic && cd /aioquic && git checkout ${version} # buildkit
WORKDIR /aioquic
RUN |1 version=0.9.12 /bin/sh -c pip3 install -e . # buildkit
COPY run_endpoint.sh . # buildkit
RUN |1 version=0.9.12 /bin/sh -c chmod +x run_endpoint.sh # buildkit
ENTRYPOINT ["./run_endpoint.sh"]
Details
Container
2022-09-20 16:20:41 +02:00
1
OCI / Docker
linux/amd64
210 MiB
Versions (10) View all
v0.9.9 2022-09-20
v0.9.12 2022-09-20
v0.9.13 2022-09-20
v0.9.14 2022-09-20
v0.9.15 2022-09-20