2026-02-06 09:27:56 UTC
147 MB
/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
[#000] sha256:a3629ac5b9f4680dc2032439ff2354e73b06aecc2e68f0035a2d7c001c8b4114 - 19.3% (28.3 MB)
[#001] sha256:58221facfeadcd91566b7e32de43fc671238bfc09b442de0d8c0f4b3aaaeba9f - 69.74% (102 MB)
[#002] sha256:94aeeb18afdf1f0aea0f5105a2a91d596ee2379929a05806497fab25234d848d - 0.0% (589 Bytes)
[#003] sha256:94129a57cc55029eb98ceb939037c8b06e81512b1b861a86c341f1e0cc3fec51 - 4.49% (6.6 MB)
[#004] sha256:e5cd8e4b2e827b95af57a4e0b23350be87002b1c88ae156acd2d86375970b353 - 0.06% (95.8 KB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:ad90290b19e535cf4555e42541fbc5fc5dbab770be9cbd3f2e61f75e96903138 - 6.4% (9.4 MB)
[#007] sha256:3b417fd2446ece3dd0e0547077ed8c2791b8637ed338d6d87f89a0324e66b20d - 0.0% (233 Bytes)
[#008] sha256:c572b07ba645632d325e912b43a6a1902407c7d0ed78d6ec492029c0b45544f1 - 0.0% (1.06 KB)
[#009] sha256:80be2650eefc1ae5c4c4f7b536ad993200de02f8127a91ab67a14aefe87ac28b - 0.0% (374 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2026-01-13 05:37:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-01-13 05:37:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-01-13 05:37:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-01-13 05:37:27 UTC/bin/sh -c #(nop) ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
2026-01-13 05:37:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-02-06 09:27:17 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.15.0
2026-02-06 09:27:17 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.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
2026-02-06 09:27:17 UTC (buildkit.dockerfile.v0)COPY ./install-brotli.sh /install-brotli.sh # buildkit
2026-02-06 09:27:53 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c chmod +x /install-brotli.sh && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
2026-02-06 09:27:55 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
2026-02-06 09:27:55 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2026-02-06 09:27:55 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-02-06 09:27:56 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.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
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)USER apisix
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.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-02-06 09:27:56 UTC (buildkit.dockerfile.v0)EXPOSE [9080/tcp 9443/tcp]
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2026-02-06 09:27:56 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2026-02-06 09:36:09 UTC
150 MB
/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
[#000] sha256:36bf709aa36d66b784b0ba1aa3276848f28501175eeb4d7a310b1a98578f8558 - 18.39% (27.5 MB)
[#001] sha256:36b0b5c0e1a7275f4399db157ef90e3c166b60aff13a190afc20855b0451e108 - 70.93% (106 MB)
[#002] sha256:94aeeb18afdf1f0aea0f5105a2a91d596ee2379929a05806497fab25234d848d - 0.0% (589 Bytes)
[#003] sha256:939a9681171ee5e71e8fd679df567880ba78f4b077b79ab9e29bdb6535aabfa5 - 4.27% (6.39 MB)
[#004] sha256:f94177a88ac993045a9dff1267d76f64b8774a59942d18f98199cb287dbd7740 - 0.06% (96 KB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:1381af349e7f3913964efa271e7fa2e50e74ff182bbfded1932f20226b208bee - 6.34% (9.5 MB)
[#007] sha256:2c7709a75f75fe3005c31aae9146f8fdee045d1835eb321bd357c608103e14dc - 0.0% (235 Bytes)
[#008] sha256:c572b07ba645632d325e912b43a6a1902407c7d0ed78d6ec492029c0b45544f1 - 0.0% (1.06 KB)
[#009] sha256:80be2650eefc1ae5c4c4f7b536ad993200de02f8127a91ab67a14aefe87ac28b - 0.0% (374 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2026-01-13 05:40:13 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-01-13 05:40:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-01-13 05:40:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-01-13 05:40:17 UTC/bin/sh -c #(nop) ADD file:6089c6bede9eca8ec4f424e5798a0ae0712a6fe38c9b97f9afb9d24d9675024e in /
2026-01-13 05:40:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-02-06 09:29:59 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.15.0
2026-02-06 09:29:59 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.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
2026-02-06 09:29:59 UTC (buildkit.dockerfile.v0)COPY ./install-brotli.sh /install-brotli.sh # buildkit
2026-02-06 09:35:44 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c chmod +x /install-brotli.sh && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
2026-02-06 09:36:07 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
2026-02-06 09:36:07 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2026-02-06 09:36:07 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-02-06 09:36:08 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.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
2026-02-06 09:36:08 UTC (buildkit.dockerfile.v0)USER apisix
2026-02-06 09:36:09 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.15.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-02-06 09:36:09 UTC (buildkit.dockerfile.v0)EXPOSE [9080/tcp 9443/tcp]
2026-02-06 09:36:09 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2026-02-06 09:36:09 UTC (buildkit.dockerfile.v0)COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
2026-02-06 09:36:09 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2026-02-06 09:36:09 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2026-02-06 09:36:09 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
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.