Namespace
apache
Image / Tag
apisix:3.14.1-ubuntu
Content Digest
sha256:5775562f66dbc1fc7cdd977bbab7fdad911ca5edcd55ade6c89dad3fb215549c
Details
Created

2025-10-17 05:36:13 UTC

Size

136 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:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 - 20.78% (28.3 MB)

[#001] sha256:19aedf9de0d499e179ac9ba1c5dc63d6f5e5ee9167567b1407b756443dccc548 - 71.95% (98.1 MB)

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

[#003] sha256:35c54e556ba622020610d566a96e6df0159448437adae2e32905a3225b496b3b - 0.38% (538 KB)

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

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

[#006] sha256:a94c4a74ad023227020c8b73329ed0c4387de02180ed045c0d15dca11d8b0011 - 6.81% (9.29 MB)

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

[#008] sha256:61ed0fe23b98e39a455444b410b1185ce06aa63f63385fa04ded15b91f2a7a1f - 0.0% (1.06 KB)

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


History
2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:37 UTC

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

2025-10-01 13:01:37 UTC

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

2025-10-17 05:35:33 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.14.1

2025-10-17 05:35:33 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.1 /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-10-17 05:35:33 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:36:08 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:36:11 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:36:11 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-10-17 05:36:11 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-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.1 /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-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

USER apisix

2025-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.1 /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-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2025-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-10-17 05:36:13 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2025-10-17 05:44:35 UTC

Size

139 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:b8a35db46e38ce87d4e743e1265ff436ed36e01d23246b24a1cbbeaae18ec432 - 19.82% (27.5 MB)

[#001] sha256:7fc99d6e35e81be7f41b6c7bc3d76317ea87e6a9a4a9e9826e02701eff99dbd2 - 72.97% (101 MB)

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

[#003] sha256:13bc10d73aac73d9fe296a1748e6367251354cd99d870cde3bcb55a4dbaa47fe - 0.39% (552 KB)

[#004] sha256:e029eda1ccc9ee9cfbb06fe2b445a8974b2f7cd9ca8aa287fa949ddf505e651b - 0.07% (95.7 KB)

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

[#006] sha256:879c5a541b41cba593d8b686de20f946fc6731404dca7e5f3a02f59b2838a8a9 - 6.75% (9.38 MB)

[#007] sha256:3bc9e42f7637b04b1a54ddd7317a1f04d27a0f7adf94cf9b2313d7eaf895e41c - 0.0% (235 Bytes)

[#008] sha256:61ed0fe23b98e39a455444b410b1185ce06aa63f63385fa04ded15b91f2a7a1f - 0.0% (1.06 KB)

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


History
2025-10-01 13:01:38 UTC

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

2025-10-01 13:01:38 UTC

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

2025-10-01 13:01:38 UTC

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

2025-10-01 13:01:38 UTC

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

2025-10-01 13:01:40 UTC

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

2025-10-01 13:01:40 UTC

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

2025-10-17 05:38:14 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.14.1

2025-10-17 05:38:14 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.1 /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-10-17 05:38:15 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:44:09 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:44:32 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:44:32 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-10-17 05:44:32 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-10-17 05:44:34 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.1 /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-10-17 05:44:34 UTC (buildkit.dockerfile.v0)

USER apisix

2025-10-17 05:44:34 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.1 /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-10-17 05:44:34 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2025-10-17 05:44:35 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:44:35 UTC (buildkit.dockerfile.v0)

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

2025-10-17 05:44:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-10-17 05:44:35 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-10-17 05:44:35 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