sha256:484deac29e8b95d927b9b7794cf1d3cbe50ec6df678c58e96f3137fd860c3127
OS/ARCH
linux/amd64
Compressed size
85.26 MB
Last pushed
10 days by rilusmahmud
Type
Image
Manifest digest
sha256:667d39514d3c5bae903ff55a119e1c2b0dda3d324c65c98b702defe6af23b8c8
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.38 MB5CMD ["/bin/bash"]0 B6RUN /bin/sh -c apt-get update1.32 MB7COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.4 MB8COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.01 MB9RUN /bin/sh -c ln -s201 B10RUN /bin/sh -c node --version100.43 KB11WORKDIR /app93 B12COPY --chown=nextjs:nodejs /app/public ./public #1.93 MB13COPY --chown=nextjs:nodejs /app/.next/standalone ./ #5.88 MB14COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #1.24 MB15COPY --chown=nextjs:nodejs /app/entrypoint.sh ./ #389 B16COPY --chown=nextjs:nodejs /app/package.json ./package.json #740 B17RUN /bin/sh -c chmod +x385 B18USER nextjs0 B19EXPOSE [3000/tcp]0 B20HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=10 B21ENTRYPOINT ["/app/entrypoint.sh"]0 B22CMD ["node" "server.js"]0 BCommand
ARG RELEASE