sha256:ecd5a6782e7ee483b5fb303916c4bfb0d7852b7a22a0cdaf33261f3042c650d7
OS/ARCH
linux/amd64
Compressed size
82.27 MB
Last pushed
about 1 year by somsakc
Type
Image
Manifest digest
sha256:ecd5a6782e7ee483b5fb303916c4bfb0d7852b7a22a0cdaf33261f3042c650d7
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.19.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.74 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 B10LABEL org.opencontainers.image.title=nodejs-echo-api0 B11LABEL org.opencontainers.image.description=node.js echo api0 B12LABEL org.opencontainers.image.source=https://github.com/somsakc/nodejs-echo-api0 B14LABEL org.opencontainers.image.license=MIT0 B15LABEL org.opencontainers.image.version=1.0.00 B16COPY /tmp/workout/index.js /opt/nodejs-echo-api/index.js # buildkit815 B17COPY /tmp/workout/package.json /opt/nodejs-echo-api/package.json # buildkit374 B18COPY /tmp/workout/node_modules /opt/nodejs-echo-api/node_modules # buildkit652.45 KB19ENV HOME=/opt/nodejs-echo-api0 B20RUN /bin/sh -c apt-get -y6.34 MB21USER node:node0 B22WORKDIR /opt/nodejs-echo-api32 B23EXPOSE map[8080/tcp:{}]0 B24ENTRYPOINT ["npm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'