sha256:0f82f75a92fc5c83d07cfe2bc37927754a5e2477fab61813b2fd23bdc6b3155b
OS/ARCH
Compressed size
350.46 MB
Last pushed
12 days by kiwicopple
Type
Image
Manifest digest
sha256:58eb0a5e05ceb9b679dcc6113883f7908f6d4026f743a46e6625b02ca8a01318
Image Layers
1ADD alpine-minirootfs-3.23.5-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add4.35 MB4RUN /bin/sh -c addgroup -S1023 B5COPY /nix /nix # buildkit341.24 MB6COPY /tmp/groonga-plugins/plugins /usr/lib/groonga/plugins # buildkit99.69 KB7COPY /usr/local/bin/gosu /usr/local/bin/gosu # buildkit730.64 KB8RUN /bin/sh -c mkdir -p298 B9RUN /bin/sh -c for f3.14 KB10RUN /bin/sh -c ln -sf1.01 KB11RUN /bin/sh -c chown -R2.31 KB12COPY ansible/files/postgresql_config/postgresql.conf.j2 /etc/postgresql/postgresql.conf # buildkit8.33 KB13COPY ansible/files/postgresql_config/pg_hba.conf.j2 /etc/postgresql/pg_hba.conf # buildkit1.95 KB14COPY ansible/files/postgresql_config/pg_ident.conf.j2 /etc/postgresql/pg_ident.conf # buildkit1016 B15COPY ansible/files/postgresql_config/conf.d /etc/postgresql-custom/conf.d # buildkit355 B16COPY ansible/files/postgresql_config/postgresql-stdout-log.conf /etc/postgresql/logging.conf # buildkit278 B17COPY ansible/files/postgresql_config/supautils.conf.j2 /etc/postgresql-custom/supautils.conf # buildkit1.57 KB18COPY ansible/files/postgresql_extension_custom_scripts /etc/postgresql-custom/extension-custom-scripts # buildkit3.78 KB19COPY ansible/files/pgsodium_getkey_urandom.sh.j2 /usr/lib/postgresql/bin/pgsodium_getkey.sh # buildkit363 B20COPY ansible/files/postgresql_config/custom_walg.conf /etc/postgresql-custom/wal-g.conf # buildkit390 B21COPY ansible/files/postgresql_config/custom_read_replica.conf /etc/postgresql-custom/read-replica.conf # buildkit335 B22COPY ansible/files/walg_helper_scripts/wal_fetch.sh /home/postgres/wal_fetch.sh # buildkit396 B23COPY ansible/files/walg_helper_scripts/wal_change_ownership.sh /root/wal_change_ownership.sh # buildkit633 B24RUN /bin/sh -c sed -i8.38 KB25RUN /bin/sh -c sed -i9.63 KB26RUN /bin/sh -c sed -i8.38 KB27COPY migrations/db /docker-entrypoint-initdb.d/ # buildkit13.72 KB28COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql # buildkit522 B29COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql # buildkit272 B30RUN /bin/sh -c echo "CREATE223 B31ADD https://raw.githubusercontent.com/docker-library/postgres/6edb0a8c4def40c371514b34aef9037ec82d9110/17/alpine3.23/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit5.16 KB32RUN /bin/sh -c mkdir -p313 B33ENV PATH=/nix/var/nix/profiles/default/bin:/usr/lib/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B34ENV PGDATA=/var/lib/postgresql/data0 B35ENV POSTGRES_HOST=/var/run/postgresql0 B36ENV POSTGRES_USER=supabase_admin0 B37ENV POSTGRES_DB=postgres0 B38ENV POSTGRES_INITDB_ARGS=--allow-group-access --locale-provider=icu --encoding=UTF-8 --icu-locale=en_US.UTF-80 B39ENV LANG=en_US.UTF-80 B40ENV LANGUAGE=en_US:en0 B41ENV LC_ALL=en_US.UTF-80 B42ENV GRN_PLUGINS_DIR=/usr/lib/groonga/plugins0 B43ENV LOCALE_ARCHIVE=/nix/var/nix/profiles/default/lib/locale/locale-archive0 B44ENTRYPOINT ["docker-entrypoint.sh"]0 B45HEALTHCHECK &{["CMD-SHELL" "pg_isready -U postgres0 B46STOPSIGNAL SIGINT0 B47EXPOSE map[5432/tcp:{}]0 B48CMD ["postgres" "-D" "/etc/postgresql"]0 BCommand
ADD alpine-minirootfs-3.23.5-aarch64.tar.gz / # buildkit