sha256:43f94885c1ffcd996ae75bb1447c05420a1e97a5c2a2ca0f4dcef38d39866a07
OS/ARCH
Compressed size
98.58 MB
Last pushed
8 days by rilusmahmud
Type
Image
Manifest digest
sha256:0710681e25f7e05fe3aaf3ceb113648ba83d04981d2359978afc3960b5a22435
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 / 26.99 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update1.04 MB8COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.38 MB9COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.01 MB10RUN /bin/sh -c ln -s203 B11WORKDIR /app93 B12COPY --chown=nextjs:nodejs /app/public ./public #313.66 KB13COPY --chown=nextjs:nodejs /app/.next/standalone ./ #21.75 MB14COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #2.11 MB15COPY --chown=nextjs:nodejs /app/entrypoint.sh ./ #575 B16RUN /bin/sh -c mkdir -p119 B17RUN /bin/sh -c chmod +x32 B18EXPOSE [3000/tcp]0 B19ENTRYPOINT ["/app/entrypoint.sh"]0 B20CMD ["node" "server.js"]0 BCommand
ARG RELEASE