sha256:9741897e1bcc0268321cf0550658f252bbf406c9af3cb7b88ebb67a0a2fac7a4
OS/ARCH
Compressed size
117.27 MB
Last pushed
4 days by edfi
Type
Image
Manifest digest
sha256:7f91740d8fe5ffde644c23e40e073f0c05b3dde1e9467f9ebbb993fcbdc3580c
Image Layers
1apt layout176.79 KB2mount /out from exec sh98.2 MB3build postgres18.12 MB4build locale741.45 KB5add users and groups337 B6mkdir /var/lib/postgresql/16/data141 B7copy image/postgres/bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh1.58 KB8merge status17.77 KB9add metadata6.78 KB10LABEL maintainer=Ed-Fi Alliance, LLC and0 B11ARG POSTGRES_USER=postgres0 B12ENV POSTGRES_USER=postgres0 B13ENV POSTGRES_DB=postgres0 B14USER root0 B15COPY /tmp/entrypoint.sh /usr/local/bin/adminapi-db-entrypoint.sh # buildkit1.11 KB16COPY /tmp/1-init-database.sh /docker-entrypoint-initdb.d/1-init-database.sh # buildkit715 B17COPY /tmp/3-run-adminapi-migrations.sh /docker-entrypoint-initdb.d/3-run-adminapi-migrations.sh # buildkit839 B18COPY /tmp/EdFi_Admin.sql /tmp/EdFi_Admin.sql # buildkit7.31 KB19COPY /tmp/EdFi_Security.sql /tmp/EdFi_Security.sql # buildkit14.83 KB20COPY /tmp/AdminApiScripts /tmp/AdminApiScripts # buildkit2.66 KB21USER postgres0 B22EXPOSE [5432/tcp]0 B23ENTRYPOINT ["/usr/local/bin/adminapi-db-entrypoint.sh"]0 BCommand
apt layout