Sign inSign up

ohdsi/atlas:2.12.1

Multi-platform
Integration & delivery
Data science
Web analytics
Index digest

sha256:2e510a1a6c6ec881db9144771988a463ee8c113a87c5934fa35f5253129e28f3

OS/ARCH

Compressed size

50.14 MB

Last pushed

over 3 years by ohdsibuild

Type

Image

Manifest digest

sha256:56d9fb8b3ac87e983bc2d8b47e66df0c814c4b0f310438b79f5428f7cf192ea6

Image Layers

1ADD file ... in / 2.3 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
4ENV NGINX_VERSION=1.23.00 B
5ENV NJS_VERSION=0.7.50 B
6ENV PKG_RELEASE=10 B
7ARG UID=1010 B
8ARG GID=1010 B
9RUN |2 UID=101 GID=101 /bin/sh6.17 MB
10RUN |2 UID=101 GID=101 /bin/sh2.73 KB
11COPY docker-entrypoint.sh / # buildkit609 B
12COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit899 B
13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit672 B
14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB
15ENTRYPOINT ["/docker-entrypoint.sh"]0 B
16EXPOSE map[8080/tcp:{}]0 B
17STOPSIGNAL SIGQUIT0 B
18USER 1010 B
19CMD ["nginx" "-g" "daemon off;"]0 B
20LABEL org.opencontainers.image.title=OHDSI-Atlas0 B
21LABEL org.opencontainers.image.authors=Joris Borgdorff <[email protected]>, Lee0 B
22LABEL org.opencontainers.image.description=ATLAS is an open0 B
23LABEL org.opencontainers.image.licenses=Apache-2.00 B
24LABEL org.opencontainers.image.vendor=OHDSI0 B
25LABEL org.opencontainers.image.source=https://github.com/OHDSI/Atlas0 B
26ENV WEBAPI_URL=http://localhost:8080/WebAPI/ CONFIG_PATH=/etc/atlas/config-local.js0 B
27COPY ./docker/nginx-default.conf /etc/nginx/conf.d/default.conf # buildkit371 B
28COPY ./docker/optimization.conf /etc/nginx/conf.d/optimization.conf # buildkit601 B
29COPY ./docker/30-atlas-env-subst.sh /docker-entrypoint.d/30-atlas-env-subst.sh # buildkit575 B
30COPY ./images /usr/share/nginx/html/atlas/images # buildkit117.67 KB
31COPY ./README.md ./LICENSE /usr/share/nginx/html/atlas/ #4.96 KB
32COPY /code/index.html* /usr/share/nginx/html/atlas/ # buildkit4.06 KB
33COPY /code/node_modules /usr/share/nginx/html/atlas/node_modules # buildkit34.27 MB
34COPY /code/js /usr/share/nginx/html/atlas/js # buildkit7.26 MB
35COPY docker/config-local.js /usr/share/nginx/html/atlas/js/config-local.js # buildkit442 B

Command

ADD file:68590e866bc6db27ad54d23de7dd275d0389cb86e4e6291a1243fcc234f2f7a1 in /