Namespace
apache
Image / Tag
apisix:2.12.1-alpine
Content Digest
sha256:6840fe58c214d06dadaa6e32e6d0cd0418d65d55471277f24cf8c903f573f496
Details
Created

2022-04-06 02:40:56 UTC

Size

56.1 MB

Content Digest
Labels
  • apisix_version
    2.12.1

Environment
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/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin


Layers

[#000] sha256:97518928ae5f3d52d4164b314a7e73654eb686ecd8aafa0b79acd980773a740d - 4.8% (2.69 MB)

[#001] sha256:8910d9cae2f3ef35aefe80afa26f5bc73be3b3ea431336e1ad3ae7d659a42cd6 - 62.43% (35 MB)

[#002] sha256:50d69359b07397dc68705d675494cfb072379356621de4769c13e53665d9b640 - 15.7% (8.81 MB)

[#003] sha256:b6107f73fbb9e2acef2e1df72ca2eef257c000eaa8323256f28044eff86be209 - 17.08% (9.59 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2021-11-12 17:19:44 UTC

/bin/sh -c #(nop) ADD file:762c899ec0505d1a32930ee804c5b008825f41611161be104076cba33b7e5b2b in /

2021-11-12 17:19:45 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-01-24 05:24:47 UTC (buildkit.dockerfile.v0)

COPY /usr/local/openresty /usr/local/openresty # buildkit

2022-01-24 05:24:50 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gd geoip libxslt zlib libstdc++ && apk add --no-cache --virtual .build-deps curl make sudo && curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sh - && apk del .build-deps # buildkit

2022-01-24 05:24:50 UTC (buildkit.dockerfile.v0)

ENV 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/bin

2022-01-24 05:24:50 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/bin/sh"]

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.12.1

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.12.1

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.12.1 ENABLE_PROXY=false /bin/sh -c set -x && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' /etc/apk/repositories) && apk add --no-cache --virtual .builddeps build-base automake autoconf make libtool pkgconfig cmake unzip curl openssl git openldap-dev && luarocks install https://github.com/apache/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps PCRE_DIR=/usr/local/openresty/pcre && cp -v /usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/${APISIX_VERSION}-0/bin/apisix /usr/bin/ && (function ver_lt { [ "$1" = "$2" ] && return 1 || [ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ]; }; if [ "$APISIX_VERSION" = "master" ] || ver_lt 2.2.0 $APISIX_VERSION; then echo 'use shell ';else bin='#! /usr/local/openresty/luajit/bin/luajit\npackage.path = "/usr/local/apisix/?.lua;" .. package.path'; sed -i "1s@.*@$bin@" /usr/bin/apisix ; fi;) && mv /usr/local/apisix/deps/share/lua/5.1/apisix /usr/local/apisix && apk del .builddeps && apk add --no-cache bash curl libstdc++ openldap tzdata && ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

ENV 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/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[9080/tcp:{} 9443/tcp:{}]

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

CMD ["sh" "-c" "/usr/bin/apisix init && /usr/bin/apisix init_etcd && /usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"]

2022-04-06 02:40:56 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2022-04-06 02:52:01 UTC

Size

53.8 MB

Content Digest
Labels
  • apisix_version
    2.12.1

Environment
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/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin


Layers

[#000] sha256:be307f383ecc62b27a29b599c3fc9d3129693a798e7fcce614f09174cfe2d354 - 4.82% (2.59 MB)

[#001] sha256:d5a090195ef56ed9299ae5358f9cd940ec7ada90633a9b7fd7cc20425bef9f50 - 61.55% (33.1 MB)

[#002] sha256:bf8df1fa3c37a1c35c2f5aab51c11260c5237db8b6bd5ec6f132ca16c7338825 - 16.14% (8.69 MB)

[#003] sha256:ede736b88c2b8b8c462a3e825197c33b81c7bae1622a206675f1c4e3bfb615ce - 17.5% (9.42 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2021-11-12 16:39:58 UTC

/bin/sh -c #(nop) ADD file:400c0466b29ccad54e0f6c0acef22542992828678c96693ef1f9f4d0551935d8 in /

2021-11-12 16:39:58 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-01-24 08:32:34 UTC (buildkit.dockerfile.v0)

COPY /usr/local/openresty /usr/local/openresty # buildkit

2022-01-24 08:32:56 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gd geoip libxslt zlib libstdc++ && apk add --no-cache --virtual .build-deps curl make sudo && curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sh - && apk del .build-deps # buildkit

2022-01-24 08:32:56 UTC (buildkit.dockerfile.v0)

ENV 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/bin

2022-01-24 08:32:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/bin/sh"]

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.12.1

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.12.1

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.12.1 ENABLE_PROXY=false /bin/sh -c set -x && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' /etc/apk/repositories) && apk add --no-cache --virtual .builddeps build-base automake autoconf make libtool pkgconfig cmake unzip curl openssl git openldap-dev && luarocks install https://github.com/apache/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps PCRE_DIR=/usr/local/openresty/pcre && cp -v /usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/${APISIX_VERSION}-0/bin/apisix /usr/bin/ && (function ver_lt { [ "$1" = "$2" ] && return 1 || [ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ]; }; if [ "$APISIX_VERSION" = "master" ] || ver_lt 2.2.0 $APISIX_VERSION; then echo 'use shell ';else bin='#! /usr/local/openresty/luajit/bin/luajit\npackage.path = "/usr/local/apisix/?.lua;" .. package.path'; sed -i "1s@.*@$bin@" /usr/bin/apisix ; fi;) && mv /usr/local/apisix/deps/share/lua/5.1/apisix /usr/local/apisix && apk del .builddeps && apk add --no-cache bash curl libstdc++ openldap tzdata && ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

ENV 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/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[9080/tcp:{} 9443/tcp:{}]

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

CMD ["sh" "-c" "/usr/bin/apisix init && /usr/bin/apisix init_etcd && /usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"]

2022-04-06 02:52:01 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Danger Zone
Delete Tag

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.

Delete