sha256:403f251c25b81681105211382702f36ec81dee95c36cd887b0346c901648046a
OS/ARCH
Compressed size
472 MB
Last pushed
about 1 month by circlecipublicimage
Type
Image
Manifest digest
sha256:3a23dc565f456b3352d223f66e3dbe9cfe71f9849497aa55976d772f433107f6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 26.33 MB5CMD ["/bin/bash"]0 B7SHELL [/bin/bash -exo pipefail -c]0 B8ENV DEBIAN_FRONTEND=noninteractive TERM=dumb PAGER=cat0 B9RUN /bin/bash -exo pipefail -c13.5 MB10ENV PATH=/home/circleci/bin:/home/circleci/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B11RUN /bin/bash -exo pipefail -c195.02 MB12ENV DOCKER_VERSION=5:28.1.1-1~ubuntu0 B13RUN /bin/bash -exo pipefail -c112.76 MB14ENV COMPOSE_VER=2.27.20 B15ENV COMPOSE_SWITCH_VERSION=1.0.50 B16RUN /bin/bash -exo pipefail -c17.35 MB17RUN /bin/bash -exo pipefail -c3.67 MB18USER circleci0 B19RUN /bin/bash -exo pipefail -c193 B20WORKDIR /home/circleci/project32 B22ENV PG_VER=15.190 B23ENV PG_MAJOR=150 B24ENV POSTGRES_HOST_AUTH_METHOD=trust0 B25ENV PATH=/usr/lib/postgresql/15/bin:/home/circleci/bin:/home/circleci/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B26ENV PGDATA=/var/lib/postgresql/data0 B27ENV POSTGRES_DB=circle_test0 B28ENV PGTAP_VERSION=1.2.00 B29ENV PARTMAN_VERSION=4.7.20 B30USER root0 B31RUN /bin/bash -exo pipefail -c99.96 MB32RUN /bin/bash -exo pipefail -c994.99 KB33RUN /bin/bash -exo pipefail -c2.43 MB34RUN /bin/bash -exo pipefail -c116 B35COPY pg_cron.sh /docker-entrypoint-initdb.d/ # buildkit451 B36COPY custom-postgresql.conf /etc/postgresql/custom-postgresql.conf # buildkit257 B37COPY docker-entrypoint.sh /usr/local/bin/ # buildkit4.32 KB38RUN /bin/bash -exo pipefail -c122 B39RUN /bin/bash -exo pipefail -c4.51 KB40ENTRYPOINT ["docker-entrypoint.sh"]0 B41STOPSIGNAL SIGINT0 B42EXPOSE [5432/tcp]0 B43CMD ["postgres"]0 BCommand
ARG RELEASE