Namespace
apache
Image / Tag
apisix:3.18.0-ubuntu
Content Digest
sha256:9ee5df1611f98a902d1bbacf760b35632498006854a223837ab290d27a928846
Details
Created

2026-08-21 10:43:37 UTC

Size

152 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:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e - 18.71% (28.4 MB)

[#001] sha256:6265ddc89e1f098b9230cdc71d2709c5a2477ca7980c39c951867bd6ed6504ed - 73.62% (112 MB)

[#002] sha256:b39fd5e6945fad96cd02d3e348716a184903a773386ed572ac6fa5a165f7cde2 - 0.0% (590 Bytes)

[#003] sha256:a62458ebddf3c40298c72115eedc18ace3e36b795a8c53074baab6b32a3f981f - 0.35% (539 KB)

[#004] sha256:6e20f5b5548ed09d490b4c589a70f322aa504069d875a3e86f294532ff2b9561 - 0.06% (97.9 KB)

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

[#006] sha256:d135a6fa0693d91b08d1d5f5b0db2c3d1144f0d77270c49f3563a41937361bb5 - 7.26% (11 MB)

[#007] sha256:34d2453c853b5d28e5e990f0b1df6ea79b53eb33687950d2c80b409bcbdd840c - 0.0% (238 Bytes)

[#008] sha256:239a78974aaf67a1d91cb74ee6c66eb75a96aa843b3411e7e2ea52e3c76e37fd - 0.0% (1.02 KB)


History
2026-08-17 13:09:48 UTC

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

2026-08-17 13:09:48 UTC

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

2026-08-17 13:09:48 UTC

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

2026-08-17 13:09:50 UTC

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

2026-08-17 13:09:51 UTC

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

2026-08-21 10:43:02 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.18.0

2026-08-21 10:43:02 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.18.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 libxml2 libxslt1.1 && apt-get purge -y --auto-remove && rm -f /usr/local/openresty/bin/etcdctl && openresty -V && apisix version # buildkit

2026-08-21 10:43:02 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:43:34 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:43:36 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:43:36 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-08-21 10:43:36 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-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.18.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:0 /usr/local/apisix && chmod -R g=u /usr/local/apisix # buildkit

2026-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

USER apisix

2026-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.18.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-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-08-21 10:43:37 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2026-08-21 10:51:16 UTC

Size

154 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:0b613318ea879878918380aa3aeb220dfe824e311b83bc955cb8a1d4319650ab - 17.88% (27.5 MB)

[#001] sha256:9b68a49d32d466c73da410bde840ded0a6fb4b14d95ea79e216d6c955cb04c2e - 74.55% (115 MB)

[#002] sha256:b39fd5e6945fad96cd02d3e348716a184903a773386ed572ac6fa5a165f7cde2 - 0.0% (590 Bytes)

[#003] sha256:98340eac81dc538982455bbabdc01dd02f973f1977505b90c5f4b4036d8bf6e0 - 0.35% (554 KB)

[#004] sha256:f324582eb49e3e0dcad839e276f6c78f9aea1c0baa3def923ec162125c7aae2a - 0.06% (98 KB)

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

[#006] sha256:47a8d82e0bd9d27cf2355525b9a1c3d5eb0c5861378c8f17b66df64492cefa5f - 7.16% (11 MB)

[#007] sha256:1f2b1e66859c53973faffe853052378728b852ffb0df91640f551ab7a882e775 - 0.0% (237 Bytes)

[#008] sha256:239a78974aaf67a1d91cb74ee6c66eb75a96aa843b3411e7e2ea52e3c76e37fd - 0.0% (1.02 KB)


History
2026-08-17 13:11:31 UTC

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

2026-08-17 13:11:31 UTC

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

2026-08-17 13:11:31 UTC

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

2026-08-17 13:11:34 UTC

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

2026-08-17 13:11:34 UTC

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

2026-08-21 10:45:30 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.18.0

2026-08-21 10:45:30 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.18.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 libxml2 libxslt1.1 && apt-get purge -y --auto-remove && rm -f /usr/local/openresty/bin/etcdctl && openresty -V && apisix version # buildkit

2026-08-21 10:45:30 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:50:53 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:51:14 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:51:14 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-08-21 10:51:14 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-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.18.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:0 /usr/local/apisix && chmod -R g=u /usr/local/apisix # buildkit

2026-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

USER apisix

2026-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.18.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-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

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

2026-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-08-21 10:51:16 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-08-21 10:51:16 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