sha256:4a737d08c63de4b4c8a909860891aed75f06365714d93fa81c393eb6adb917dc
OS/ARCH
linux/amd64
Compressed size
75.08 MB
Last pushed
17 days by balana
Type
Image
Manifest digest
sha256:1f1a329920ce680b8a88873fb3fd159f0d21cced576650a157049c064192a958
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.9 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.2.0.450 B29COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit524 B30WORKDIR /aiforce97 B31COPY --chown=1001:1001 /aiforce/ . #33.43 MB32COPY ./docker-entrypoint.sh /aiforce/docker-entrypoint.sh # buildkit1.06 KB33RUN |4 GID=1001 UID=1001 APP_VERSION=v2.2.0.4533.43 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