sha256:9ddbc3744f90fc913c704fa39d985329bfaedfa934d2e5f05e76bd292c56dc1a
OS/ARCH
Compressed size
169.35 MB
Last pushed
4 months by davidzwart
Type
Image
Manifest digest
sha256:3cf3f9d60f4af6f4d666cfd32c974b7a13dc699f0cf0b5deba2ac529c9f7add8
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.78 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt update5.58 MB12RUN /bin/sh -c yarn global12.96 MB13COPY .yarn/releases ./.yarn/releases # buildkit1.02 MB14COPY vite.config.ts tsconfig.json package.json yarn.lock71.9 KB15RUN /bin/sh -c yarn workspaces73.08 MB16COPY .env.template README.md LICENSE CODE_OF_CONDUCT.md21.55 KB17COPY /build/dist/ ./dist/ # buildkit402.16 KB18COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit448 B19RUN /bin/sh -c chmod +x444 B20ENTRYPOINT ["bash" "/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'