sha256:96431e12cba41643117a904f14c3c6d50a0af63a9a293ed61cd56d5bcffb723a
OS/ARCH
Compressed size
51.17 MB
Last pushed
almost 4 years by ohdsibuild
Type
Image
Manifest digest
sha256:448b6b863e6dc84062437c3cf3059d4e6503bb0bbef0c6a08813269432e55715
Image Layers
1ADD file ... in / 2.67 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.23.00 B5ENV NJS_VERSION=0.7.50 B6ENV PKG_RELEASE=10 B7ARG UID=1010 B8ARG GID=1010 B9RUN |2 UID=101 GID=101 /bin/sh7.04 MB10RUN |2 UID=101 GID=101 /bin/sh2.74 KB11COPY docker-entrypoint.sh / # buildkit609 B12COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit897 B13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit664 B14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.36 KB15ENTRYPOINT ["/docker-entrypoint.sh"]0 B16EXPOSE map[8080/tcp:{}]0 B17STOPSIGNAL SIGQUIT0 B18USER 1010 B19CMD ["nginx" "-g" "daemon off;"]0 B20LABEL org.opencontainers.image.title=OHDSI-Atlas0 B22LABEL org.opencontainers.image.description=ATLAS is an open0 B23LABEL org.opencontainers.image.licenses=Apache-2.00 B24LABEL org.opencontainers.image.vendor=OHDSI0 B25LABEL org.opencontainers.image.source=https://github.com/OHDSI/Atlas0 B26ENV WEBAPI_URL=http://localhost:8080/WebAPI/ CONFIG_PATH=/etc/atlas/config-local.js0 B27COPY ./docker/nginx-default.conf /etc/nginx/conf.d/default.conf # buildkit372 B28COPY ./docker/optimization.conf /etc/nginx/conf.d/optimization.conf # buildkit601 B29COPY ./docker/30-atlas-env-subst.sh /docker-entrypoint.d/30-atlas-env-subst.sh # buildkit578 B30COPY ./images /usr/share/nginx/html/atlas/images # buildkit117.67 KB31COPY ./README.md ./LICENSE /usr/share/nginx/html/atlas/ #4.96 KB32COPY /code/index.html* /usr/share/nginx/html/atlas/ # buildkit4.06 KB33COPY /code/node_modules /usr/share/nginx/html/atlas/node_modules # buildkit34.11 MB34COPY /code/js /usr/share/nginx/html/atlas/js # buildkit7.22 MB35COPY docker/config-local.js /usr/share/nginx/html/atlas/js/config-local.js # buildkit445 BCommand
ADD file:a2648378045615c3785c752423b1afc8dc1c2b213393344f4d0ca17e7255c1cb in /