sha256:d54d0222cee6c85a0ba52398699ac509bfa1d03630b2b4c75f43c8c1d45ec36e
OS/ARCH
Compressed size
172.16 MB
Last pushed
4 months by davidzwart
Type
Image
Manifest digest
sha256:a88b6d4eb91e2fc0cb027537b7f1b4e8d4cda070ec339cb1602e8b62c50c9bbf
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.35 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11RUN /bin/sh -c apt update5.57 MB12RUN /bin/sh -c yarn global12.96 MB13COPY .yarn/releases ./.yarn/releases # buildkit1.02 MB14COPY vite.config.ts tsconfig.json package.json yarn.lock76.71 KB15RUN /bin/sh -c yarn workspaces76.32 MB16COPY .env.template README.md LICENSE CODE_OF_CONDUCT.md21.52 KB17COPY /build/dist/ ./dist/ # buildkit403.53 KB18COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit450 B19RUN /bin/sh -c chmod +x445 B20ENTRYPOINT ["bash" "/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'