sha256:124b7dd309bc50b2b7a8d9ccb071eddea443b38967d9856e5cf0c9c96dd08c64
OS/ARCH
linux/amd64
Compressed size
174.49 MB
Last pushed
24 days by balana
Type
Image
Manifest digest
sha256:fad77f59326327609e1a8e27acabc85e2082a9c90715592613b2b52bfc110a84
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.31.40 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x1.81 MB8COPY docker-entrypoint.sh / # buildkit628 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B11COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB12COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.36 KB13ENTRYPOINT ["/docker-entrypoint.sh"]0 B14EXPOSE map[80/tcp:{}]0 B15STOPSIGNAL SIGQUIT0 B16CMD ["nginx" "-g" "daemon off;"]0 B17RUN /bin/sh -c apk upgrade365.83 KB18ARG GID0 B19ARG UID0 B20ARG APP_VERSION0 B21ARG SC_MODE=false0 B22ENV SC_MODE=true0 B23LABEL maintainer=HCL Technologies Ltd.0 B24LABEL org.opencontainers.image.title=AIForce - Platform Management0 B25LABEL org.opencontainers.image.description=Proprietary AIForce application container0 B26LABEL org.opencontainers.image.vendor=HCL Technologies Ltd.0 B27LABEL org.opencontainers.image.licenses=Proprietary0 B28LABEL org.opencontainers.image.version=v2.4.0.220 B29COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit523 B30WORKDIR /aiforce97 B31COPY --chown=1001:1001 /aiforce/ . #84.32 MB32COPY ./docker-entrypoint.sh /aiforce/docker-entrypoint.sh # buildkit1.06 KB33RUN |4 GID=1001 UID=1001 APP_VERSION=v2.4.0.2284.32 MB34USER 1001:10010 B35EXPOSE map[3000/tcp:{}]0 B36ENTRYPOINT ["/aiforce/docker-entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit