sha256:8e76921a53a93bfd57e2721aceb856478b40be9455aaaf33135fde2c3d682424
OS/ARCH
Compressed size
120.95 MB
Last pushed
about 1 year by ooallbridge
Type
Image
Manifest digest
sha256:31f86fb0e2a0465fb174e1658060acdceb7a6006e2e1ca3ac2beaef60ecc6f74
Image Layers
1ADD alpine-minirootfs-3.21.1-aarch64.tar.gz / # buildkit3.8 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.12.00 B4RUN /bin/sh -c addgroup -g47.19 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apk update2.35 MB11RUN /bin/sh -c apk upgrade3.69 MB12RUN /bin/sh -c apk add331 KB13RUN /bin/sh -c npm install11.78 MB14WORKDIR /app93 B15ENV NODE_ENV=production0 B16COPY /app/rest-api/pruned/node_modules ./node_modules # buildkit50.49 MB17COPY /app/rest-api/pruned/dist ./dist # buildkit110.93 KB18COPY /app/rest-api/pruned/public ./public # buildkit8.86 KB19COPY /app/rest-api/pruned/package.json ./ # buildkit1.53 KB20RUN /bin/sh -c adduser -D999 B21USER rest0 B22CMD ["node" "dist/main"]0 BCommand
ADD alpine-minirootfs-3.21.1-aarch64.tar.gz / # buildkit