2020-06-26 02:35:19 UTC
88.6 MB
/usr/local/lib/:
LUAJIT_INC/usr/local/include/luajit-2.1
LUAJIT_LIB/usr/local/lib
LUA_LIB_DIR/usr/local/share/lua/5.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VER_DUMBINIT1.2.2
VER_LUAJIT2.1-20200102
VER_LUA_NGINX_MODULE0.10.15
VER_LUA_RESTY_CORE0.1.17
VER_LUA_RESTY_LRUCACHE0.09
VER_NGINX1.18.0
VER_NGX_DEVEL_KIT0.3.1
[#000] sha256:6910e5a164f725142d77994b247ba20040477fbab49a721bdbe8d61cf855ac23 - 80.59% (71.4 MB)
[#001] sha256:bb80060441e9a157f1c520b9b7c2a5c51da66bea7620c44ddf59aeca418fd47d - 19.41% (17.2 MB)
/bin/sh -c #(nop) ADD file:84700c11fcc969ac08ef25f115513d76c7b72a4118c01fbc86ef0a6056fdebeb in /
2020-06-17 00:22:25 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200611
2020-06-17 00:22:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-06-26 02:23:08 UTC/bin/sh -c #(nop) LABEL maintainer=info@fabiocicerchia.it
2020-06-26 02:23:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-26 02:23:09 UTC/bin/sh -c #(nop) ARG BUILD_VERSION
2020-06-26 02:23:10 UTC/bin/sh -c #(nop) ARG VCS_REF
2020-06-26 02:23:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-06-26 02:32:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=20200626023235
2020-06-26 02:32:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.name=fabiocicerchia/nginx-lua
2020-06-26 02:32:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.description=Nginx 1.18.0 with LUA support based on centos 8.2.2004.
2020-06-26 02:32:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.url=https://github.com/fabiocicerchia/nginx-lua
2020-06-26 02:32:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/fabiocicerchia/nginx-lua
2020-06-26 02:32:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ce93a30
2020-06-26 02:32:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.version=1593138755
2020-06-26 02:32:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.docker.cmd=docker run -p 80:80 -d fabiocicerchia/nginx-lua:1.18.0-centos8.2.2004
2020-06-26 02:32:43 UTC/bin/sh -c #(nop) ENV VER_LUAJIT=2.1-20200102
2020-06-26 02:32:44 UTC/bin/sh -c #(nop) ENV VER_LUA_NGINX_MODULE=0.10.15
2020-06-26 02:32:45 UTC/bin/sh -c #(nop) ENV VER_LUA_RESTY_CORE=0.1.17
2020-06-26 02:32:46 UTC/bin/sh -c #(nop) ENV LUA_LIB_DIR=/usr/local/share/lua/5.1
2020-06-26 02:32:47 UTC/bin/sh -c #(nop) ENV VER_LUA_RESTY_LRUCACHE=0.09
2020-06-26 02:32:48 UTC/bin/sh -c #(nop) ENV VER_NGINX=1.18.0
2020-06-26 02:32:49 UTC/bin/sh -c #(nop) ENV VER_NGX_DEVEL_KIT=0.3.1
2020-06-26 02:32:50 UTC/bin/sh -c #(nop) ENV VER_DUMBINIT=1.2.2
2020-06-26 02:32:51 UTC/bin/sh -c #(nop) ENV LUAJIT_LIB=/usr/local/lib
2020-06-26 02:32:52 UTC/bin/sh -c #(nop) ENV LUAJIT_INC=/usr/local/include/luajit-2.1
2020-06-26 02:32:53 UTC/bin/sh -c #(nop) ENV LD_LIBRARY_PATH=/usr/local/lib/:
2020-06-26 02:35:13 UTC|3 BUILD_DATE=20200626023235 BUILD_VERSION=1593138755 VCS_REF=ce93a30 /bin/sh -c set -x && yum makecache && yum install -y epel-release && yum install -y GeoIP-devel ca-certificates openssl-devel pcre-devel zlib-devel && yum install -y gcc-c++ gzip make tar && curl -Lo /luajit.tar.gz https://github.com/openresty/luajit2/archive/v${VER_LUAJIT}.tar.gz && tar xvzf /luajit.tar.gz && rm /luajit.tar.gz && cd /luajit2-${VER_LUAJIT} && make -j "$(nproc)" && make install && cd / && curl -Lo /lua-resty-core.tar.gz https://github.com/openresty/lua-resty-core/archive/v${VER_LUA_RESTY_CORE}.tar.gz && tar xvzf /lua-resty-core.tar.gz && rm /lua-resty-core.tar.gz && cd /lua-resty-core-${VER_LUA_RESTY_CORE} && make -j "$(nproc)" && make install && cd / && curl -Lo /lua-resty-lrucache.tar.gz https://github.com/openresty/lua-resty-lrucache/archive/v${VER_LUA_RESTY_LRUCACHE}.tar.gz && tar xvzf /lua-resty-lrucache.tar.gz && rm /lua-resty-lrucache.tar.gz && cd /lua-resty-lrucache-${VER_LUA_RESTY_LRUCACHE} && make -j "$(nproc)" && make install && cd / && curl -Lo /ngx_devel_kit.tar.gz https://github.com/vision5/ngx_devel_kit/archive/v${VER_NGX_DEVEL_KIT}.tar.gz && tar xvzf /ngx_devel_kit.tar.gz && rm /ngx_devel_kit.tar.gz && curl -Lo /lua-nginx.tar.gz https://github.com/openresty/lua-nginx-module/archive/v${VER_LUA_NGINX_MODULE}.tar.gz && tar xvzf /lua-nginx.tar.gz && rm /lua-nginx.tar.gz && groupadd --system --gid 32548 nginx && useradd --system --gid nginx --no-create-home --home /nonexistent --comment "nginx user" --shell /bin/false --uid 32548 nginx && curl -Lo /nginx.tar.gz https://nginx.org/download/nginx-${VER_NGINX}.tar.gz && tar xvzf /nginx.tar.gz && rm /nginx.tar.gz && cd /nginx-${VER_NGINX} && mkdir -p /var/cache/nginx/client_temp /var/cache/nginx/proxy_temp /var/cache/nginx/fastcgi_temp /var/cache/nginx/uwsgi_temp /var/cache/nginx/scgi_temp && ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fPIC' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie' --add-module=/lua-nginx-module-${VER_LUA_NGINX_MODULE} --add-module=/ngx_devel_kit-${VER_NGX_DEVEL_KIT} --with-http_dav_module --with-http_geoip_module && make -j "$(nproc)" build && make install && yum install -y tzdata && yum install -y curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && curl -Lo /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${VER_DUMBINIT}/dumb-init_${VER_DUMBINIT}_x86_64 && chmod +x /usr/bin/dumb-init && rm -rf /lua-nginx-module-${VER_LUA_NGINX_MODULE} && rm -rf /lua-resty-core-${VER_LUA_RESTY_CORE} && rm -rf /lua-resty-lrucache-${VER_LUA_RESTY_LRUCACHE} && rm -rf /luajit2-${VER_LUAJIT} && rm -rf /nginx-${VER_NGINX} && rm -rf /ngx_devel_kit-${VER_NGX_DEVEL_KIT} && yum clean all && rm -rf /var/cache/yum && (yum remove -y gcc-c++ make || rpm -e --nodeps gcc-c++ make)
2020-06-26 02:35:14 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost/ || exit 1"] "30s" "3s" "0s" '\x00'}
2020-06-26 02:35:15 UTC/bin/sh -c #(nop) EXPOSE 80
2020-06-26 02:35:16 UTC/bin/sh -c #(nop) EXPOSE 443
2020-06-26 02:35:17 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2020-06-26 02:35:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["dumb-init"]
2020-06-26 02:35:19 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.