Namespace
apache
Image / Tag
apisix:2.10.5-alpine
Content Digest
sha256:4965e94d17a99976b4bf532c984385e64fd13d9a0291ea069950698816e4f9e1
Details
Created

2022-04-06 04:00:48 UTC

Size

49.2 MB

Content Digest
Labels
  • apisix_version
    2.10.5

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:36ccefbf3d8a9a1b18baaa9cbf0f3ad50e8a7b751656c74df359900a318cbffc - 5.46% (2.69 MB)

[#001] sha256:0eaec30a5875422201fb59fb276866f6daf88446a41aba804da01d67d15cd0fa - 70.91% (34.9 MB)

[#002] sha256:86a8994ba27db9eff7e5705df46b5940b84881c7aeeb63bf6be918eb4e709980 - 7.48% (3.68 MB)

[#003] sha256:8ef9515f869a92132ae0d37b435e8fd6812481025d82d90d732224570de8dc43 - 16.14% (7.94 MB)

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


History
2022-03-17 15:19:26 UTC

/bin/sh -c #(nop) ADD file:8ec3735d4b1b4b070607b94e3bd360117b07dc26e1baf5dd485b49b3413e8fff in /

2022-03-17 15:19:26 UTC

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

2022-03-23 02:02:47 UTC (buildkit.dockerfile.v0)

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

2022-03-23 02:02:49 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-03-23 02:02:49 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-03-23 02:02:49 UTC (buildkit.dockerfile.v0)

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

2022-04-06 04:00:48 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.10.5

2022-04-06 04:00:48 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.10.5

2022-04-06 04:00:48 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-04-06 04:00:48 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.10.5 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 04:00:48 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-04-06 04:00:48 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 04:00:48 UTC (buildkit.dockerfile.v0)

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

2022-04-06 04:00:48 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 04:00:48 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2022-04-06 04:13:21 UTC

Size

47 MB

Content Digest
Labels
  • apisix_version
    2.10.5

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:93a1719cf26168d3a85db2594d76b17ccc4b25996620bceed3c2a13eaa165325 - 5.51% (2.59 MB)

[#001] sha256:fee951d4b61621591822d626f4cf8993117ac81aa36deb20f5c9a45107e746cc - 70.16% (33 MB)

[#002] sha256:6c6127320fde40201ca91fc2d3f04eb6bddd635c30886cdaa7ad4e4dd975a6c1 - 7.55% (3.55 MB)

[#003] sha256:cbf0d571215482c04f379e493fbf972516547d8252c1480c271cb70f3525fdc8 - 16.78% (7.89 MB)

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


History
2022-03-17 18:43:12 UTC

/bin/sh -c #(nop) ADD file:611998b78638b13e78919dd4635674032ab233f9b7aae6f62beaf6634cd18b9e in /

2022-03-17 18:43:13 UTC

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

2022-03-23 04:36:34 UTC (buildkit.dockerfile.v0)

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

2022-03-23 04:36:53 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-03-23 04:36:53 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-03-23 04:36:53 UTC (buildkit.dockerfile.v0)

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

2022-04-06 04:13:21 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.10.5

2022-04-06 04:13:21 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.10.5

2022-04-06 04:13:21 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-04-06 04:13:21 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.10.5 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 04:13:21 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-04-06 04:13:21 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 04:13:21 UTC (buildkit.dockerfile.v0)

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

2022-04-06 04:13:21 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 04:13:21 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