Sign inSign up

datagrok/grok_registry_proxy:latest

Index digest

sha256:66f98b28098458bfdecae9387298a977286a0def54eb81ec084d3f9829a2f2cb

OS/ARCH

linux/amd64

Compressed size

118.66 MB

Last pushed

12 days by alexaprm

Type

Image

Manifest digest

sha256:7e360caf65c1f1ff48c219b7787049049175955ac82bbbb0ceba96ec1ff04ca9

Image Layers

1ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit3.67 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.23.50 B
6ARG RESTY_VERSION=1.31.1.10 B
7ARG RESTY_OPENSSL_VERSION=3.5.80 B
8ARG RESTY_OPENSSL_PATCH_VERSION=3.5.50 B
9ARG RESTY_OPENSSL_URL_BASE=https://github.com/openssl/openssl/releases/download/openssl-3.5.80 B
10ARG RESTY_OPENSSL_BUILD_OPTIONS=enable-camellia enable-seed enable-rfc3779 enable-cms0 B
11ARG RESTY_PCRE_VERSION=10.470 B
12ARG RESTY_PCRE_SHA256=c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc160 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_PRE_MAKE=0 B
24ARG RESTY_EVAL_POST_MAKE=0 B
25ARG RESTY_STRIP_BINARIES=0 B
26ARG _RESTY_CONFIG_DEPS=--with-pcre 0 B
27LABEL resty_image_base=alpine0 B
28LABEL resty_image_tag=3.23.50 B
29LABEL resty_version=1.31.1.10 B
30LABEL resty_openssl_version=3.5.80 B
31LABEL resty_openssl_patch_version=3.5.50 B
32LABEL resty_openssl_url_base=https://github.com/openssl/openssl/releases/download/openssl-3.5.80 B
33LABEL resty_openssl_build_options=enable-camellia enable-seed enable-rfc3779 enable-cms0 B
34LABEL resty_pcre_version=10.470 B
35LABEL resty_pcre_build_options=--enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage0 B
36LABEL resty_pcre_sha256=c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc160 B
37LABEL resty_config_options= 0 B
38LABEL resty_config_options_more=0 B
39LABEL resty_config_deps=--with-pcre 0 B
40LABEL resty_add_package_builddeps=0 B
41LABEL resty_add_package_rundeps=0 B
42LABEL resty_eval_pre_configure=0 B
43LABEL resty_eval_post_download_pre_configure=0 B
44LABEL resty_eval_pre_make=0 B
45LABEL resty_eval_post_make=0 B
46LABEL resty_strip_binaries=0 B
47LABEL resty_luajit_options=--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT'0 B
48LABEL resty_pcre_options=--with-pcre-jit0 B
49RUN |23 RESTY_IMAGE_BASE=alpine RESTY_IMAGE_TAG=3.23.5 RESTY_VERSION=1.31.1.157.02 MB
50ENV 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
51COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit1.34 KB
52COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit833 B
53CMD ["/usr/local/openresty/bin/openresty" "-g" "daemon off;"]0 B
54STOPSIGNAL SIGQUIT0 B
55RUN /bin/sh -c apk upgrade57.95 MB
56COPY src/jwk2pem.py /jwk2pem.py # buildkit1.13 KB
57RUN /bin/sh -c rm -rf251 B
58COPY src/nginx.conf.template /etc/nginx/nginx.conf.template # buildkit1.47 KB
59COPY src/grok_registry_proxy.conf.template /etc/nginx/sites-enabled/grok_registry_proxy.conf.template # buildkit3.32 KB
60COPY src/jwt_auth.lua /usr/local/openresty/site/lualib/jwt_auth.lua # buildkit4.68 KB
61COPY src/ecr_repo.lua /usr/local/openresty/site/lualib/ecr_repo.lua # buildkit848 B
62COPY src/repo_prefix.lua /usr/local/openresty/site/lualib/repo_prefix.lua # buildkit1.99 KB
63COPY src/token_cache.lua /usr/local/openresty/site/lualib/token_cache.lua # buildkit2.31 KB
64COPY src/entrypoint.sh /etc/nginx/entrypoint.sh # buildkit4.67 KB
65COPY src/ecr-create-repo.sh /etc/nginx/ecr-create-repo.sh # buildkit1.38 KB
66RUN /bin/sh -c chmod +x5.61 KB
67EXPOSE [5000/tcp]0 B
68ENV DATAGROK_URL=http://datagrok:80800 B
69ENV REGISTRY_URL=https://registry-1.docker.io0 B
70ENV REGISTRY_USERNAME=0 B
71ENV REGISTRY_PASSWORD=0 B
72WORKDIR /etc/nginx32 B
73ENTRYPOINT ["/bin/sh" "-c" "'/etc/nginx/entrypoint.sh'"]0 B
74ARG BRANCH=master0 B
75ARG COMMIT_MAIN=72dbd22d9f0 B
76ARG COMMIT_PUBLIC=126f53179b0 B
77LABEL branch=master0 B
78LABEL commit-main=72dbd22d9f0 B
79LABEL commit-public=126f53179b0 B
80RUN |3 BRANCH=master COMMIT_MAIN=72dbd22d9f COMMIT_PUBLIC=126f53179b211 B

Command

ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit