Namespace
apache
Image / Tag
apisix:2.15.1-debian
Content Digest
sha256:0b98d4a7260776389dcd3620caba50063a22675beb4656ea04e4243d77de3abc
Details
Created

2022-11-17 08:42:51 UTC

Size

92.3 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:a603fa5e3b4127f210503aaa6189abf6286ee5a73deeaab460f8f33ebc6b64e2 - 32.44% (30 MB)

[#001] sha256:17d441b63db4c3892410a4b77f4cb2a29852f2a4d7439f115d9be0e342206463 - 67.56% (62.4 MB)

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

[#003] sha256:04f7d3450077ab82a26b706c420b5a55bb87bd241fb4fbb79578dde3e4996025 - 0.0% (225 Bytes)

[#004] sha256:cb06d205a8f9f90018ced645f28262bd4e74f3790d18bb38b7c12ab899e6196e - 0.0% (858 Bytes)


History
2022-11-15 04:04:54 UTC

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

2022-11-15 04:04:54 UTC

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

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.15.1

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=2.15.1 /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-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=2.15.1 /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-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

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

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2022-11-17 08:42:51 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2022-11-17 08:45:43 UTC

Size

90.9 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:f3ac85625e767ee0ec42b5a2ef93880251cd973b86f77124c4ed39bccd2f8bf9 - 31.54% (28.7 MB)

[#001] sha256:227de013e99764800c295e62a5fd369c4d4ad16290716ee93fb45d6ed639df9c - 68.46% (62.2 MB)

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

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

[#004] sha256:cb06d205a8f9f90018ced645f28262bd4e74f3790d18bb38b7c12ab899e6196e - 0.0% (858 Bytes)


History
2022-11-15 01:41:20 UTC

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

2022-11-15 01:41:20 UTC

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

2022-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=2.15.1

2022-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=2.15.1 /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-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2022-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=2.15.1 /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-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

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

2022-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2022-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2022-11-17 08:45:43 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2022-11-17 08:45:43 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