Namespace
apache
Image / Tag
apisix:3.10.0-debian
Content Digest
sha256:9cdae894b9e1cefe7ef838142c11ed2b07daff57d0d48d1fe6b735006c2d4468
Details
Created

2024-09-03 05:21:32 UTC

Size

105 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:82aabceedc2fbf89030cbb4ff98215b70d9ae35c780ade6c784d9b447b1109ed - 28.44% (30 MB)

[#001] sha256:e4b5755ed75e4486cd0421836d063a26ebe015ec7270fdbb1a82b1fc1c61a739 - 63.5% (66.9 MB)

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

[#003] sha256:88c36081930e3828e5ed92c1ba8f7959be4ea83f560d99ce37c08dfcf7f5a06b - 5.36% (5.65 MB)

[#004] sha256:bd9bfd52ab779a44e57d3f0460558ac58e1679b32ed59dfd41ccf8f102f61bdf - 0.07% (76.7 KB)

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

[#006] sha256:f55122d872c5ae20469a45acf83c211d084d5afe64b39f4105274a71c53a6ac2 - 2.62% (2.76 MB)

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

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


History
2024-08-13 00:20:42 UTC

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

2024-08-13 00:20:42 UTC

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

2024-09-03 05:21:01 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.10.0

2024-09-03 05:21:01 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.10.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-09-03 05:21:01 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:21:29 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:21:31 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:21:31 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2024-09-03 05:21:31 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-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.10.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-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

USER apisix

2024-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.10.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-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2024-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2024-09-03 05:21:32 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

Details
Created

2024-09-03 05:26:28 UTC

Size

104 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:3f559f8680cb633039b8f423453ed0a0797f65d0a9ac051861edb9ba7ac94711 - 27.45% (28.7 MB)

[#001] sha256:2dd78752d9ae0c94f2339654ecddae9920b36c85400db524fb0dacf2647f124d - 65.14% (68.1 MB)

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

[#003] sha256:cc4c7c2529ebb0836b8fb38c4fd82cb7fcc770a9c7be910f1d429f48b56781a7 - 4.7% (4.91 MB)

[#004] sha256:e572167c1819c11671e16d1ceafe1ac7f2d869e9e0d5b4d110191ba551973119 - 0.07% (76.7 KB)

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

[#006] sha256:08418be0840fb65a895634c8e1bc7943dda7d4eaeabf32d3e1d0851cdf2778ca - 2.63% (2.74 MB)

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

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


History
2024-08-13 00:40:06 UTC

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

2024-08-13 00:40:06 UTC

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

2024-09-03 05:22:30 UTC (buildkit.dockerfile.v0)

ARG APISIX_VERSION=3.10.0

2024-09-03 05:22:30 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.10.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-09-03 05:22:31 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:26:17 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:26:26 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:26:26 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/apisix

2024-09-03 05:26:26 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-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.10.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-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

USER apisix

2024-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

RUN |1 APISIX_VERSION=3.10.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-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

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

2024-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2024-09-03 05:26:28 UTC (buildkit.dockerfile.v0)

CMD ["docker-start"]

2024-09-03 05:26:28 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