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 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 29.23 MB5CMD ["/bin/bash"]0 B6ARG RDK_VERSION=2024.09.1-16.40 B7ARG DEBIAN_FRONTEND=noninteractive0 B8RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh1.07 MB9RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh4.17 KB10COPY /opt/rdkit /opt/rdkit # buildkit81.71 MB11COPY src/rdkit_2024.09.1-16.4-conda-env.yaml /opt/rdkit/conda-env.yaml # buildkit251 B12ENV PATH=/opt/rdkit/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B13ENV PGDATA=/var/lib/postgresql/data0 B14RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh166 B15COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit783 B16RUN |2 RDK_VERSION=2024.09.1-16.4 DEBIAN_FRONTEND=noninteractive /bin/sh781 B17USER grok0 B18EXPOSE [5432/tcp]0 B19STOPSIGNAL SIGINT0 B20ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B21CMD ["postgres"]0 B22USER root0 B23RUN /bin/sh -c set -ex1.93 MB24USER grok0 B25ENV PGDATA=/home/grok/postgresql/data0 B26VOLUME [/home/grok/postgresql/data]0 B27ENV POSTGRES_USER=superuser0 B28ENV POSTGRES_DB=chembl0 B29RUN /bin/sh -c initdb -U4.09 MB30ARG CHEMBL_VERSION=370 B31COPY --chown=grok:grok ./src/rdkit.sql /tmp/rdkit.sql #568 B32RUN |1 CHEMBL_VERSION=37 /bin/sh -c8.91 GB33RUN |1 CHEMBL_VERSION=37 /bin/sh -c2.27 KB34RUN |1 CHEMBL_VERSION=37 /bin/sh -c8.94 KB35COPY /docker-entrypoint-initdb.d/postgres_ro_user.sh /docker-entrypoint-initdb.d/postgres_ro_user.sh # buildkit413 B36COPY /usr/local/bin/postgres_ro_user.sql /usr/local/bin/postgres_ro_user.sql # buildkit393 B37COPY ./src/postgres-docker-entrypoint.sh /usr/local/bin/postgres-docker-entrypoint.sh # buildkit4.62 KB38COPY ./src/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit309 B39COPY ./src/healthcheck.sh /usr/local/bin/docker-healthcheck.sh # buildkit623 B40ENV DB_SCHEMA=public,rdk0 B41HEALTHCHECK {Test:[CMD docker-healthcheck.sh] Interval:0s Timeout:0s0 B42ENTRYPOINT ["entrypoint.sh"]0 B43CMD ["postgres"]0 BCommand
ARG RELEASE