Sign inSign up

yvlasov/enterprise-jailbreak:v0.2.0

Index digest

sha256:f393d06e1b7ee6ce70351be809c17176a7179c8ac2250683ff018def5c18542e

OS/ARCH

linux/arm64

Compressed size

226.56 MB

Last pushed

19 days by yvlasov

Type

Image

Manifest digest

sha256:e69a7e4ae9aa10d354d35d29f97322b99a7bfdcebb9949e235bf2a978de6a197

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 27.55 MB
5CMD ["/bin/bash"]0 B
6ENV DEBIAN_FRONTEND=noninteractive0 B
7RUN /bin/sh -c apt-get update107.56 MB
8RUN /bin/sh -c curl -fsSL23.88 MB
9RUN /bin/sh -c curl -fsSL52.24 MB
10COPY procwatch/requirements.txt /opt/procwatch/requirements.txt # buildkit235 B
11RUN /bin/sh -c python3 -m15.31 MB
12COPY procwatch/main.py procwatch/manager.py procwatch/config.py /opt/procwatch/9.57 KB
13COPY procwatch/templates/ /opt/procwatch/templates/ # buildkit6.3 KB
14RUN /bin/sh -c mkdir -p218 B
15COPY scripts/ /opt/vpn/ # buildkit2.87 KB
16RUN /bin/sh -c chmod +x32 B
17COPY config/dnsmasq.conf /config/dnsmasq.conf # buildkit575 B
18COPY config/danted.conf /config/danted.conf # buildkit390 B
19COPY config/procwatch-checkpoint.yaml /config/procwatch-checkpoint.yaml # buildkit870 B
20COPY config/procwatch-forticlient.yaml /config/procwatch-forticlient.yaml # buildkit849 B
21COPY config/proxy.pac /config/proxy.pac # buildkit340 B
22COPY config/tinyproxy.conf /config/tinyproxy.conf # buildkit425 B
23COPY entrypoint.sh /entrypoint.sh # buildkit2.41 KB
24RUN /bin/sh -c chmod +x32 B
25EXPOSE [1080/tcp 8080/tcp 8888/tcp]0 B
26HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8080/alive0 B
27ENTRYPOINT ["/entrypoint.sh"]0 B

Command

 ARG RELEASE