sha256:592fa72dc6b2a45e027f0445f09f2d37564484b66833b8bdc34e35fb9c5dd1e8
OS/ARCH
Compressed size
79.5 MB
Last pushed
over 1 year by olegselajev241
Type
Image
Manifest digest
sha256:6ccc648817ed3f02dbbd9bc989cfce851be028c1ad2a8a4b1709e570c6826a72
Image Layers
1# debian.sh --arch 'arm64' out/26.74 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.13.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=45.69 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 B10RUN /bin/sh -c npm uninstall555.5 KB11WORKDIR /usr/local/app135 B12RUN /bin/sh -c useradd -m3.34 KB13COPY --chown=appuser:appuser package.json yarn.lock .yarnrc.yml72.31 KB14COPY --chown=appuser:appuser .yarn ./.yarn #975.53 KB15RUN /bin/sh -c corepack enable55.36 KB16USER appuser0 B17ENV NODE_ENV=production0 B18RUN /bin/sh -c yarn workspaces3.8 MB19COPY ./src ./src # buildkit2.34 KB20EXPOSE map[3000/tcp:{}]0 B21CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1736726400'