Namespace
apache
Image / Tag
apisix:latest
Content Digest
sha256:8a5c58ce340fa30c011b2c414b0a5aa556d7f2881317b7dab807c481830d0e9b
Details
Created

2025-06-30 11:44:59 UTC

Size

111 MB

Content Digest
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


Layers

[#000] sha256:3d79ccbe0210f4986821cddffc5c7fc6551d938e282044db7571e448bde1e24a - 25.91% (28.9 MB)

[#001] sha256:bea1f950d7ba41454dec407051fd097bda743a611df73b17e9a93212d3b1b84d - 65.73% (73.2 MB)

[#002] sha256:6eb0fb7770f95d9140e89883fbd8417c706b77b612f03a32b0c698ab815b5927 - 0.0% (588 Bytes)

[#003] sha256:10f9280e9ae1214156013851cc8a1f33364d7453accdc3c34c0185a5179fd3a6 - 0.85% (968 KB)

[#004] sha256:f26809f4c4551c287479ed0eca5ac4144d06147d326d0b443d72bef9dc38801d - 0.07% (76.4 KB)

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

[#006] sha256:a07bf3ce7c76be0c55a936e5cc9ccf42381cb0d4d41106880dd23b9bc2c0538d - 7.43% (8.28 MB)

[#007] sha256:8a6a7436319d9c668d37aa1644a99d3001067a6412fc8a2b8345ba77ee9cb9c5 - 0.0% (232 Bytes)

[#008] sha256:03f5b4aac47bd76de08ec865c808797880c3c836a818226c202d275736daba1f - 0.0% (1.06 KB)

[#009] sha256:4740ffc59930eee28efaa3f1411e22186c67d005cf80078ce8576568587ec8bd - 0.0% (374 Bytes)


History
2025-06-10 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1749513600'

2025-06-30 11:44:27 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.13.0

2025-06-30 11:44:27 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates curl; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /etc/os-release`; case "${arch}" in amd64) wget -O - https://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb https://repos.apiseven.com/packages/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; arm64) wget -O - https://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb https://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 /usr/local/openresty/bin/etcdctl && openresty -V && apisix version # buildkit

2025-06-30 11:44:27 UTC (buildkit.dockerfile.v0)

COPY ./install-brotli.sh /install-brotli.sh # buildkit

2025-06-30 11:44:55 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c chmod +x /install-brotli.sh && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit

2025-06-30 11:44:56 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit

2025-06-30 11:44:56 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-06-30 11:44:56 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

2025-06-30 11:44:58 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c groupadd --system --gid 636 apisix && useradd --system --gid apisix --no-create-home --shell /usr/sbin/nologin --uid 636 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit

2025-06-30 11:44:58 UTC (buildkit.dockerfile.v0)

USER apisix

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.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

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

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

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

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

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-06-30 11:44:59 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2025-06-30 11:50:44 UTC

Size

111 MB

Content Digest
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


Layers

[#000] sha256:1efb2a16e6255fa81193190b623ba0668ffa777ab1de41ac5c5d2d2060a47784 - 24.68% (27.4 MB)

[#001] sha256:da55c17ec8c417d160dd5730f6ea4d8decc9c7d3af34f8a60d35579a57f7958c - 66.95% (74.4 MB)

[#002] sha256:6eb0fb7770f95d9140e89883fbd8417c706b77b612f03a32b0c698ab815b5927 - 0.0% (588 Bytes)

[#003] sha256:50ca02a09bdf7eba262ea4d0a6e256435c139bf79959dd69e7b8af08eeda5980 - 0.86% (978 KB)

[#004] sha256:5eaf5a206481667a0df839ae69c6779f74929d84c0f38cfdab1bade0ea6c5fea - 0.07% (76.5 KB)

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

[#006] sha256:d48da1cfbb4e1c7cba200d761476ace2f9e91a8f727c0dccc5071d3cdd26bdd1 - 7.44% (8.26 MB)

[#007] sha256:24d02b297c170925d7b4ff8fe93ab9af2af4c7ed29d83a194d7d43f6256593b6 - 0.0% (234 Bytes)

[#008] sha256:03f5b4aac47bd76de08ec865c808797880c3c836a818226c202d275736daba1f - 0.0% (1.06 KB)

[#009] sha256:4740ffc59930eee28efaa3f1411e22186c67d005cf80078ce8576568587ec8bd - 0.0% (374 Bytes)


History
2025-06-10 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'arm64' out/ 'bullseye' '@1749513600'

2025-06-30 11:46:17 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.13.0

2025-06-30 11:46:17 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates curl; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /etc/os-release`; case "${arch}" in amd64) wget -O - https://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb https://repos.apiseven.com/packages/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; arm64) wget -O - https://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb https://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 /usr/local/openresty/bin/etcdctl && openresty -V && apisix version # buildkit

2025-06-30 11:46:18 UTC (buildkit.dockerfile.v0)

COPY ./install-brotli.sh /install-brotli.sh # buildkit

2025-06-30 11:50:30 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c chmod +x /install-brotli.sh && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit

2025-06-30 11:50:42 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit

2025-06-30 11:50:42 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-06-30 11:50: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

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.0 /bin/sh -c groupadd --system --gid 636 apisix && useradd --system --gid apisix --no-create-home --shell /usr/sbin/nologin --uid 636 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

USER apisix

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.13.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

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

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

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

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

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-06-30 11:50:44 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-06-30 11:50:44 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