Sign inSign up

datagrok/demo_db_chembl:37

Index digest

sha256:3ce802ca013bc5acce6980f1ddab185a681037a5297c883b0bd7ccecce305bc3

OS/ARCH

linux/amd64

Compressed size

9.03 GB

Last pushed

2 days by alexaprm

Type

Image

Manifest digest

sha256:7331ce9e1e360daae5cdc86bd94e568d1a4fa0e3545d5d758c02e51dc31ef65c

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=22.040 B
4ADD file ... in / 29.23 MB
5CMD ["/bin/bash"]0 B
6ARG RDK_VERSION=2024.09.1-16.40 B
7ARG DEBIAN_FRONTEND=noninteractive0 B
8RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh1.07 MB
9RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh4.17 KB
10COPY /opt/rdkit /opt/rdkit # buildkit81.71 MB
11COPY src/rdkit_2024.09.1-16.4-conda-env.yaml /opt/rdkit/conda-env.yaml # buildkit251 B
12ENV PATH=/opt/rdkit/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
13ENV PGDATA=/var/lib/postgresql/data0 B
14RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh166 B
15COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit783 B
16RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh781 B
17USER grok0 B
18EXPOSE [5432/tcp]0 B
19STOPSIGNAL SIGINT0 B
20ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B
21CMD ["postgres"]0 B
22USER root0 B
23RUN /bin/sh -c set -ex1.93 MB
24USER grok0 B
25ENV PGDATA=/home/grok/postgresql/data0 B
26VOLUME [/home/grok/postgresql/data]0 B
27ENV POSTGRES_USER=superuser0 B
28ENV POSTGRES_DB=chembl0 B
29RUN /bin/sh -c initdb -U4.09 MB
30ARG CHEMBL_VERSION=370 B
31COPY --chown=grok:grok ./src/rdkit.sql /tmp/rdkit.sql #568 B
32RUN |1 CHEMBL_VERSION=37 /bin/sh -c8.91 GB
33RUN |1 CHEMBL_VERSION=37 /bin/sh -c2.27 KB
34RUN |1 CHEMBL_VERSION=37 /bin/sh -c8.94 KB
35COPY /docker-entrypoint-initdb.d/postgres_ro_user.sh /docker-entrypoint-initdb.d/postgres_ro_user.sh # buildkit413 B
36COPY /usr/local/bin/postgres_ro_user.sql /usr/local/bin/postgres_ro_user.sql # buildkit393 B
37COPY ./src/postgres-docker-entrypoint.sh /usr/local/bin/postgres-docker-entrypoint.sh # buildkit4.62 KB
38COPY ./src/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit309 B
39COPY ./src/healthcheck.sh /usr/local/bin/docker-healthcheck.sh # buildkit623 B
40ENV DB_SCHEMA=public,rdk0 B
41HEALTHCHECK {Test:[CMD docker-healthcheck.sh] Interval:0s Timeout:0s0 B
42ENTRYPOINT ["entrypoint.sh"]0 B
43CMD ["postgres"]0 B

Command

 ARG RELEASE