2020-06-21 17:25:29 UTC
89.4 MB
f30-updates-candidatecontainer
FBRf30-updates-candidate
FGCf30-updates-candidate
LD_LIBRARY_PATH/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_LUAJIT2.1-20200102
VER_LUA_NGINX_MODULE0.10.15
VER_LUA_RESTY_CORE0.1.17
VER_LUA_RESTY_LRUCACHE0.09
VER_NGINX1.17.10
VER_NGX_DEVEL_KIT0.3.1
[#000] sha256:401909e6e2aacafa1d786d52eea42628f264d257577910f091402edded1fd2d8 - 75.52% (67.5 MB)
[#001] sha256:e9e860c43397f896ef28b431ca79a7909631bf40103216631eb12f14839f2659 - 24.48% (21.9 MB)
/bin/sh -c #(nop) LABEL maintainer=Clement Verna <cverna@fedoraproject.org>
2019-09-27 21:20:49 UTC/bin/sh -c #(nop) ENV DISTTAG=f30-updates-candidatecontainer FGC=f30-updates-candidate FBR=f30-updates-candidate
2020-02-21 02:40:47 UTC/bin/sh -c #(nop) ADD file:7eccfd20ecf40bd0c40fe783141bcea78524531160e7a8fc5f77993aa37507d7 in /
2020-02-21 02:40:48 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-06-21 17:22:03 UTC/bin/sh -c #(nop) MAINTAINER Fabio Cicerchia <info@fabiocicerchia.it>
2020-06-21 17:22:04 UTC/bin/sh -c #(nop) LABEL maintainer=info@fabiocicerchia.it
2020-06-21 17:22:05 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-21 17:22:06 UTC/bin/sh -c #(nop) ARG BUILD_VERSION
2020-06-21 17:22:07 UTC/bin/sh -c #(nop) ARG VCS_REF
2020-06-21 17:22:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-06-21 17:22:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=20200621172155
2020-06-21 17:22:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.name=fabiocicerchia/nginx-lua
2020-06-21 17:22:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.description=Nginx 1.17.10 with LUA support based on Fedora 30.
2020-06-21 17:22:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.url=https://github.com/fabiocicerchia/nginx-lua
2020-06-21 17:22:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/fabiocicerchia/nginx-lua
2020-06-21 17:22:14 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=b4995bd
2020-06-21 17:22:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.version=1592760115
2020-06-21 17:22:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.docker.cmd=docker run -p 80:80 -d fabiocicerchia/nginx-lua:1.17.10-fedora30
2020-06-21 17:22:17 UTC/bin/sh -c #(nop) ENV VER_LUAJIT=2.1-20200102
2020-06-21 17:22:18 UTC/bin/sh -c #(nop) ENV VER_LUA_NGINX_MODULE=0.10.15
2020-06-21 17:22:19 UTC/bin/sh -c #(nop) ENV VER_LUA_RESTY_CORE=0.1.17
2020-06-21 17:22:20 UTC/bin/sh -c #(nop) ENV LUA_LIB_DIR=/usr/local/share/lua/5.1
2020-06-21 17:22:21 UTC/bin/sh -c #(nop) ENV VER_LUA_RESTY_LRUCACHE=0.09
2020-06-21 17:22:22 UTC/bin/sh -c #(nop) ENV VER_NGINX=1.17.10
2020-06-21 17:22:23 UTC/bin/sh -c #(nop) ENV VER_NGX_DEVEL_KIT=0.3.1
2020-06-21 17:22:24 UTC/bin/sh -c #(nop) ENV LUAJIT_LIB=/usr/local/lib
2020-06-21 17:22:25 UTC/bin/sh -c #(nop) ENV LUAJIT_INC=/usr/local/include/luajit-2.1
2020-06-21 17:22:26 UTC/bin/sh -c #(nop) ENV LD_LIBRARY_PATH=/usr/local/lib/:
2020-06-21 17:25:25 UTC|3 BUILD_DATE=20200621172155 BUILD_VERSION=1592760115 VCS_REF=b4995bd /bin/sh -c set -x && yum makecache && yum install -y GeoIP-devel ca-certificates openssl-devel pcre-devel zlib-devel && yum install -y gcc-c++ make wget && wget https://github.com/openresty/luajit2/archive/v${VER_LUAJIT}.tar.gz -O /luajit.tar.gz && tar xvzf /luajit.tar.gz && rm /luajit.tar.gz && cd /luajit2-${VER_LUAJIT} && make -j $(nproc) && make install && cd / && wget https://github.com/openresty/lua-resty-core/archive/v${VER_LUA_RESTY_CORE}.tar.gz -O /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 / && wget https://github.com/openresty/lua-resty-lrucache/archive/v${VER_LUA_RESTY_LRUCACHE}.tar.gz -O /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 / && wget https://github.com/vision5/ngx_devel_kit/archive/v${VER_NGX_DEVEL_KIT}.tar.gz -O /ngx_devel_kit.tar.gz && tar xvzf /ngx_devel_kit.tar.gz && rm /ngx_devel_kit.tar.gz && wget https://github.com/openresty/lua-nginx-module/archive/v${VER_LUA_NGINX_MODULE}.tar.gz -O /lua-nginx.tar.gz && tar xvzf /lua-nginx.tar.gz && rm /lua-nginx.tar.gz && groupadd --system --gid 1001 nginx && useradd --system --gid nginx --no-create-home --home /nonexistent --comment "nginx user" --shell /bin/false --uid 1001 nginx && yum makecache && wget https://nginx.org/download/nginx-${VER_NGINX}.tar.gz -O /nginx.tar.gz && tar xvzf /nginx.tar.gz && rm /nginx.tar.gz && cd /nginx-${VER_NGINX} && ./configure --add-module=/lua-nginx-module-${VER_LUA_NGINX_MODULE} --add-module=/ngx_devel_kit-${VER_NGX_DEVEL_KIT} --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-ipv6 --with-pcre-jit && 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 && 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 && yum remove -y gcc-c++ make wget
2020-06-21 17:25:27 UTC/bin/sh -c #(nop) EXPOSE 80
2020-06-21 17:25:27 UTC/bin/sh -c #(nop) EXPOSE 443
2020-06-21 17:25:28 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2020-06-21 17:25:29 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.