Sign inSign up

erikmagkekse/ziti-edge-proxy:feature-wildcard-identities-v0.3-alpha

Networking
Internet of things
Developer tools
Index digest

sha256:53fc29d059bb6ac99dee946529a84c7db29ac56d693b625083ddf7a7d08cd32f

OS/ARCH

linux/amd64

Compressed size

49.96 MB

Last pushed

almost 2 years by erikmagkekse

Type

Image

Manifest digest

sha256:37943521f9119bc07a081c797d76bc675cafbb75ae3500ba77b4a9ad4ac570a4

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
3RUN /bin/sh -c set -eux;3.16 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.10 B
6ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d90 B
7RUN /bin/sh -c set -eux;12 MB
8RUN /bin/sh -c set -eux;250 B
9CMD ["python3"]0 B
10ENV USER=appuser0 B
11ENV GROUP=appuser0 B
12ENV UID=123450 B
13ENV GID=234560 B
14ENV USER_HOME=/app0 B
15ENV VIRTUAL_ENV=/app/.venv0 B
16ENV SOCKS_ENABLED=TRUE0 B
17ENV HTTP_ENABLED=TRUE0 B
18ENV PROXY_HOST=127.0.0.10 B
19ENV SOCKS_PORT=10800 B
20ENV HTTP_PORT=10800 B
21ENV PROXY_USERNAME=user0 B
22ENV PROXY_PASSWORD=password0 B
23RUN /bin/sh -c mkdir /app93 B
24WORKDIR /app32 B
25RUN /bin/sh -c addgroup 1.19 KB
26RUN /bin/sh -c chown -R102 B
27USER appuser0 B
28COPY --chown=appuser:appuser src/main.py /app/main.py #2.31 KB
29COPY --chown=appuser:appuser requirements.txt /app/requirements.txt #159 B
30COPY --chown=appuser:appuser entrypoint.sh /app/entrypoint.sh #649 B
31RUN /bin/sh -c chmod 755644 B
32RUN /bin/sh -c python3 -m3.72 MB
33ENV PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
34RUN /bin/sh -c pip3 install4.15 MB
35EXPOSE map[1080/tcp:{}]0 B
36EXPOSE map[8080/tcp:{}]0 B
37ENTRYPOINT ["/app/entrypoint.sh"]0 B
38CMD ["python" "main.py"]0 B

Command

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