sha256:ba3ea334297dc86368bff5533bd1569f7134892a6fddb03c06553c8327ab6809
OS/ARCH
linux/arm64
Compressed size
318.43 MB
Last pushed
12 days by fossorial
Type
Image
Manifest digest
sha256:275570873faaadb93c99371a8d97f029300b9240f2ff546fbc0c0ce13b509e1b
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.18.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.01 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update5.59 MB12COPY /app/node_modules ./node_modules # buildkit200.32 MB13COPY /app/package.json ./package.json # buildkit2.47 KB14COPY /app/.next/standalone ./ # buildkit17.84 MB15COPY /app/.next/static ./.next/static # buildkit4.24 MB16COPY /app/dist ./dist # buildkit2.56 MB17COPY /app/server/migrations ./dist/init # buildkit28.25 KB18COPY ./cli/wrapper.sh /usr/local/bin/pangctl # buildkit222 B19RUN /bin/sh -c chmod +x217 B20COPY server/db/names.json ./dist/names.json # buildkit8.8 KB21COPY server/db/ios_models.json ./dist/ios_models.json # buildkit864 B22COPY server/db/mac_models.json ./dist/mac_models.json # buildkit975 B23COPY public ./public # buildkit11.39 MB24ARG BUILD=enterprise0 B25RUN |1 BUILD=enterprise /bin/sh -c117 B26COPY /app/GeoLite2-Country.mmdb ./maxmind/GeoLite2-Country.mmdb # buildkit170 B27COPY /app/GeoLite2-ASN.mmdb ./maxmind/GeoLite2-ASN.mmdb # buildkit166 B28RUN |1 BUILD=enterprise /bin/sh -c130 B29ARG VERSION=1.22.20 B30ARG REVISION=17375348b0769c26b38aafa4d2a6010b8ad9772d0 B31ARG CREATED=2026-09-04T21:23:08Z0 B32ARG LICENSE=Fossorial Commercial0 B33ARG IMAGE_TITLE=Pangolin EE0 B34ARG IMAGE_DESCRIPTION=Pangolin Enterprise Edition -0 B35LABEL org.opencontainers.image.source=https://github.com/fosrl/pangolin org.opencontainers.image.url=https://github.com/fosrl/pangolin org.opencontainers.image.documentation=https://docs.pangolin.net org.opencontainers.image.vendor=Fossorial0 B36CMD ["npm" "run" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'