Namespace
apache
Image / Tag
apisix:3.9.0-debian
Content Digest
sha256:d3de70b3ea6f29fc0d2d812649c0e4be20ba6c00357e839311eae57ba6bc0059
Details
Created

2024-04-03 09:32:48 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:c0edef2937fa3b888b0cc3f9f5a4db00a1be6f297be5f057a77d738f91e675a0 - 27.93% (30 MB)

[#001] sha256:bc34b4813ff82467a7287ed2c102036806bc272699f59e923ebc0f2f4c743af8 - 68.56% (73.5 MB)

[#002] sha256:b6736b5d6cb46d6dc9750f160b6a8739fb515524023075ca4a853a1c8ccee7e1 - 0.0% (588 Bytes)

[#003] sha256:7e95b497f5c41d73211b80d8784e532d78b96f0bbabb5314e00b5e2d3979f005 - 0.88% (966 KB)

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

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

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

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

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


History
2024-03-12 01:21:23 UTC

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

2024-03-12 01:21:23 UTC

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

2024-04-03 09:32:16 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.9.0

2024-04-03 09:32:16 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:16 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:45 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:47 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:47 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2024-04-03 09:32:47 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-03 09:32:48 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

USER apisix

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2024-04-03 09:32:48 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2024-04-03 09:37:39 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:ef2fb7c49f69b9eefb25f02b600342129757e69bb130d53b98ba46ddde18effc - 26.89% (28.7 MB)

[#001] sha256:11a0ab7de89408bfe2fd1e48a4809885c5d563416d3a0fd9a7b2f334b76b85e6 - 69.59% (74.2 MB)

[#002] sha256:b6736b5d6cb46d6dc9750f160b6a8739fb515524023075ca4a853a1c8ccee7e1 - 0.0% (588 Bytes)

[#003] sha256:5938b9a202365c6532003efa5555b4b4246b49582ea948d3827799463228523b - 0.89% (976 KB)

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

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

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

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

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


History
2024-03-12 00:45:51 UTC

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

2024-03-12 00:45:51 UTC

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

2024-04-03 09:33:45 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.9.0

2024-04-03 09:33:45 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:33:45 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:28 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:37 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:37 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2024-04-03 09:37:37 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-03 09:37:39 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:39 UTC (buildkit.dockerfile.v0)

USER apisix

2024-04-03 09:37:39 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:39 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:39 UTC (buildkit.dockerfile.v0)

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

2024-04-03 09:37:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2024-04-03 09:37:39 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2024-04-03 09:37:39 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