2025-10-17 05:35:59 UTC
113 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:4eb1dd59a73886acc6a3cc9d4c8f8e66d1fd6ba6d6195b05ce21c22b0658aab8 - 25.45% (28.9 MB)
[#001] sha256:697812e5ee017dfc555b6360b455c3d0346d4bf58670eea0e0242fe8eff18c96 - 65.47% (74.2 MB)
[#002] sha256:fd722987ae15eb14feb020256588c9592482abab5bd955ecd168761851966bca - 0.0% (589 Bytes)
[#003] sha256:4f5e5cc14fa4e2b3baf05ded27c0466830734d0750459e723c9731a7a4eee431 - 0.83% (967 KB)
[#004] sha256:205029b0cd1f4293e24781ceb7945595969870de92391414201025fa17508f17 - 0.07% (76.6 KB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:eb33aef3fc165d1a03ea2ad3c0c710bdd6ac891f15ba450e54ac6a9745c72ec5 - 8.17% (9.26 MB)
[#007] sha256:9342a23dd6bc15d73ff32aa5c042613b7ea879d489fea2a78582f85e54a66652 - 0.0% (232 Bytes)
[#008] sha256:013b8559a3352d70df9fcb40ac08efe347bd0b1abb50f9aa72d1a61fabbde252 - 0.0% (1.06 KB)
[#009] sha256:dbab820144d3ccba14c3938ba3cd28ebb2643f446aa4fb04aa5da4bdf4f542c4 - 0.0% (374 Bytes)
# debian.sh --arch 'amd64' out/ 'bullseye' '@1759104000'
2025-10-17 05:35:26 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.14.1
2025-10-17 05:35:26 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; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /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/debian $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/debian $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:26 UTC (buildkit.dockerfile.v0)COPY ./install-brotli.sh /install-brotli.sh # buildkit
2025-10-17 05:35:56 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:35:57 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:35:57 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2025-10-17 05:35:57 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:35:59 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:35:59 UTC (buildkit.dockerfile.v0)USER apisix
2025-10-17 05:35:59 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:35:59 UTC (buildkit.dockerfile.v0)EXPOSE [9080/tcp 9443/tcp]
2025-10-17 05:35:59 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2025-10-17 05:35:59 UTC (buildkit.dockerfile.v0)COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
2025-10-17 05:35:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2025-10-17 05:35:59 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2025-10-17 05:35:59 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2025-10-17 05:41:57 UTC
113 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:93b0b88e50eb7468103e583a7be2e8ee3fe5f86e6c74df4baca40a3685b5eee1 - 24.25% (27.4 MB)
[#001] sha256:ea35e560e3b29b8d1804025e29f97a2de11bf72dfcdf5d3e4e71c242dbc94529 - 66.67% (75.4 MB)
[#002] sha256:fd722987ae15eb14feb020256588c9592482abab5bd955ecd168761851966bca - 0.0% (589 Bytes)
[#003] sha256:4e5cc8a94cd767119082e588137bd10e8b845a208a11d0c55d18d7e98df27b56 - 0.84% (977 KB)
[#004] sha256:46ed9036dcd4b2ca1b9e6e6b020388cd2ad505898becbcca82a8c89cfb26f106 - 0.07% (76.6 KB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:0965bb5595883ad9d113b07cded4088cd3032cf8f6d2e185a95fa1ab505b39b5 - 8.17% (9.24 MB)
[#007] sha256:d2c306b6d716e640451e80db9322c0c9407176b1eb6b7395ddfbc0b99e109cf0 - 0.0% (233 Bytes)
[#008] sha256:013b8559a3352d70df9fcb40ac08efe347bd0b1abb50f9aa72d1a61fabbde252 - 0.0% (1.06 KB)
[#009] sha256:dbab820144d3ccba14c3938ba3cd28ebb2643f446aa4fb04aa5da4bdf4f542c4 - 0.0% (374 Bytes)
# debian.sh --arch 'arm64' out/ 'bullseye' '@1759104000'
2025-10-17 05:37:22 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.14.1
2025-10-17 05:37:22 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; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /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/debian $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/debian $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:37:22 UTC (buildkit.dockerfile.v0)COPY ./install-brotli.sh /install-brotli.sh # buildkit
2025-10-17 05:41:43 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:41:55 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:41:55 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2025-10-17 05:41: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
2025-10-17 05:41:57 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:41:57 UTC (buildkit.dockerfile.v0)USER apisix
2025-10-17 05:41:57 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:41:57 UTC (buildkit.dockerfile.v0)EXPOSE [9080/tcp 9443/tcp]
2025-10-17 05:41:57 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2025-10-17 05:41:57 UTC (buildkit.dockerfile.v0)COPY ./check_standalone_config.sh /check_standalone_config.sh # buildkit
2025-10-17 05:41:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2025-10-17 05:41:57 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2025-10-17 05:41:57 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.