Namespace
apache
Image / Tag
apisix:3.17.0-ubuntu
Content Digest
sha256:27fdde75b83023cd0dfa9ae34761a01417ef899cf17aca84e2e81b2e35615782
Details
Created

2026-08-06 02:20:53 UTC

Size

153 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:966c395d29cb24a3faf7e04f32878fe5778819d4132daee4f47e2aaf7b9af924 - 18.51% (28.4 MB)

[#001] sha256:1de07e6b50c61675253598008ed694c086a2b9b60f1854cf7e1cbfdcc285bc2a - 73.97% (113 MB)

[#002] sha256:66f612ab6468f8035b484ef0bcd305b3c97b9101dc131111c4d4bcb65678363b - 0.0% (589 Bytes)

[#003] sha256:8970a4e0790caa2df3cc3f9026ac8cf3cada1e1cdbd93206fef8a5025a3eb096 - 0.34% (540 KB)

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

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

[#006] sha256:ce12e7da074acf3c37ab6115b94392b11f8bfa76da555d13340c5aa2ac8257a5 - 7.11% (10.9 MB)

[#007] sha256:23b26d846ecd28301645ba57a51b35b4ff5072b7c68c26ca75ef2d46fca9500d - 0.0% (238 Bytes)

[#008] sha256:827346b27549973d4c126ce9fed2d481ccaf29df6806bf3ce8b4c6d74b145d65 - 0.0% (1 KB)


History
2026-07-31 20:37:20 UTC

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

2026-07-31 20:37:20 UTC

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

2026-07-31 20:37:20 UTC

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

2026-07-31 20:37:22 UTC

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

2026-07-31 20:37:23 UTC

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

2026-08-06 02:20:20 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.17.0

2026-08-06 02:20:20 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.17.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-06 02:20:20 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:20:49 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:20:51 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:20:51 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-08-06 02:20:51 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-06 02:20:53 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.17.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-06 02:20:53 UTC (buildkit.dockerfile.v0)

USER apisix

2026-08-06 02:20:53 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.17.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-06 02:20:53 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-08-06 02:20:53 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:20:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-08-06 02:20:53 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-08-06 02:20:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2026-08-06 02:28:48 UTC

Size

153 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:d23996caa910b8e5029375ee7c7ec02ef8bae3d85194897323e7145071299ac9 - 17.98% (27.5 MB)

[#001] sha256:cd0aa1f987909975b177b9c775e04739f159f2533f67d59904b98bc03e61a2a0 - 74.47% (114 MB)

[#002] sha256:66f612ab6468f8035b484ef0bcd305b3c97b9101dc131111c4d4bcb65678363b - 0.0% (589 Bytes)

[#003] sha256:9daed6941cae79d298f0754220d02d51c28932f0f64b96f11d1240702e02aab9 - 0.35% (554 KB)

[#004] sha256:25c3d4f17bf3e0f707d322c5e064945f3e5f269ec36bcb3071a886f20ec120a4 - 0.06% (98.1 KB)

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

[#006] sha256:2b46707992c6fa82213869ded2bddcfbfb166d032c7dbe18979ec2a68c5cf811 - 7.13% (10.9 MB)

[#007] sha256:ebd5e5de5d2afd58ded4d4e0871e5a667e2abc6b6183fb4589d276986c015ce8 - 0.0% (240 Bytes)

[#008] sha256:827346b27549973d4c126ce9fed2d481ccaf29df6806bf3ce8b4c6d74b145d65 - 0.0% (1 KB)


History
2026-07-31 20:45:33 UTC

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

2026-07-31 20:45:33 UTC

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

2026-07-31 20:45:33 UTC

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

2026-07-31 20:45:37 UTC

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

2026-07-31 20:45:37 UTC

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

2026-08-06 02:22:48 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.17.0

2026-08-06 02:22:48 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.17.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-06 02:22:48 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:28:25 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:28:47 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:28:47 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-08-06 02:28:47 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-06 02:28:48 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.17.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-06 02:28:48 UTC (buildkit.dockerfile.v0)

USER apisix

2026-08-06 02:28:48 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.17.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-06 02:28:48 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-08-06 02:28:48 UTC (buildkit.dockerfile.v0)

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

2026-08-06 02:28:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-08-06 02:28:48 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-08-06 02:28:48 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