Namespace
apache
Image / Tag
apisix:3.13.0-ubuntu
Content Digest
sha256:26ec8133c62b5c4f6618cc3a258f20da58c9a604e243533fbb627b131caa092e
Details
Created

2025-07-24 08:25:20 UTC

Size

132 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:32f112e3802cadcab3543160f4d2aa607b3cc1c62140d57b4f5441384f40e927 - 21.47% (28.3 MB)

[#001] sha256:bde6e317ec9a68bd1fec74ea1e6b5c00267a833efe254d944e582991f20e342d - 71.77% (94.7 MB)

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

[#003] sha256:983818b55042476abbe50e9a0724656173325b8d5a2ab255fb0b9a00ce9c1152 - 0.4% (537 KB)

[#004] sha256:ae84d61d18a31ceead09f5a94552e3c84aae4a566587f44ae63f5ff8a5957297 - 0.07% (95.1 KB)

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

[#006] sha256:b7028da5a2e998508d2cf44cb2c555e95a9dbbb59f16582ef0de6be17ebf9193 - 6.29% (8.3 MB)

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

[#008] sha256:1ae44b60edfbf67537a982af82a298e4213661fff35fa33037bc12b760c5d3c1 - 0.0% (1.06 KB)

[#009] sha256:b277a0a1cf239397018e6c26eb1bbe0e2d46be5d0d76696f828dde3d18e76674 - 0.0% (372 Bytes)


History
2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:40:20 UTC

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

2025-07-14 16:40:22 UTC

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

2025-07-14 16:40:23 UTC

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

2025-07-24 08:24:47 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.13.0

2025-07-24 08:24:47 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; . /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

2025-07-24 08:24:47 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:25:16 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-07-24 08:25:18 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-07-24 08:25:18 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-07-24 08:25:18 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-07-24 08:25:20 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-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

USER apisix

2025-07-24 08:25:20 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-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-07-24 08:25:20 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2025-07-24 08:42:16 UTC

Size

134 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:e3bd89a9dac501ff564b39359113adad7c3d2813d5e04eab53ee10e20a6793a7 - 20.61% (27.5 MB)

[#001] sha256:d1ea23578b3457f8afd985d4c219aa5a7c4e8a6b9a13b8339c8a1286a4b61423 - 72.63% (97 MB)

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

[#003] sha256:ccc316234a69aa4aa0f5cc2de2b3026661c05c67121c587ff2340f80add2470a - 0.4% (551 KB)

[#004] sha256:29d4be12c522e83cba511233bcd6bc87b9ce00215cf7814943ce10a39b024476 - 0.07% (95.4 KB)

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

[#006] sha256:f1fdc3aae76270f03eadbba45480bfe8666fc21eb2737eb299dc188fa4bf2eca - 6.28% (8.39 MB)

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

[#008] sha256:1ae44b60edfbf67537a982af82a298e4213661fff35fa33037bc12b760c5d3c1 - 0.0% (1.06 KB)

[#009] sha256:b277a0a1cf239397018e6c26eb1bbe0e2d46be5d0d76696f828dde3d18e76674 - 0.0% (372 Bytes)


History
2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:11 UTC

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

2025-07-14 16:42:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:42:12 UTC

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

2025-07-14 16:42:14 UTC

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

2025-07-14 16:42:15 UTC

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

2025-07-24 08:32:10 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.13.0

2025-07-24 08:32:10 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; . /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

2025-07-24 08:32:11 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:40:54 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-07-24 08:42:14 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-07-24 08:42:14 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-07-24 08:42: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

2025-07-24 08:42:16 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-07-24 08:42:16 UTC (buildkit.dockerfile.v0)

USER apisix

2025-07-24 08:42:16 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-07-24 08:42:16 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:42:16 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:42:16 UTC (buildkit.dockerfile.v0)

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

2025-07-24 08:42:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-07-24 08:42:16 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-07-24 08:42: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