Sign inSign up

wgtechlabs/zentrynel:patch-340c664

Security
Integration & delivery
Index digest

sha256:179aff47f0411c4fdf145d42d733958c3d880f72dddcd55cfcca470130437437

OS/ARCH

linux/amd64

Compressed size

135.8 MB

Last pushed

about 17 hours by wgtechlabs

Type

Image

Manifest digest

sha256:a0b217554e838e88d10918f0721d08ffd30ac495d5fe0051d3e6180fa66a3ad1

Image Layers

1ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit3.63 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=26.3.00 B
4RUN /bin/sh -c addgroup -g55.95 MB
5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit452 B
6ENTRYPOINT ["docker-entrypoint.sh"]0 B
7CMD ["node"]0 B
8RUN /bin/sh -c apk update9.55 MB
9WORKDIR /usr/src/app126 B
10ENV NODE_ENV=production NODE_OPTIONS=--enable-source-maps --max-old-space-size=512 HOME=/tmp0 B
11RUN /bin/sh -c addgroup -g964 B
12COPY --chown=nodejs:nodejs /usr/src/app/node_modules ./node_modules #40.06 MB
13COPY --chown=nodejs:nodejs /usr/src/app/dist ./dist #26.61 MB
14COPY --chown=nodejs:nodejs package.json ./ #772 B
15COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit356 B
16RUN /bin/sh -c chmod +x352 B
17ENTRYPOINT ["dumb-init" "--"]0 B
18CMD ["/usr/local/bin/docker-entrypoint.sh" "node" "dist/index.js"]0 B

Command

ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit