Namespace
apache
Image / Tag
apisix:latest
Content Digest
sha256:468a384f8b9236a904dd65a19fc3eab9492ea98d0054b69e840e04e529120dcd
Details
Created

2026-04-13 05:25:19 UTC

Size

143 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

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:689b91d88a0f4086057ec826027b128902ecf2b516be510371c115bc55da19a6 - 19.87% (28.4 MB)

[#001] sha256:d8259157b93040d1a96bdff1766147466cfda88124ff651945d9959f0cc38294 - 73.09% (104 MB)

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

[#003] sha256:95fd832e33b308958e276dd277b233d135808b170d5c0355fd39a3aae4ab95d1 - 0.37% (538 KB)

[#004] sha256:0071fc6bcd87c08be2db6016f0f7221f367f7f0415a7f5e835d95609c0296a46 - 0.07% (95.6 KB)

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

[#006] sha256:575595897890d90ec2baed28f1804b7fe57a742e7b321556d37ad295bfe4549e - 6.61% (9.43 MB)

[#007] sha256:fcc32d8750cd6dd1db133ba667d3de43eb4b72295246a87c297df3ee3adc0e9f - 0.0% (231 Bytes)

[#008] sha256:9c14676f9fce0ccd590b207596a8224685567442d0bd370bb1ea0bc898172146 - 0.0% (1 KB)


History
2026-04-03 15:16:40 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-03 15:16:40 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-03 15:16:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-03 15:16:42 UTC

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

2026-04-03 15:16:43 UTC

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

2026-04-13 05:24:45 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.16.0

2026-04-13 05:24:45 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.16.0 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates curl; . /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/ubuntu $VERSION_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/ubuntu $VERSION_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

2026-04-13 05:24:45 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:25:15 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:25:17 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:25:17 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-04-13 05:25:17 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

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

USER apisix

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-04-13 05:25:19 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2026-04-13 05:33:31 UTC

Size

146 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

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:76fd055477b6edf8004a5a962edad02a820d4c8b2f02682410edfbe376b418c5 - 18.83% (27.5 MB)

[#001] sha256:e3f97fd675b35d834d116c03dd725189533aa2b8b374609b8e6c684cd7834d6b - 74.23% (109 MB)

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

[#003] sha256:0fcf3ad326c4d6f76f37c53385c52687cb32c4f0540719551af178d7ec6d4f78 - 0.37% (552 KB)

[#004] sha256:e22b3fb15607d046dc489a61fd657be5bc2d224512514c3902fe2d4afb45283c - 0.06% (95.8 KB)

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

[#006] sha256:06d67a3fdf1b9c37234fccfe9369d33d67e07b27b34dd54cd77a6851b96deacd - 6.51% (9.52 MB)

[#007] sha256:8213e8da3f2c6cdf751e493906c750ae64eab7f6b33f23f6622009adbbbe6f01 - 0.0% (233 Bytes)

[#008] sha256:9c14676f9fce0ccd590b207596a8224685567442d0bd370bb1ea0bc898172146 - 0.0% (1 KB)


History
2026-04-03 15:15:14 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-03 15:15:14 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-03 15:15:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-03 15:15:17 UTC

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

2026-04-03 15:15:17 UTC

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

2026-04-13 05:27:25 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.16.0

2026-04-13 05:27:25 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.16.0 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates curl; . /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/ubuntu $VERSION_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/ubuntu $VERSION_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

2026-04-13 05:27:25 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:33:07 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:33:29 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:33:29 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-04-13 05:33:29 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

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

USER apisix

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

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

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-04-13 05:33:31 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-04-13 05:33:31 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