Namespace
apache
Image / Tag
apisix:3.12.0-debian
Content Digest
sha256:83e70a2a1aff751c17cbf7f876e53fd37fbfcd4f0bc13748effc2cd8c86802ab
Details
Created

2025-04-01 16:30:26 UTC

Size

109 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:55147cbf65d4d152c070165835355b8ea7a090d48d81ba52cbeb9bbe8d629fc0 - 26.59% (28.9 MB)

[#001] sha256:e66b5116154c80f5a4e9e7cf3a67f1f785461e796fa31b7c8d92f4797ea8cd48 - 65.81% (71.4 MB)

[#002] sha256:50130809ebb4c10c94a3e5d189d6799f94882e66a96efa38319d33cf13550d8c - 0.0% (590 Bytes)

[#003] sha256:bc255e96c4df7a179ae0d9bae9c07477221679bfc853c1a607454e3d7252a873 - 0.87% (967 KB)

[#004] sha256:11ce711e1b8d310da1177d8c226fe2f7fe2e80919c5deab62b72b2349345178f - 0.07% (76.5 KB)

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

[#006] sha256:715c3d14cb74c497548176877fba6ffb522df44ccb8a3baa64dbfa963b7911c2 - 6.66% (7.23 MB)

[#007] sha256:4ad2c53e31984f20687af7a56ba87297348aa19629ab999b5f29a5bd1da30892 - 0.0% (234 Bytes)

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

[#009] sha256:d555c378e47108cab9ff2e74e4e35750f644bd838f88a2f393f636b0bb550cea - 0.0% (373 Bytes)


History
2025-03-17 00:00:00 UTC (debuerreotype 0.15)

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

2025-04-01 16:29:54 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.12.0

2025-04-01 16:29:54 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.12.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

2025-04-01 16:29:55 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:30:23 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:30:24 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:30:24 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-04-01 16:30:24 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-04-01 16:30:25 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.12.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-04-01 16:30:25 UTC (buildkit.dockerfile.v0)

USER apisix

2025-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.12.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-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[9080/tcp:{} 9443/tcp:{}]

2025-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-04-01 16:30:26 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2025-04-01 16:36:16 UTC

Size

108 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:6eba8885c82049d690776150810f32585aca6c3eba49f692753434bdaee447ec - 25.33% (27.4 MB)

[#001] sha256:546c2e86761bf2301b1329aa705fa126ec6756199779e216270c06146befcc10 - 67.06% (72.6 MB)

[#002] sha256:50130809ebb4c10c94a3e5d189d6799f94882e66a96efa38319d33cf13550d8c - 0.0% (590 Bytes)

[#003] sha256:e54da8db4e0091fc349991131b5d82f291ee8daf1d779d5faf3d3b16467c305a - 0.88% (977 KB)

[#004] sha256:296167fe8974036460f4166a95f895ea4f788969f124ca410c700ba8ea82aa18 - 0.07% (76.5 KB)

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

[#006] sha256:9b7f2d8fae724264229f41a6062daca09fbf737040a6d44af8f0537e8df0aa3d - 6.66% (7.21 MB)

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

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

[#009] sha256:d555c378e47108cab9ff2e74e4e35750f644bd838f88a2f393f636b0bb550cea - 0.0% (373 Bytes)


History
2025-03-17 00:00:00 UTC (debuerreotype 0.15)

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

2025-04-01 16:31:46 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.12.0

2025-04-01 16:31:46 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.12.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

2025-04-01 16:31:46 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:36:03 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:36:14 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:36:14 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2025-04-01 16:36:14 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-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.12.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-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

USER apisix

2025-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.12.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-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[9080/tcp:{} 9443/tcp:{}]

2025-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

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

2025-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2025-04-01 16:36:16 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2025-04-01 16:36:16 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