Sign inSign up

ohdsi/atlas:2.13.0

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

sha256:e91501a45c96debc83715631a31b3417a37d0ac3020701f9823413ec86cb5b0e

OS/ARCH

Compressed size

60.63 MB

Last pushed

over 3 years by ohdsibuild

Type

Image

Manifest digest

sha256:604fbdf08215b9762434f4cbacf5eed4172d1cd881a1913218f36f8bc737019c

Image Layers

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

Command

ADD file:4696f25d0f019b27457c55b3b128b70bf153f38e3e4eb5bdfc21058543313e94 in /