Namespace
apache
Image / Tag
apisix:2.13.3-debian
Content Digest
sha256:63570ab5358f9364837ddcb6bdc71af45070777ff833fc66cf2a8b80fd61fdda
Details
Created

2022-08-26 06:06:33 UTC

Size

85.5 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7a6db449b51b92eac5c81cdbd82917785343f1664b2be57b22337b0a40c5b29d - 35.0% (29.9 MB)

[#001] sha256:c9e62d09afe60037c7b937d1fdaa83e13d03a27a4230d96e70097af6538b7880 - 65.0% (55.6 MB)

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

[#003] sha256:cab2fc1f106cf55d781907153a00898f7e0509ca9e46b471055266f9b31661e9 - 0.0% (228 Bytes)


History
2022-08-23 00:20:50 UTC

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

2022-08-23 00:20:51 UTC

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

2022-08-26 06:06:33 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-08-26 06:06:33 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.13.3

2022-08-26 06:06:33 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 APISIX_VERSION=2.13.3 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /etc/os-release`; wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -; case "${arch}" in amd64) echo "deb http://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://repos.apiseven.com/packages/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; arm64) echo "deb http://openresty.org/package/arm64/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://repos.apiseven.com/packages/arm64/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; esac; apt update && apt install -y apisix=${APISIX_VERSION}-0 && apt-get purge -y --auto-remove && rm -f /etc/apt/sources.list.d/openresty.list /etc/apt/sources.list.d/apisix.list && openresty -V && apisix version # buildkit

2022-08-26 06:06:33 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-08-26 06:06:33 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 APISIX_VERSION=2.13.3 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit

2022-08-26 06:06:33 UTC (buildkit.dockerfile.v0)

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

2022-08-26 06:06: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;'"]

Details
Created

2022-08-26 06:09:22 UTC

Size

84.5 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:5b142346550416c75ea412d21741de5eaf3e76857affc12fab789277f81f53b3 - 33.91% (28.7 MB)

[#001] sha256:efab77fa2468b6f6c1060fd188184741d5c064963d36cc1f6ce287588ffb1a7e - 66.08% (55.9 MB)

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

[#003] sha256:b0b9fa89870dfa22ec3e3d35b0a9fa200f7e5d2e44342f1661b978d2d5aff4a8 - 0.0% (231 Bytes)


History
2022-08-23 01:52:32 UTC

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

2022-08-23 01:52:33 UTC

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

2022-08-26 06:09:22 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-08-26 06:09:22 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.13.3

2022-08-26 06:09:22 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=arm64 APISIX_VERSION=2.13.3 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /etc/os-release`; wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -; case "${arch}" in amd64) echo "deb http://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://repos.apiseven.com/packages/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; arm64) echo "deb http://openresty.org/package/arm64/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://repos.apiseven.com/packages/arm64/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; esac; apt update && apt install -y apisix=${APISIX_VERSION}-0 && apt-get purge -y --auto-remove && rm -f /etc/apt/sources.list.d/openresty.list /etc/apt/sources.list.d/apisix.list && openresty -V && apisix version # buildkit

2022-08-26 06:09:22 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-08-26 06:09:22 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=arm64 APISIX_VERSION=2.13.3 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log && ln -sf /dev/stderr /usr/local/apisix/logs/error.log # buildkit

2022-08-26 06:09:22 UTC (buildkit.dockerfile.v0)

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

2022-08-26 06:09:22 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;'"]

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