Namespace
apache
Image / Tag
apisix:2.15.0-alpine
Content Digest
sha256:de49e358f7ac6c9214460890213e9ab358e87bff11c0d144cad2765b1189f4a8
Details
Created

2022-07-29 02:49:12 UTC

Size

50.4 MB

Content Digest
Labels
  • apisix_version
    2.15.0

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:decfdc335d9bae9ca06166e1a4fc2cdf8c2344a42d85c8a1d3f964aab59ecff5 - 5.34% (2.69 MB)

[#001] sha256:921792ce7606ac051cf200aebff25b01bd185f97cabae1e83c3ed5a4fd3f56c6 - 69.4% (35 MB)

[#002] sha256:7cfba3c9f91b5b3015b68712725416c4952d266f16d5bcd84e29b446ad4e6b4b - 7.3% (3.68 MB)

[#003] sha256:ca53ce9ae797faedf9790c40b270533189c154c52de3d71679d675eb84b71a0e - 17.96% (9.04 MB)

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


History
2022-07-19 22:20:18 UTC

/bin/sh -c #(nop) ADD file:80b46be2fe86b402518b00758ff5d8556d92113dc267a002b6c72a5f9c6742a3 in /

2022-07-19 22:20:18 UTC

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

2022-07-27 02:36:39 UTC (buildkit.dockerfile.v0)

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

2022-07-27 02:36:41 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-07-27 02:36:41 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-07-27 02:36:41 UTC (buildkit.dockerfile.v0)

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

2022-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.15.0

2022-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.15.0

2022-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.15.0 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-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-07-29 02:49:12 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-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

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

2022-07-29 02:49:12 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-07-29 02:49:12 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2022-07-29 02:59:51 UTC

Size

48.4 MB

Content Digest
Labels
  • apisix_version
    2.15.0

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:f4bf3852c6ccaad2dedd57347d310f084247a2e202c2fc20f5fa88d921e8510e - 5.35% (2.59 MB)

[#001] sha256:b76cbda3b8256ea502682b3ee4325a3ec95aeabf963df936ebad05d9ff31170a - 68.73% (33.3 MB)

[#002] sha256:091533b5602d5d31487b848916ffd3138f33d2113ffd68a6c2a23572b10e3d5a - 7.34% (3.55 MB)

[#003] sha256:c871dc004d9cc9d11146f64ca8631deb9e19476b9b7279cd5c498786c3082500 - 18.58% (9 MB)

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


History
2022-07-19 22:39:51 UTC

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

2022-07-19 22:39:51 UTC

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

2022-07-27 04:52:45 UTC (buildkit.dockerfile.v0)

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

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

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

2022-07-29 02:59:51 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.15.0

2022-07-29 02:59:51 UTC (buildkit.dockerfile.v0)

LABEL apisix_version=2.15.0

2022-07-29 02:59:51 UTC (buildkit.dockerfile.v0)

ARG ENABLE_PROXY

2022-07-29 02:59:51 UTC (buildkit.dockerfile.v0)

RUN |2 APISIX_VERSION=2.15.0 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-07-29 02:59:51 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-07-29 02:59:51 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-07-29 02:59:51 UTC (buildkit.dockerfile.v0)

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

2022-07-29 02:59:51 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-07-29 02:59:51 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