sha256:10373ae7d92a81f1de0acd68045a04b545ebc5401a5b8db6825967cd1d04ef63
OS/ARCH
linux/amd64
Compressed size
12.32 MB
Last pushed
about 5 hours by balana
Type
Image
Manifest digest
sha256:665cb2271b2cf5ca27b62705acab0c7430c7e3ca1241c5b48e2d202a361488e2
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 B21LABEL maintainer=HCL Technologies Ltd.0 B22LABEL org.opencontainers.image.title=canvas-ui0 B23LABEL org.opencontainers.image.description=canvas frontend web app0 B24LABEL org.opencontainers.image.vendor=HCL Technologies Ltd.0 B25LABEL org.opencontainers.image.version=v2.1.0.170 B26COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit917 B27COPY ./default.conf /etc/nginx/conf.d/default.conf # buildkit1.58 KB28WORKDIR /aiforce97 B29COPY --chown=10001:10001 /aiforce/ . #2.05 MB30COPY ./docker-entrypoint.sh /aiforce/docker-entrypoint.sh # buildkit1.55 KB31RUN |3 GID=10001 UID=10001 APP_VERSION=v2.1.0.172.05 MB32USER 10001:100010 B33EXPOSE map[3000/tcp:{}]0 B34ENTRYPOINT ["/aiforce/docker-entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit