Sign inSign up

autobase/console:2.3.2

API management
Web servers
Databases & storage
Manifest digest

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 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.03 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/ # buildkit13.45 MB
20COPY console/db/migrations /etc/db/migrations # buildkit14.41 KB
21COPY /usr/src/pg-console/dist /usr/share/nginx/html/ # buildkit1.35 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/869 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-pass283.26 MB
43RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass132.38 KB
44COPY console/db/postgresql.conf /var/tmp/postgresql.conf # buildkit949 B
45COPY console/db/pg_hba.conf /var/tmp/pg_hba.conf # buildkit215 B
46COPY console/db/pg_start.sh /pg_start.sh # buildkit890 B
47RUN |8 POSTGRES_VERSION=16 POSTGRES_PORT=5432 POSTGRES_PASSWORD=postgres-pass890 B
48COPY console/supervisord.conf /etc/supervisor/supervisord.conf # buildkit501 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' '@1754870400'