sha256:43a42437e436242344a3593a594c393d9651f57fadd62678ad34ce6da1de290d
OS/ARCH
linux/amd64
Compressed size
504.49 MB
Last pushed
over 2 years by ikolomiyets
Type
Image
Manifest digest
sha256:43a42437e436242344a3593a594c393d9651f57fadd62678ad34ce6da1de290d
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3RUN /bin/sh -c set -eux;1.14 KB4RUN /bin/sh -c set -ex;4.22 MB5ENV GOSU_VERSION=1.160 B6RUN /bin/sh -c set -eux;1.38 MB7RUN /bin/sh -c set -eux;7.69 MB8ENV LANG=en_US.utf80 B9RUN /bin/sh -c set -eux;1.14 MB10RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B11RUN /bin/sh -c set -ex;3.07 KB12ENV PG_MAJOR=160 B13ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin0 B14ENV PG_VERSION=16.1-1.pgdg120+10 B15RUN /bin/sh -c set -ex;103.54 MB16RUN /bin/sh -c set -eux;9.69 KB17RUN /bin/sh -c mkdir -p128 B18ENV PGDATA=/var/lib/postgresql/data0 B19RUN /bin/sh -c mkdir -p169 B20VOLUME [/var/lib/postgresql/data]0 B21COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.22 KB22RUN /bin/sh -c ln -sT187 B23ENTRYPOINT ["docker-entrypoint.sh"]0 B24STOPSIGNAL SIGINT0 B25EXPOSE map[5432/tcp:{}]0 B26CMD ["postgres"]0 B27ARG LIQUIBASE_VERSION=4.3.10 B28ARG POSTGRES_VERSION=42.2.190 B29USER root0 B30RUN |2 LIQUIBASE_VERSION=4.24.0 POSTGRES_VERSION=42.2.19 /bin/sh162.22 MB31ADD https://github.com/liquibase/liquibase/releases/download/v4.24.0/liquibase-4.24.0.tar.gz /liquibase/liquibase-4.24.0.tar.gz # buildkit97.75 MB32RUN |2 LIQUIBASE_VERSION=4.24.0 POSTGRES_VERSION=42.2.19 /bin/sh97.86 MB33ADD https://jdbc.postgresql.org/download/postgresql-42.2.19.jar /app/postgresql.jar # buildkit910.3 KB34ADD init.sh /app/ # buildkit312 B35ADD scripts /app/scripts # buildkit665 B36ADD deploy.xml /app/deploy.xml # buildkit384 B37WORKDIR /app32 B38RUN |2 LIQUIBASE_VERSION=4.24.0 POSTGRES_VERSION=42.2.19 /bin/sh32 B39ENTRYPOINT ["./init.sh"]0 B40CMD ["/liquibase/liquibase" "update"]0 BCommand
ADD file:ac3cd70031d35e46d86b876934946ffc8756de4de065fbc926dce642dac07ff3 in /