Sign inSign up

erikmagkekse/ziti-edge-proxy:feature-helm-chart

Networking
Internet of things
Developer tools
Index digest

sha256:54c9093c346df31aa2f28d497c51e488d8e5a781c5c1687b04911b336edb23b0

OS/ARCH

linux/amd64

Compressed size

53.44 MB

Last pushed

almost 2 years by erikmagkekse

Type

Image

Manifest digest

sha256:d437ea8ffa0868bb4b71072c4435c86ef7e98275a24ae32c8dc55d370c07df1e

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.16 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.10.150 B
7ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe790 B
8RUN /bin/sh -c set -eux;14.92 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11ENV USER=appuser0 B
12ENV GROUP=appuser0 B
13ENV UID=123450 B
14ENV GID=234560 B
15ENV USER_HOME=/app0 B
16ENV VIRTUAL_ENV=/app/.venv0 B
17ENV SOCKS_ENABLED=TRUE0 B
18ENV HTTP_ENABLED=TRUE0 B
19ENV PROXY_HOST=127.0.0.10 B
20ENV SOCKS_PORT=10800 B
21ENV HTTP_PORT=10800 B
22ENV PROXY_USERNAME=user0 B
23ENV PROXY_PASSWORD=password0 B
24RUN /bin/sh -c mkdir /app93 B
25WORKDIR /app32 B
26RUN /bin/sh -c addgroup 1.19 KB
27RUN /bin/sh -c chown -R102 B
28USER appuser0 B
29COPY --chown=appuser:appuser src/main.py /app/main.py #2.3 KB
30COPY --chown=appuser:appuser requirements.txt /app/requirements.txt #159 B
31COPY --chown=appuser:appuser entrypoint.sh /app/entrypoint.sh #380 B
32RUN /bin/sh -c chmod 755376 B
33RUN /bin/sh -c python3 -m5.56 MB
34ENV PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
35RUN /bin/sh -c pip3 install2.87 MB
36EXPOSE map[1080/tcp:{}]0 B
37EXPOSE map[8080/tcp:{}]0 B
38ENTRYPOINT ["/app/entrypoint.sh"]0 B
39CMD ["python" "main.py"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'