sha256:592fa72dc6b2a45e027f0445f09f2d37564484b66833b8bdc34e35fb9c5dd1e8
OS/ARCH
Compressed size
79.98 MB
Last pushed
over 1 year by olegselajev241
Type
Image
Manifest digest
sha256:04df9b23eb9b9dc664662a57f62e24307221b76c720d7da5cbf483c161bfa1d1
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.13.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.01 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.28 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.34 KB16USER appuser0 B17ENV NODE_ENV=production0 B18RUN /bin/sh -c yarn workspaces3.8 MB19COPY ./src ./src # buildkit2.35 KB20EXPOSE map[3000/tcp:{}]0 B21CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'