sha256:763b0e0de4fc07dec76b18cd92ff6b65a12f070973bd4e7fadfd1a727b2fe7c2
OS/ARCH
linux/amd64
Compressed size
87.48 MB
Last pushed
11 months by ymuski
Type
Image
Manifest digest
sha256:51ad3a282d278f556316c1dc64a7f57039e2e4c77f4592a3cde16cce11e5d948
Image Layers
1ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit3.63 MB2CMD ["/bin/sh"]0 B3WORKDIR /opt/32 B4RUN /bin/sh -c apk add4.04 MB5COPY /go/bin/geoipupdate /usr/local/bin/ # buildkit5.06 MB6ARG LIBMAXMINDDB_VERSION=1.12.20 B7RUN |1 LIBMAXMINDDB_VERSION=1.12.2 /bin/sh -c1.21 MB8ARG NGX_HTTP_GEOIP2_MODULE_VERSION=3.40 B9RUN |2 LIBMAXMINDDB_VERSION=1.12.2 NGX_HTTP_GEOIP2_MODULE_VERSION=3.4 /bin/sh8.93 KB10ARG RESTY_IMAGE_BASE=alpine0 B11ARG RESTY_IMAGE_TAG=3.22.10 B12ARG RESTY_VERSION=1.27.1.20 B13ARG RESTY_OPENSSL_VERSION=3.4.10 B14ARG RESTY_OPENSSL_PATCH_VERSION=3.4.10 B15ARG RESTY_OPENSSL_URL_BASE=https://github.com/openssl/openssl/releases/download/openssl-3.4.10 B16ARG RESTY_OPENSSL_BUILD_OPTIONS=enable-camellia enable-seed enable-rfc3779 enable-cms0 B17ARG RESTY_PCRE_VERSION=10.440 B18ARG RESTY_PCRE_SHA256=86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b0 B19ARG RESTY_PCRE_BUILD_OPTIONS=--enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage0 B20ARG RESTY_J=10 B21ARG RESTY_CONFIG_OPTIONS= 0 B22ARG RESTY_CONFIG_OPTIONS_MORE=--add-dynamic-module=/opt/ngx_http_geoip2_module-3.40 B23ARG RESTY_LUAJIT_OPTIONS=--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT'0 B24ARG RESTY_PCRE_OPTIONS=--with-pcre-jit0 B25ARG RESTY_ADD_PACKAGE_BUILDDEPS=0 B26ARG RESTY_ADD_PACKAGE_RUNDEPS=0 B27ARG RESTY_EVAL_PRE_CONFIGURE=0 B28ARG RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE=0 B29ARG RESTY_EVAL_PRE_MAKE=0 B30ARG RESTY_EVAL_POST_MAKE=0 B31ARG RESTY_STRIP_BINARIES=0 B32ARG _RESTY_CONFIG_DEPS=--with-pcre 0 B33LABEL resty_image_base=alpine0 B34LABEL resty_image_tag=3.22.10 B35LABEL resty_version=1.27.1.20 B36LABEL resty_openssl_version=3.4.10 B37LABEL resty_openssl_patch_version=3.4.10 B38LABEL resty_openssl_url_base=https://github.com/openssl/openssl/releases/download/openssl-3.4.10 B39LABEL resty_openssl_build_options=enable-camellia enable-seed enable-rfc3779 enable-cms0 B40LABEL resty_pcre_version=10.440 B41LABEL resty_pcre_build_options=--enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage0 B42LABEL resty_pcre_sha256=86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b0 B43LABEL resty_config_options= 0 B44LABEL resty_config_options_more=--add-dynamic-module=/opt/ngx_http_geoip2_module-3.40 B45LABEL resty_config_deps=--with-pcre 0 B46LABEL resty_add_package_builddeps=0 B47LABEL resty_add_package_rundeps=0 B48LABEL resty_eval_pre_configure=0 B49LABEL resty_eval_post_download_pre_configure=0 B50LABEL resty_eval_pre_make=0 B51LABEL resty_eval_post_make=0 B52LABEL resty_strip_binaries=0 B53LABEL resty_luajit_options=--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT'0 B54LABEL resty_pcre_options=--with-pcre-jit0 B55RUN |25 LIBMAXMINDDB_VERSION=1.12.2 NGX_HTTP_GEOIP2_MODULE_VERSION=3.4 RESTY_IMAGE_BASE=alpine53.54 MB56ENV 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 B57ADD https://raw.githubusercontent.com/openresty/docker-openresty/master/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit1.33 KB58ADD https://raw.githubusercontent.com/openresty/docker-openresty/master/nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit828 B59CMD ["/usr/local/openresty/bin/openresty" "-g" "daemon off;"]0 B60STOPSIGNAL SIGQUIT0 B61RUN |25 LIBMAXMINDDB_VERSION=1.12.2 NGX_HTTP_GEOIP2_MODULE_VERSION=3.4 RESTY_IMAGE_BASE=alpine1.38 KB62RUN /bin/sh -c apk update19.97 MB63COPY ./conf/nginx.conf /etc/nginx/conf.d/ # buildkit1.53 KB64COPY ./favicon.ico /usr/local/openresty/nginx/html/ # buildkit20.35 KB65COPY ./conf/geoip.conf /opt/geoip.conf # buildkit380 B66COPY ./conf/crontab.txt /opt/crontab.txt # buildkit278 B67COPY ./conf/supervisord.conf /opt/ # buildkit417 B68RUN /bin/sh -c rm -f178 B69RUN /bin/sh -c /usr/bin/crontab /opt/crontab.txt323 B70RUN /bin/sh -c mkdir -p137 B71EXPOSE [80/tcp]0 B72COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit574 B73ENTRYPOINT ["bash" "/docker-entrypoint.sh"]0 B74CMD ["start"]0 BCommand
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit