sha256:e186af89f5b336e5b9992675f4966a90cb193d35830b6efa8e049aa7ac2cd8e4
OS/ARCH
Compressed size
35.11 MB
Last pushed
about 1 month by rilusmahmud
Type
Image
Manifest digest
sha256:a25704cc7604fbe82ef8b3f155425d1c66694b9ece5285faa4cf36c2000ce706
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6RUN /bin/sh -c apt-get update2.99 MB7RUN /bin/sh -c groupadd --gid3.46 KB8RUN /bin/sh -c mkdir -p293 B9COPY --chown=appuser:appuser /app/dist /usr/share/nginx/html #1.88 MB10RUN /bin/sh -c chown -R1.88 MB11COPY nginx.conf /etc/nginx/nginx.conf # buildkit449 B12COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit373 B13RUN /bin/sh -c chmod +x374 B14EXPOSE [80/tcp]0 B15USER appuser0 B16ENTRYPOINT ["/docker-entrypoint.sh"]0 B17CMD ["nginx" "-g" "daemon off;"]0 BCommand
ARG RELEASE