Sign inSign up

autobase/console:2.8.0

Multi-platform
API management
Web servers
Databases & storage
Index digest

sha256:b21c7b21dc24b29fa2ec5c5fb9504c250964ec2536cb3df9b90b2cb4ead13bdc

OS/ARCH

Compressed size

508.86 MB

Last pushed

4 months by autobase

Type

Image

Manifest digest

sha256:d88192837e446c82745c6e6cf5b46fada4ebaa7720b71debe9f1c3b8098db0b8

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=Autobase <[email protected]>0 B
19COPY /go/src/pg-console/pg-console /usr/local/bin/ # buildkit12.54 MB
20COPY console/db/migrations /etc/db/migrations # buildkit17.95 KB
21COPY /usr/src/pg-console/dist /usr/share/nginx/html/ # buildkit4.74 MB
22COPY console/ui/nginx/nginx.conf /etc/nginx/ # buildkit1.63 KB
23COPY console/ui/env.sh console/ui/.env console/ui/.env.production /usr/share/nginx/html/1004 B
24RUN /bin/sh -c chmod +x828 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
41ARG PG_CONSOLE_DBDESK_STUDIO_PORT0 B
42ENV PG_CONSOLE_DBDESK_STUDIO_PORT=98760 B
43ARG DBDESK_EXPRESS_PORT0 B
44ENV DBDESK_EXPRESS_PORT=67890 B
45ENV PG_CONSOLE_DBDESK_STUDIO_URL=/dbdesk/0 B
46ENV PG_CONSOLE_DBDESK_STUDIO_API_URL=http://127.0.0.1:67890 B
47ENV CORS_ORIGIN=*0 B
48SHELL [/bin/bash -o pipefail -c]0 B
49RUN |10 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass375.62 MB
50RUN |10 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass131.56 KB
51COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit950 B
52COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit226 B
53COPY console/db/pg_start.sh /pg_start.sh # buildkit891 B
54RUN |10 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass890 B
55COPY console/supervisord.conf /etc/supervisor/supervisord.conf # buildkit691 B
56COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.12 MB
57COPY /usr/share/nginx/html /usr/share/nginx/dbdesk # buildkit3.42 MB
58COPY /app /opt/dbdesk-studio # buildkit337.23 KB
59VOLUME [/var/lib/postgresql]0 B
60VOLUME [/opt/dbdesk-studio]0 B
61EXPOSE [5432/tcp]0 B
62EXPOSE [8080/tcp]0 B
63EXPOSE [80/tcp]0 B
64EXPOSE [9876/tcp]0 B
65ENTRYPOINT []0 B
66CMD ["/usr/bin/supervisord" "--configuration=/etc/supervisor/supervisord.conf" "--nodaemon"]0 B

Command

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