sha256:6e075d69e725e1494e7e1acb1e26f3000aa2281b2a1658aa734cd00725217f7b
OS/ARCH
Compressed size
65.07 MB
Last pushed
6 months by bretfisher
Type
Image
Manifest digest
sha256:10924dc356f744866f7a6456ec77cdef8152ac01e840c174da3ee1b6aad2ac68
Image Layers
1# debian.sh --arch 'armhf' out/22.82 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=33.29 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update3.85 MB11WORKDIR /usr/local/app136 B12RUN /bin/sh -c npm install1.42 MB13COPY package*.json ./ # buildkit12.13 KB14RUN /bin/sh -c npm ci1.96 MB15COPY . . # buildkit71 KB16ENV PORT=800 B17EXPOSE [80/tcp]0 B18ENTRYPOINT ["/usr/bin/tini" "--"]0 B19CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1747699200'