sha256:679c52c863c78796135a058efb87b39190dffba475390b6e61cc8874e1349b9c
OS/ARCH
linux/arm64
Compressed size
219.06 MB
Last pushed
3 months by yvlasov
Type
Image
Manifest digest
sha256:679c52c863c78796135a058efb87b39190dffba475390b6e61cc8874e1349b9c
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.54 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7RUN /bin/sh -c apt-get update106.72 MB8RUN /bin/sh -c curl -fsSL21.01 MB9RUN /bin/sh -c curl -fsSL48.62 MB10COPY procwatch/requirements.txt /opt/procwatch/requirements.txt # buildkit230 B11RUN /bin/sh -c python3 -m15.15 MB12COPY procwatch/main.py procwatch/manager.py procwatch/config.py /opt/procwatch/4.78 KB13COPY procwatch/templates/ /opt/procwatch/templates/ # buildkit5.87 KB14RUN /bin/sh -c mkdir -p138 B15COPY scripts/ /opt/vpn/ # buildkit857 B16RUN /bin/sh -c chmod +x853 B17COPY config/dnsmasq.conf /config/dnsmasq.conf # buildkit251 B18COPY config/danted.conf /config/danted.conf # buildkit269 B19COPY config/procwatch-checkpoint.yaml /config/procwatch-checkpoint.yaml # buildkit413 B20COPY config/procwatch-forticlient.yaml /config/procwatch-forticlient.yaml # buildkit389 B21COPY config/proxy.pac /config/proxy.pac # buildkit337 B22COPY config/tinyproxy.conf /config/tinyproxy.conf # buildkit365 B23COPY entrypoint.sh /entrypoint.sh # buildkit1.11 KB24RUN /bin/sh -c chmod +x1.11 KB25EXPOSE [1080/tcp 8080/tcp 8888/tcp]0 B26HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8080/health0 B27ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE