sha256:cbf5c02bfc64db60170ef7b41796844c883b7db418d822fed3d4630326021d0a
OS/ARCH
Compressed size
91 MB
Last pushed
7 months by edfi
Type
Image
Manifest digest
sha256:8d4c05289c808f97e9f21658c286558925e90d0e99f9a6e24b21d2ea470166a7
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 # buildkit632 B30COPY run-adminapp-migrations.sh /docker-entrypoint-initdb.d/2-run-adminapp-migrations.sh # buildkit683 B31RUN /bin/sh -c apk --no-cache296.25 KB32EXPOSE map[5432/tcp:{}]0 B33USER postgres0 B34CMD ["docker-entrypoint.sh" "postgres"]0 B35LABEL maintainer=Ed-Fi Alliance, LLC and0 B36ARG POSTGRES_USER=postgres0 B37ENV POSTGRES_USER=postgres0 B38ENV POSTGRES_DB=postgres0 B39ARG VERSION0 B40ARG ADMIN_API_VERSION=2.3.00 B41ENV VERSION=2.3.00 B42USER root0 B43COPY run-adminapi-migrations.sh /docker-entrypoint-initdb.d/3-run-adminapi-migrations.sh # buildkit687 B44RUN |3 POSTGRES_USER=postgres VERSION=2.3.0 ADMIN_API_VERSION=2.3.02.32 MB45USER postgres0 B46USER root0 B47RUN |3 POSTGRES_USER=postgres VERSION=2.3.0 ADMIN_API_VERSION=2.3.01.26 KB48USER postgres0 B49EXPOSE [5432/tcp]0 B50CMD ["docker-entrypoint.sh" "postgres"]0 BCommand
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /