sha256:e966413039ac672f81f84bc36331d851b046f6ffc776d6a343ca162a839d1d87
OS/ARCH
linux/amd64
Compressed size
176.85 MB
Last pushed
13 days by balana
Type
Image
Manifest digest
sha256:3dd5cf09cd425b539ebc0f65d99fc9a5dffb68e35abdf2401cce2b06e36edb40
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.31.50 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x4.19 MB8COPY docker-entrypoint.sh / # buildkit628 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 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.37 KB13ENTRYPOINT ["/docker-entrypoint.sh"]0 B14EXPOSE map[80/tcp:{}]0 B15STOPSIGNAL SIGQUIT0 B16CMD ["nginx" "-g" "daemon off;"]0 B17RUN /bin/sh -c apk upgrade365.91 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.3.0.620 B29COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit523 B30WORKDIR /aiforce97 B31COPY --chown=1001:1001 /aiforce/ . #84.31 MB32COPY ./docker-entrypoint.sh /aiforce/docker-entrypoint.sh # buildkit1.06 KB33RUN |4 GID=1001 UID=1001 APP_VERSION=v2.3.0.6284.31 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