sha256:bb18d2075f544c0f72dddfe5a844fba4df3ec78ffaa4b392a8b29ed009a60028
OS/ARCH
Compressed size
46.13 MB
Last pushed
over 5 years by ohdsibuild
Type
Image
Manifest digest
sha256:bb18d2075f544c0f72dddfe5a844fba4df3ec78ffaa4b392a8b29ed009a60028
Image Layers
1ADD file ... in / 2.59 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.19.70 B5ENV NJS_VERSION=0.5.10 B6ENV PKG_RELEASE=10 B7ARG UID=1010 B8ARG GID=1010 B9RUN |2 UID=101 GID=101 /bin/sh6.57 MB10RUN |2 UID=101 GID=101 /bin/sh5 KB11COPY docker-entrypoint.sh / # buildkit602 B12COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit899 B13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit671 B14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.38 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/0 B27COPY ./docker/optimization.conf /etc/nginx/conf.d/optimization.conf # buildkit604 B28COPY ./docker/30-atlas-env-subst.sh /docker-entrypoint.d/30-atlas-env-subst.sh # buildkit443 B29COPY ./images /usr/share/nginx/html/atlas/images # buildkit117.67 KB30COPY ./README.md ./LICENSE /usr/share/nginx/html/atlas/ #4.96 KB31COPY /code/index.html* /usr/share/nginx/html/atlas/ # buildkit3.97 KB32COPY /code/node_modules /usr/share/nginx/html/atlas/node_modules # buildkit31.28 MB33COPY /code/js /usr/share/nginx/html/atlas/js # buildkit5.56 MB34COPY docker/config-local.js /usr/share/nginx/html/atlas/js/config-local.js # buildkit446 BCommand
ADD file:3bf1497bd250cf7c73c12231dc4ebe3a3a67f2cd99e35bce47ef6674683aeb1d in /