Namespace
apache
Image / Tag
apisix:3.14.0-ubuntu
Content Digest
sha256:af6cb24ef19060c1876b0609138ecc9fc880073585e8eb6b383a52944963301b
Details
Created

2025-10-12 05:48:07 UTC

Size

135 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 - 21.07% (28.3 MB)

[#001] sha256:f2e6b56b1b5e3b38cfdbb6fdc7e17d2d15adcf4902cd381d935c72cc5468a9b0 - 72.23% (97.2 MB)

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

[#003] sha256:c8bf8aa25a03a5fb5e805264dbc5faf499ad6d1180096ec67304a943107304a5 - 0.39% (537 KB)

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

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

[#006] sha256:84f634467203f4b7dbff60381074f9215a3dfd0a1169e3372f163be5f5342715 - 6.25% (8.4 MB)

[#007] sha256:95368802e73996c8dc092f3addfce0f915f67e6030c1c50ed3d676a793d6a849 - 0.0% (232 Bytes)

[#008] sha256:84cba25e62b297e2194679694c1e048f67b52ddf12ff858b5363d1b6c9dfa7fe - 0.0% (1.06 KB)

[#009] sha256:ef7c3e5fa0a9a0933586977cf74cf4847fe857d9ee88edbc6b363ec91c27637f - 0.0% (373 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-12 05:47:34 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.14.0

2025-10-12 05:47:34 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.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-10-12 05:47:34 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:48:03 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:48:05 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:48:05 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-10-12 05:48:05 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-12 05:48:07 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.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-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

USER apisix

2025-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.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-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2025-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-10-12 05:48:07 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2025-10-12 05:56:05 UTC

Size

137 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 - 20.09% (27.5 MB)

[#001] sha256:5117f7fe6a15747310a99f7e9e61f9c403fe6acc3eebd303cbac783d84a78066 - 73.25% (100 MB)

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

[#003] sha256:623d0e1bdfc54d2fe5931ab464b0feb9a89f914b68110d2d5e343f4b846e7dc7 - 0.39% (552 KB)

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

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

[#006] sha256:f561a404e36610a7dbf8b2eff4d5b70a90ebfbb9ad5ad7f0314395ec747aaae3 - 6.2% (8.49 MB)

[#007] sha256:40d9ffb6d3141ec572e8f4899e8afd703c087b5dc49aa5610c132ffd4367db43 - 0.0% (234 Bytes)

[#008] sha256:84cba25e62b297e2194679694c1e048f67b52ddf12ff858b5363d1b6c9dfa7fe - 0.0% (1.06 KB)

[#009] sha256:ef7c3e5fa0a9a0933586977cf74cf4847fe857d9ee88edbc6b363ec91c27637f - 0.0% (373 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-12 05:50:09 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.14.0

2025-10-12 05:50:09 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.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-10-12 05:50:09 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:55:42 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:56:03 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:56:03 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-10-12 05:56:03 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-12 05:56:04 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.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-10-12 05:56:04 UTC (buildkit.dockerfile.v0)

USER apisix

2025-10-12 05:56:05 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.14.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-10-12 05:56:05 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2025-10-12 05:56:05 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:56:05 UTC (buildkit.dockerfile.v0)

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

2025-10-12 05:56:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-10-12 05:56:05 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-10-12 05:56:05 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