sha256:13fbc197c84ea470e10ae6a569513892c9d11351ad74116d9e0d5cf039efe32d
OS/ARCH
Compressed size
102.53 MB
Last pushed
about 1 month by kiwicopple
Type
Image
Manifest digest
sha256:2fb7ca28e2758a2cbbd411686ccdcd78bc1c1c7d8f9b8ab0b9f3bd931fde86ee
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update3.21 MB11WORKDIR /usr/src/app133 B12COPY /usr/src/app/node_modules node_modules # buildkit23.03 MB13COPY /usr/src/app/dist dist # buildkit114.23 KB14COPY package.json ./ # buildkit1.32 KB15ENV PG_META_PORT=80800 B16CMD ["node" "dist/server/server.js"]0 B17EXPOSE [8080/tcp]0 B18HEALTHCHECK {Test:[CMD-SHELL node -e "fetch('http://localhost:8080/health').then((r)0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1785715200'