Namespace
apache
Image / Tag
apisix:3.9.1-debian
Content Digest
sha256:48ce16399e68a5f31c8b49d802f1e71ec93aea44d8c8ae311dc170e8564d5c4e
Details
Created

2024-04-29 08:40:19 UTC

Size

107 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:6177a7f9989f56e11ac23856a0c014002800d83111aaa3e41fb2591161a166c2 - 27.99% (30 MB)

[#001] sha256:ab6bf8e3e50d64f55ad6c3c71464d3f6a8ba46e3352c5a06776495b09cf7041c - 68.49% (73.3 MB)

[#002] sha256:dbfe238d4233650fd114181a0e88d0ccbe9ef6693c513a9b221444cc8dc77751 - 0.0% (589 Bytes)

[#003] sha256:da9efcf6471abf2a0573d50102e2643a18ea77422635d7a3013139570f6729e7 - 0.88% (968 KB)

[#004] sha256:7132356fe872663f01da107462e015e483fb5cecbe04663014e58ea1b9ad5e64 - 0.07% (75.9 KB)

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

[#006] sha256:843c9bc3359a8c14290d8618e01f06b4e4c75d9134992878b5affaac0957d060 - 2.56% (2.75 MB)

[#007] sha256:26f5d3eb7ea13dd4e1c45be6cd46b1e1b641939ef89485bc171260e1c9058303 - 0.0% (232 Bytes)

[#008] sha256:d8cb8745926986b0f4fbf8f4ae4c2c4874457b22f64d0a11a450c9d9be140974 - 0.0% (1.08 KB)


History
2024-04-24 03:28:31 UTC

/bin/sh -c #(nop) ADD file:0e5a7771d5c0c58072db41fa02f288def8a40f2116b48e6127f1034f848bc2cd in /

2024-04-24 03:28:32 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-04-29 08:39:46 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.9.1

2024-04-29 08:39:46 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:39:46 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:16 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:17 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:17 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2024-04-29 08:40:17 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

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

USER apisix

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2024-04-29 08:40:19 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2024-04-29 08:45:22 UTC

Size

106 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:40a322c395ab3df43e27d8be65cc48139c091588ac868643a02567ca247d0c73 - 26.95% (28.7 MB)

[#001] sha256:57bacca12cc8ac69705705e57b216116664f83cec82e9f6c18217ad5cdc6161f - 69.53% (74 MB)

[#002] sha256:dbfe238d4233650fd114181a0e88d0ccbe9ef6693c513a9b221444cc8dc77751 - 0.0% (589 Bytes)

[#003] sha256:ef37262b03733015595b3191a2a0f7478ca7eb4dd5cb52d2b81b33c1072b361a - 0.9% (977 KB)

[#004] sha256:d535c0f4cf593ad15cc47a329a11f0a5fdce6fd60099c6f7fd3a0a1eaaf426ac - 0.07% (75.9 KB)

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

[#006] sha256:d221f80f92ec15d44a70ff719f06716a59434e237862ca00c2910ccaad6667b0 - 2.56% (2.73 MB)

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

[#008] sha256:d8cb8745926986b0f4fbf8f4ae4c2c4874457b22f64d0a11a450c9d9be140974 - 0.0% (1.08 KB)


History
2024-04-24 04:10:54 UTC

/bin/sh -c #(nop) ADD file:e8990741de71fcc1884f30fcd1b6c5ea411bfa752419a82e9748fcd378ca100a in /

2024-04-24 04:10:54 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-04-29 08:41:27 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.9.1

2024-04-29 08:41:27 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:41:27 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:11 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:21 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:21 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2024-04-29 08:45:21 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

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

USER apisix

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

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

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2024-04-29 08:45:22 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2024-04-29 08:45:22 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