sha256:21fed41d0733113fc41b74a5f6ecbc372fe4de576ef28b40eae6f729a4b1c46b
OS/ARCH
linux/amd64
Compressed size
78.45 MB
Last pushed
about 2 months by rilusmahmud
Type
Image
Manifest digest
sha256:7bd6640d7bfb696182d58ed2f0a3297f065a409db2803479ae4580a5af44d763
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7RUN /bin/sh -c apt-get update3.65 MB8COPY /usr/local/bin/node /usr/local/bin/node # buildkit34.7 MB9COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit2.64 MB10RUN /bin/sh -c ln -s203 B11RUN /bin/sh -c node --version32 B12WORKDIR /app93 B13COPY --chown=nextjs:nodejs /app/public ./public #1.93 MB14COPY --chown=nextjs:nodejs /app/.next/standalone ./ #5.74 MB15COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #1.43 MB16COPY --chown=nextjs:nodejs /app/entrypoint.sh ./ #417 B17COPY --chown=nextjs:nodejs /app/package.json ./package.json #739 B18RUN /bin/sh -c chmod +x414 B19USER nextjs0 B20EXPOSE [3000/tcp]0 B21HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=10 B22ENTRYPOINT ["/app/entrypoint.sh"]0 B23CMD ["node" "server.js"]0 BCommand
ARG RELEASE