Sign inSign up

autobase/console:2.5.0

API management
Web servers
Databases & storage
Manifest digest

sha256:2b91fd0f9cb3f6941b4db08bccedce482944cefaad4d8f60c25a5566d767beb2

OS/ARCH

linux/amd64

Compressed size

390.09 MB

Last pushed

10 months by autobase

Type

Image

Manifest digest

sha256:2b91fd0f9cb3f6941b4db08bccedce482944cefaad4d8f60c25a5566d767beb2

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
3ENV NGINX_VERSION=1.29.10 B
4ENV NJS_VERSION=0.9.10 B
5ENV NJS_RELEASE=1~bookworm0 B
6ENV PKG_RELEASE=1~bookworm0 B
7ENV DYNPKG_RELEASE=1~bookworm0 B
8RUN /bin/sh -c set -x42.02 MB
9COPY docker-entrypoint.sh / # buildkit629 B
10COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B
11COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B
12COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB
13COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB
14ENTRYPOINT ["/docker-entrypoint.sh"]0 B
15EXPOSE map[80/tcp:{}]0 B
16STOPSIGNAL SIGQUIT0 B
17CMD ["nginx" "-g" "daemon off;"]0 B
18LABEL maintainer=Vitaliy Kukharik [email protected]0 B
19COPY /go/src/pg-console/pg-console /usr/local/bin/ # buildkit12.77 MB
20COPY console/db/migrations /etc/db/migrations # buildkit15.97 KB
21COPY /usr/src/pg-console/dist /usr/share/nginx/html/ # buildkit2.7 MB
22COPY console/ui/nginx/nginx.conf /etc/nginx/ # buildkit1.13 KB
23COPY console/ui/env.sh console/ui/.env console/ui/.env.production /usr/share/nginx/html/884 B
24RUN /bin/sh -c chmod +x723 B
25ARG POSTGRES_VERSION0 B
26ENV POSTGRES_VERSION=160 B
27ARG POSTGRES_PORT0 B
28ENV POSTGRES_PORT=54320 B
29ARG POSTGRES_PASSWORD0 B
30ENV POSTGRES_PASSWORD=postgres-pass0 B
31ARG PGDATA0 B
32ENV PGDATA=/var/lib/postgresql/16/main0 B
33ARG PG_UNIX_SOCKET_DIR0 B
34ENV PG_UNIX_SOCKET_DIR=/var/run/postgresql0 B
35ARG PG_CONSOLE_API_HOST0 B
36ENV PG_CONSOLE_API_HOST=localhost0 B
37ARG PG_CONSOLE_API_PORT0 B
38ENV PG_CONSOLE_API_PORT=80800 B
39ARG PG_CONSOLE_UI_PORT0 B
40ENV PG_CONSOLE_UI_PORT=800 B
41SHELL [/bin/bash -o pipefail -c]0 B
42RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass305.52 MB
43RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass130.4 KB
44COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit945 B
45COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit213 B
46COPY console/db/pg_start.sh /pg_start.sh # buildkit889 B
47RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass887 B
48COPY console/supervisord.conf /etc/supervisor/supervisord.conf # buildkit499 B
49VOLUME [/var/lib/postgresql]0 B
50EXPOSE map[5432/tcp:{}]0 B
51EXPOSE map[8080/tcp:{}]0 B
52EXPOSE map[80/tcp:{}]0 B
53ENTRYPOINT []0 B
54CMD ["/usr/bin/supervisord" "--configuration=/etc/supervisor/supervisord.conf" "--nodaemon"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000'