Namespace
apache
Image / Tag
apisix:2.15.0-debian
Content Digest
sha256:9e1cf5a545d2fa2376ba7afe2500e8098c32a1ddbe4e46abe40cdabffadf543a
Details
Created

2022-08-05 07:37:12 UTC

Size

85.7 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:1efc276f4ff952c055dea726cfc96ec6a4fdb8b62d9eed816bd2b788f2860ad7 - 34.89% (29.9 MB)

[#001] sha256:c407575bfa0e076854cde514b300f371e6a9d04df214acac019f476b202dccce - 65.11% (55.8 MB)

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

[#003] sha256:e29483f2d4845604bfb401e3005e6b0a2935176b559848bd2eaec379b6b0c7ee - 0.0% (230 Bytes)


History
2022-08-02 01:20:04 UTC

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

2022-08-02 01:20:05 UTC

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

2022-08-05 07:37:11 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-08-05 07:37:11 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.15.0

2022-08-05 07:37:11 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 APISIX_VERSION=2.15.0 /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-05 07:37:12 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-08-05 07:37:12 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 APISIX_VERSION=2.15.0 /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-05 07:37:12 UTC (buildkit.dockerfile.v0)

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

2022-08-05 07:37: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;'"]

Details
Created

2022-08-05 07:39:48 UTC

Size

84.8 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:a9fe95647e78b5516c7e2327355b6996e2ea295cd76ae242cbfe87f016b4e760 - 33.81% (28.7 MB)

[#001] sha256:14c514d5d757cbf6dbb779100ea2780f9826e3f77e87a6189796bdc4997a2b30 - 66.19% (56.1 MB)

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

[#003] sha256:512b9f349bccb8adc31e11557fed72403334416046ebde67519db8b3695e2e8e - 0.0% (230 Bytes)


History
2022-08-02 00:40:38 UTC

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

2022-08-02 00:40:39 UTC

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

2022-08-05 07:39:48 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-08-05 07:39:48 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.15.0

2022-08-05 07:39:48 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=arm64 APISIX_VERSION=2.15.0 /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-05 07:39:48 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-08-05 07:39:48 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=arm64 APISIX_VERSION=2.15.0 /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-05 07:39:48 UTC (buildkit.dockerfile.v0)

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

2022-08-05 07:39: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;'"]

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