Namespace
apache
Image / Tag
apisix:2.10.3-alpine
Content Digest
sha256:dfcc7b18f58478f5b20c8f83884dfaa41f418e29c3f666dd2f72942272349e0e
Details
Created

2022-01-21 07:47:33 UTC

Size

53.4 MB

Content Digest
Labels
  • apisix_version
    2.10.3

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 - 5.04% (2.69 MB)

[#001] sha256:cb08dbe336b191b19c6ab4287f1a6433aff37a6be10fac233087a1b578ade420 - 65.49% (35 MB)

[#002] sha256:de793d02280ba040cb2d596fe7d9c456f259604a79bb11ea13461dcd6c2511a6 - 16.5% (8.82 MB)

[#003] sha256:7eef693746f744a5a3e586152900c7db09ac334f7b510fd7e35f4960d430ff34 - 12.98% (6.94 MB)


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-14 07:14:18 UTC (buildkit.dockerfile.v0)

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

2022-01-14 07:14:21 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-14 07:14: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

2022-01-14 07:14:21 UTC (buildkit.dockerfile.v0)

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

2022-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.11.0

2022-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.10.3

2022-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.10.3 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 pcre pcre-dev openldap-dev && luarocks install https://github.com/apache/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps && 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 libstdc++ curl tzdata && ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit

2022-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-01-21 07:47:33 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-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

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

2022-01-21 07:47:33 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-01-21 07:47:33 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2022-01-21 07:59:42 UTC

Size

51.3 MB

Content Digest
Labels
  • apisix_version
    2.10.3

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 - 5.05% (2.59 MB)

[#001] sha256:1ec719657193bb57f5ba55f5e7442e9e8ecd8974a79b84e573f5fe83d6a26159 - 64.54% (33.1 MB)

[#002] sha256:0d95739d04d8982b36a20e9de99722ffd25edf7313c2810943e1c89cc6bfb3ea - 16.95% (8.69 MB)

[#003] sha256:58d8dabc298cd7a1bf5aaa72da4427f8da4489dccee19d8cfa5b6fa2fddf78c4 - 13.45% (6.9 MB)


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-14 10:03:47 UTC (buildkit.dockerfile.v0)

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

2022-01-14 10:04:05 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-14 10:04:05 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-14 10:04:05 UTC (buildkit.dockerfile.v0)

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

2022-01-21 07:59:42 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.11.0

2022-01-21 07:59:42 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.10.3

2022-01-21 07:59:42 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-01-21 07:59:42 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.10.3 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 pcre pcre-dev openldap-dev && luarocks install https://github.com/apache/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps && 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 libstdc++ curl tzdata && ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit

2022-01-21 07:59:42 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-01-21 07:59:42 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-01-21 07:59:42 UTC (buildkit.dockerfile.v0)

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

2022-01-21 07:59:42 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-01-21 07:59:42 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