sha256:f04e2e612fd3f393d8ee752253077b743056c4bf4210aa0e9925647a0d4c9931
OS/ARCH
linux/amd64
Compressed size
93 MB
Last pushed
2 days by rilusmahmud
Type
Image
Manifest digest
sha256:3da3d1dbc76214d0acd25669f86d5f7ed49850334240a58da37cac778eb5e6d9
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=25.040 B5ADD file ... in / 28.34 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update1.07 MB8COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.4 MB9COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.01 MB10RUN /bin/sh -c ln -s204 B11WORKDIR /app92 B12COPY --chown=nextjs:nodejs /app/public ./public #313.65 KB13COPY --chown=nextjs:nodejs /app/.next/standalone ./ #14.78 MB14COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #2.1 MB15COPY --chown=nextjs:nodejs /app/entrypoint.sh ./ #577 B16RUN /bin/sh -c mkdir -p117 B17RUN /bin/sh -c chmod +x32 B18EXPOSE [3000/tcp]0 B19ENTRYPOINT ["/app/entrypoint.sh"]0 B20CMD ["node" "server.js"]0 BCommand
ARG RELEASE