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 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.55 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7RUN /bin/sh -c apt-get update107.56 MB8RUN /bin/sh -c curl -fsSL23.88 MB9RUN /bin/sh -c curl -fsSL52.24 MB10COPY procwatch/requirements.txt /opt/procwatch/requirements.txt # buildkit235 B11RUN /bin/sh -c python3 -m15.31 MB12COPY procwatch/main.py procwatch/manager.py procwatch/config.py /opt/procwatch/9.57 KB13COPY procwatch/templates/ /opt/procwatch/templates/ # buildkit6.3 KB14RUN /bin/sh -c mkdir -p218 B15COPY scripts/ /opt/vpn/ # buildkit2.87 KB16RUN /bin/sh -c chmod +x32 B17COPY config/dnsmasq.conf /config/dnsmasq.conf # buildkit575 B18COPY config/danted.conf /config/danted.conf # buildkit390 B19COPY config/procwatch-checkpoint.yaml /config/procwatch-checkpoint.yaml # buildkit870 B20COPY config/procwatch-forticlient.yaml /config/procwatch-forticlient.yaml # buildkit849 B21COPY config/proxy.pac /config/proxy.pac # buildkit340 B22COPY config/tinyproxy.conf /config/tinyproxy.conf # buildkit425 B23COPY entrypoint.sh /entrypoint.sh # buildkit2.41 KB24RUN /bin/sh -c chmod +x32 B25EXPOSE [1080/tcp 8080/tcp 8888/tcp]0 B26HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8080/alive0 B27ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE