sha256:28eabd5be77024245974904b1932bb5a2a34f85b1c4f3b3fd0068d79da2345db
OS/ARCH
Compressed size
503.05 MB
Last pushed
about 1 month by circlecipublicimage
Type
Image
Manifest digest
sha256:6d2b35e75f903e82710d1b2f3761856232bd7fcd66239ef8c55bb18f3dcffbb1
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 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.86 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 -c200.56 MB12ENV DOCKER_VERSION=5:28.1.1-1~ubuntu0 B13RUN /bin/bash -exo pipefail -c122.68 MB14ENV COMPOSE_VER=2.27.20 B15ENV COMPOSE_SWITCH_VERSION=1.0.50 B16RUN /bin/bash -exo pipefail -c19 MB17RUN /bin/bash -exo pipefail -c3.95 MB18USER circleci0 B19RUN /bin/bash -exo pipefail -c192 B20WORKDIR /home/circleci/project32 B22ENV PG_VER=14.240 B23ENV PG_MAJOR=140 B24ENV POSTGRES_HOST_AUTH_METHOD=trust0 B25ENV PATH=/usr/lib/postgresql/14/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 -c111.22 MB32RUN /bin/bash -exo pipefail -c995 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.52 KB40ENTRYPOINT ["docker-entrypoint.sh"]0 B41STOPSIGNAL SIGINT0 B42EXPOSE [5432/tcp]0 B43CMD ["postgres"]0 BCommand
ARG RELEASE