Namespace
apache
Image / Tag
apisix:3.15.0-debian
Content Digest
sha256:4c201af4f6887def17c22be19e38f64cedf507db8bcc43991089778ad1188b9c
Details
Created

2026-02-06 09:27:23 UTC

Size

114 MB

Content Digest
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:1c3e0f92551cc087b68faa686aead2fc80d99c54c34e9e72a0db197b668ac6be - 25.39% (28.9 MB)

[#001] sha256:f8e86432b746f4737ea574700107c9e9a88cf5940c1d5c599e2b345af8cbce73 - 65.45% (74.4 MB)

[#002] sha256:48f61d802e88a99aeeee56c2378cda244fe59a3acf80663aa8d39f63a17eb322 - 0.0% (590 Bytes)

[#003] sha256:d334dccb657406f8b83e1d052b464b6c192997ac5da382f59e29ba53b2937c26 - 0.83% (967 KB)

[#004] sha256:5b485349626e19633377d1e87d1b989c80c254a94069382ef48b9f611955fcb9 - 0.07% (76.6 KB)

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

[#006] sha256:42c1cd9502923d95fc6c936180b0bfd18844b30be2c9028d453ffeaa5c784c8e - 8.25% (9.38 MB)

[#007] sha256:67dd27420dfbb22852db55f854cde7336e88913630c7ba7b664008c10a5e8c0e - 0.0% (233 Bytes)

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

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


History
2026-02-02 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1769990400'

2026-02-06 09:26:52 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.15.0

2026-02-06 09:26:52 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; 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

2026-02-06 09:26:52 UTC (buildkit.dockerfile.v0)

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

2026-02-06 09:27:20 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:22 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:22 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-02-06 09:27:22 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:23 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:23 UTC (buildkit.dockerfile.v0)

USER apisix

2026-02-06 09:27:23 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:23 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-02-06 09:27:23 UTC (buildkit.dockerfile.v0)

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

2026-02-06 09:27:23 UTC (buildkit.dockerfile.v0)

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

2026-02-06 09:27:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-02-06 09:27:23 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-02-06 09:27:23 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2026-02-06 09:33:18 UTC

Size

113 MB

Content Digest
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:0bab5b9a037a7924cbfa7e0cedabf52dc41fc1e49df102241165282dd277e254 - 24.19% (27.4 MB)

[#001] sha256:bf2ee92503d61b8c5d3e700a6e92d840a7ad8d2023a794a195e0cd4b40425503 - 66.65% (75.5 MB)

[#002] sha256:48f61d802e88a99aeeee56c2378cda244fe59a3acf80663aa8d39f63a17eb322 - 0.0% (590 Bytes)

[#003] sha256:923e5bdf20736a7e7bd82235e2164e7e0bdea4aa98f4832180d7dd40e8f6aa84 - 0.84% (977 KB)

[#004] sha256:44cc2654afc4f2c963e42311074cafa44dfd830ef93f597c38469580b3f3f9a2 - 0.07% (76.6 KB)

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

[#006] sha256:4edb4bfda7bc4cf5ca3b2fc8fb368ec90ebcfc64d29a7be0c3720eaee4198961 - 8.26% (9.36 MB)

[#007] sha256:aa801386f60cd92b1655b37c224c4b920a8de25768068f17cff3a8aba9b5ec28 - 0.0% (231 Bytes)

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

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


History
2026-02-02 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'arm64' out/ 'bullseye' '@1769990400'

2026-02-06 09:28:45 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.15.0

2026-02-06 09:28:45 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; 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

2026-02-06 09:28:45 UTC (buildkit.dockerfile.v0)

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

2026-02-06 09:33:03 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:33:16 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:33:16 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2026-02-06 09:33:16 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:33:17 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:33:17 UTC (buildkit.dockerfile.v0)

USER apisix

2026-02-06 09:33:18 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:33:18 UTC (buildkit.dockerfile.v0)

EXPOSE [9080/tcp 9443/tcp]

2026-02-06 09:33:18 UTC (buildkit.dockerfile.v0)

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

2026-02-06 09:33:18 UTC (buildkit.dockerfile.v0)

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

2026-02-06 09:33:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-02-06 09:33:18 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2026-02-06 09:33:18 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