sha256:c3b33218f47ad3473c2fbe9c22dc9215add9bd990aa996169e58de7155e5ffb2
OS/ARCH
linux/amd64
Compressed size
367.16 MB
Last pushed
about 1 year by autobase
Type
Image
Manifest digest
sha256:c3b33218f47ad3473c2fbe9c22dc9215add9bd990aa996169e58de7155e5ffb2
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB3ENV NGINX_VERSION=1.29.10 B4ENV NJS_VERSION=0.9.10 B5ENV NJS_RELEASE=1~bookworm0 B6ENV PKG_RELEASE=1~bookworm0 B7ENV DYNPKG_RELEASE=1~bookworm0 B8RUN /bin/sh -c set -x42.03 MB9COPY docker-entrypoint.sh / # buildkit629 B10COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B11COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B12COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB13COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB14ENTRYPOINT ["/docker-entrypoint.sh"]0 B15EXPOSE map[80/tcp:{}]0 B16STOPSIGNAL SIGQUIT0 B17CMD ["nginx" "-g" "daemon off;"]0 B19COPY /go/src/pg-console/pg-console /usr/local/bin/ # buildkit13.45 MB20COPY console/db/migrations /etc/db/migrations # buildkit14.41 KB21COPY /usr/src/pg-console/dist /usr/share/nginx/html/ # buildkit1.35 MB22COPY console/ui/nginx/nginx.conf /etc/nginx/ # buildkit1.13 KB23COPY console/ui/env.sh console/ui/.env console/ui/.env.production /usr/share/nginx/html/869 B24RUN /bin/sh -c chmod +x723 B25ARG POSTGRES_VERSION0 B26ENV POSTGRES_VERSION=160 B27ARG POSTGRES_PORT0 B28ENV POSTGRES_PORT=54320 B29ARG POSTGRES_PASSWORD0 B30ENV POSTGRES_PASSWORD=postgres-pass0 B31ARG PGDATA0 B32ENV PGDATA=/var/lib/postgresql/16/main0 B33ARG PG_UNIX_SOCKET_DIR0 B34ENV PG_UNIX_SOCKET_DIR=/var/run/postgresql0 B35ARG PG_CONSOLE_API_HOST0 B36ENV PG_CONSOLE_API_HOST=localhost0 B37ARG PG_CONSOLE_API_PORT0 B38ENV PG_CONSOLE_API_PORT=80800 B39ARG PG_CONSOLE_UI_PORT0 B40ENV PG_CONSOLE_UI_PORT=800 B41SHELL [/bin/bash -o pipefail -c]0 B42RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass283.26 MB43RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass132.38 KB44COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit949 B45COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit215 B46COPY console/db/pg_start.sh /pg_start.sh # buildkit890 B47RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass890 B48COPY console/supervisord.conf /etc/supervisor/supervisord.conf # buildkit501 B49VOLUME [/var/lib/postgresql]0 B50EXPOSE map[5432/tcp:{}]0 B51EXPOSE map[8080/tcp:{}]0 B52EXPOSE map[80/tcp:{}]0 B53ENTRYPOINT []0 B54CMD ["/usr/bin/supervisord" "--configuration=/etc/supervisor/supervisord.conf" "--nodaemon"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'