sha256:b20c742f779b813fa4a3ec109515271bf1258b909c190726333a30d5841ddafd
OS/ARCH
linux/amd64
Compressed size
67.62 MB
Last pushed
11 months by cavaneigen
Type
Image
Manifest digest
sha256:877ed5db8974fd630411654ba649d6458f8764e259cb1009ed5d5b6f8a1549f1
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.48 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 B10LABEL tee.launch_policy.allow_cmd_override=true0 B11LABEL tee.launch_policy.log_redirect=always0 B12LABEL tee.launch_policy.allow_mount_destinations=/run/container_launcher0 B13WORKDIR /app93 B14COPY package*.json ./ # buildkit8.97 KB15RUN /bin/sh -c npm install2.58 MB16COPY server.js ./ # buildkit1.98 KB17COPY test_socket.sh /test_socket.sh # buildkit341 B18RUN /bin/sh -c chmod +x32 B19ENV NODE_ENV=production0 B20ENV PORT=30000 B21EXPOSE [3000/tcp]0 B22ENTRYPOINT ["/test_socket.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'