sha256:ca31326d7c863732ed66ff66caf630d6d47df12ee1bc2f4dc234daa96e323957
OS/ARCH
linux/amd64
Compressed size
88.72 MB
Last pushed
over 2 years by edfi
Type
Image
Manifest digest
sha256:70375e3564e9d409dfe8c25d27d504f1b3e15f75e454c9da9f5dc40c30c9d4a3
Image Layers
1ADD file ... in / 3.25 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c set -eux;1.24 KB4ENV LANG=en_US.utf80 B5RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B6ENV PG_MAJOR=130 B7ENV PG_VERSION=13.140 B8ENV PG_SHA256=b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed0 B9ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang150 B10RUN /bin/sh -c set -eux;85.12 MB11RUN /bin/sh -c set -eux;8.81 KB12RUN /bin/sh -c mkdir -p129 B13ENV PGDATA=/var/lib/postgresql/data0 B14RUN /bin/sh -c mkdir -p171 B15VOLUME [/var/lib/postgresql/data]0 B16COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.29 KB17RUN /bin/sh -c ln -sT185 B18ENTRYPOINT ["docker-entrypoint.sh"]0 B19STOPSIGNAL SIGINT0 B20EXPOSE map[5432/tcp:{}]0 B21CMD ["postgres"]0 B22LABEL maintainer=Ed-Fi Alliance, LLC and0 B23ENV POSTGRES_USER=0 B24ENV POSTGRES_PASSWORD=0 B25ENV POSTGRES_DB=postgres0 B26ENV ADMIN_VERSION=6.2.4690 B27ENV SECURITY_VERSION=6.2.5020 B28ENV ADMINAPP_DATABASE_VERSION=3.2.10 B29COPY init-database.sh /docker-entrypoint-initdb.d/1-init-database.sh # buildkit633 B30COPY run-adminapp-migrations.sh /docker-entrypoint-initdb.d/2-run-adminapp-migrations.sh # buildkit685 B31RUN /bin/sh -c apk --no-cache296.24 KB32EXPOSE map[5432/tcp:{}]0 B33USER postgres0 B34CMD ["docker-entrypoint.sh" "postgres"]0 B35LABEL maintainer=Ed-Fi Alliance, LLC and0 B36ENV POSTGRES_USER=0 B37ENV POSTGRES_PASSWORD=0 B38ENV POSTGRES_DB=postgres0 B39ARG VERSION=latest0 B40USER root0 B41COPY run-adminapi-migrations.sh /docker-entrypoint-initdb.d/3-run-adminapi-migrations.sh # buildkit688 B42RUN |1 VERSION=1.4.0 /bin/sh -c40.27 KB43USER postgres0 B44USER root0 B45RUN /bin/sh -c wget -nv1.26 KB46USER postgres0 B47EXPOSE map[5432/tcp:{}]0 B48CMD ["docker-entrypoint.sh" "postgres"]0 BCommand
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /