sha256:18ebe69f857b5fc35a94ab414daf208dea4f28cad9fc0aabb28c0795dc09071b
OS/ARCH
Compressed size
98.14 MB
Last pushed
about 1 year by agilebeat
Type
Image
Manifest digest
sha256:e6ed0f0d8331aeb7ddd5338265197882ebbc17f8f30e63c7f0b0d901111cbeef
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.7.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=49.22 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 /app92 B11COPY /app/package.json /app/yarn.lock ./ #27.99 KB12RUN /bin/sh -c yarn install20.45 MB13COPY /app/dist ./ # buildkit22.25 KB14COPY Readme.md /README.md # buildkit1.26 KB15EXPOSE map[3000/tcp:{}]0 B16COPY entrypoint.sh /app/entrypoint.sh # buildkit224 B17RUN /bin/sh -c chmod +x221 B18ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'