sha256:2038fc8b9c90ff8cfa564403df7abc2d7f72a5493c06a6744c0400de750e1c90
OS/ARCH
Compressed size
583.9 MB
Last pushed
11 days by zlosttk
Type
Image
Manifest digest
sha256:e2f28a30dd00512275b87d5808ae1e90475105ba397d51d422ddf454d169cf31
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update4.97 MB11RUN /bin/sh -c npx playwright151.53 MB12RUN /bin/sh -c npx playwright284.52 MB13WORKDIR /app92 B14COPY package.json ./ # buildkit851 B15RUN /bin/sh -c npm install60.85 MB16COPY src/ ./src/ # buildkit2.19 MB17COPY scripts/ ./scripts/ # buildkit13.25 KB18RUN /bin/sh -c node scripts/apply-rest-patch.js12.78 KB19COPY data/ ./data/ # buildkit3.26 MB20COPY /app/panel/out/ ./panel/out/ # buildkit385 KB21COPY docker/backup.sh ./docker/backup.sh # buildkit680 B22COPY docker/entrypoint.sh ./docker/entrypoint.sh # buildkit843 B23RUN /bin/sh -c chmod +x1.28 KB24ENV NODE_ENV=production0 B25ENV PANEL_PORT=30010 B26EXPOSE [3001/tcp]0 B27HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://localhost:3001/0 B28ENTRYPOINT ["/app/docker/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'