Sign inSign up

dbeaver/cloudbeaver-nginx:24

Multi-platform
Networking
Index digest

sha256:829ec342fcee5239112a56e9aed20a65d7ea80bcaa723ee4aee8d3fcb119bfcc

OS/ARCH

Compressed size

87.87 MB

Last pushed

almost 2 years by dbeaverdevops

Type

Image

Manifest digest

sha256:c3375f61057df9d7983d568360a6d1e574315883cd737ecd602abd57e78595ac

Image Layers

1ADD file ... in / 3.46 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=Evan Wies <[email protected]>0 B
4ARG RESTY_IMAGE_BASE=alpine0 B
5ARG RESTY_IMAGE_TAG=3.200 B
6ARG RESTY_VERSION=1.27.1.10 B
7ARG RESTY_OPENSSL_VERSION=3.0.150 B
8ARG RESTY_OPENSSL_PATCH_VERSION=3.0.150 B
9ARG RESTY_OPENSSL_URL_BASE=https://github.com/openssl/openssl/releases/download/openssl-3.0.150 B
10ARG RESTY_OPENSSL_BUILD_OPTIONS=enable-camellia enable-seed enable-rfc3779 enable-cms0 B
11ARG RESTY_PCRE_VERSION=10.440 B
12ARG RESTY_PCRE_SHA256=86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b0 B
13ARG RESTY_PCRE_BUILD_OPTIONS=--enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage0 B
14ARG RESTY_J=10 B
15ARG RESTY_CONFIG_OPTIONS= 0 B
16ARG RESTY_CONFIG_OPTIONS_MORE=0 B
17ARG RESTY_LUAJIT_OPTIONS=--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT'0 B
18ARG RESTY_PCRE_OPTIONS=--with-pcre-jit0 B
19ARG RESTY_ADD_PACKAGE_BUILDDEPS=0 B
20ARG RESTY_ADD_PACKAGE_RUNDEPS=0 B
21ARG RESTY_EVAL_PRE_CONFIGURE=0 B
22ARG RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE=0 B
23ARG RESTY_EVAL_POST_MAKE=0 B
24ARG _RESTY_CONFIG_DEPS=--with-pcre 0 B
25LABEL resty_image_base=alpine0 B
26LABEL resty_image_tag=3.200 B
27LABEL resty_version=1.27.1.10 B
28LABEL resty_openssl_version=3.0.150 B
29LABEL resty_openssl_patch_version=3.0.150 B
30LABEL resty_openssl_url_base=https://github.com/openssl/openssl/releases/download/openssl-3.0.150 B
31LABEL resty_openssl_build_options=enable-camellia enable-seed enable-rfc3779 enable-cms0 B
32LABEL resty_pcre_version=10.440 B
33LABEL resty_pcre_build_options=--enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage0 B
34LABEL resty_pcre_sha256=86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b0 B
35LABEL resty_config_options= 0 B
36LABEL resty_config_options_more=0 B
37LABEL resty_config_deps=--with-pcre 0 B
38LABEL resty_add_package_builddeps=0 B
39LABEL resty_add_package_rundeps=0 B
40LABEL resty_eval_pre_configure=0 B
41LABEL resty_eval_post_download_pre_configure=0 B
42LABEL resty_eval_post_make=0 B
43LABEL resty_luajit_options=--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT'0 B
44LABEL resty_pcre_options=--with-pcre-jit0 B
45RUN |21 RESTY_IMAGE_BASE=alpine RESTY_IMAGE_TAG=3.20 RESTY_VERSION=1.27.1.148.02 MB
46ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin0 B
47COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit1.34 KB
48COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit834 B
49CMD ["/usr/local/openresty/bin/openresty" "-g" "daemon off;"]0 B
50STOPSIGNAL SIGQUIT0 B
51RUN /bin/sh -c apk update29.47 MB
52RUN /bin/sh -c mkdir /usr/lib/cgi-bin134 B
53RUN /bin/sh -c mkdir -p6.91 MB
54RUN /bin/sh -c rm -f181 B
55COPY configs/dbeaver-te.locations /etc/nginx/conf.d/dbeaver-te.locations # buildkit426 B
56COPY configs/proxy.conf /etc/nginx/conf.d/proxy.conf # buildkit286 B
57COPY configs/dm-manager.conf /etc/nginx/conf.d/dm-manager.conf # buildkit338 B
58COPY configs/fcgiwrap.conf /usr/local/openresty/nginx/conf/fcgiwrap.conf # buildkit642 B
59COPY configs/options-ssl-nginx.conf /etc/nginx/conf.d/options-ssl-nginx.conf # buildkit613 B
60COPY configs/ssl-dhparams.pem /etc/nginx/ssl-dhparams.pem # buildkit498 B
61COPY configs/app-properties.conf /etc/nginx/conf.d/app-properties.conf # buildkit642 B
62COPY scripts/loadbalancer.lua /etc/nginx/lua/loadbalancer.lua # buildkit1.63 KB
63COPY scripts/cookies.lua /etc/nginx/lua/cookies.lua # buildkit1.15 KB
64COPY templates/domain.conf.j2 /opt/templates/domain.conf.j2 # buildkit609 B
65COPY templates/default-ee.conf.template /opt/templates/default-ee.conf.template # buildkit533 B
66COPY templates/default-te.conf.template /opt/templates/default-te.conf.template # buildkit390 B
67COPY crtwrap.py /usr/lib/bin/crtwrap.py # buildkit3.24 KB
68COPY authenticator.sh /usr/local/bin/authenticator.sh # buildkit425 B
69COPY cleanup.sh /usr/local/bin/cleanup.sh # buildkit222 B
70COPY dummy-ssl-gen.sh /dummy-ssl-gen.sh # buildkit417 B
71COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit734 B
72RUN /bin/sh -c chown -R4.19 KB
73RUN /bin/sh -c chmod +x32 B
74STOPSIGNAL SIGTERM0 B
75USER nobody0 B
76ENTRYPOINT ["/docker-entrypoint.sh"]0 B

Command

ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /