2024-02-22 14:22:07 UTC
105 MB
/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
[#000] sha256:5d0aeceef7eeb53c3f853fb229ea7fd13a5a56f4ba371ca48f0477493046b702 - 28.41% (30 MB)
[#001] sha256:b12cfe858de7b4ce601bee839931353737df42efcfe7258740f75af1fd1a566a - 68.93% (72.7 MB)
[#002] sha256:5f0ae26420577bf15944384514dc56e163916acc6d892b99905143e722b830a1 - 0.06% (66.9 KB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:dce33c0963b9067e8070a035b3bf23a4be71b08f143bcc6d00abdf569fc69ac5 - 2.59% (2.74 MB)
[#005] sha256:363522330cf0f95a49ef2831766b5b0bdeca367f6aeb31af6d161ef0570d396a - 0.0% (227 Bytes)
[#006] sha256:0ddd0b3ac5ff952a7486546d21e5e7bb6bed089a5742af287729c0501d38d356 - 0.0% (1.08 KB)
/bin/sh -c #(nop) ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in /
2024-02-13 00:37:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-02-22 14:22:03 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.8.0
2024-02-22 14:22:03 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.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-02-22 14:22:05 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
2024-02-22 14:22:05 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2024-02-22 14:22:05 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-02-22 14:22:07 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.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-02-22 14:22:07 UTC (buildkit.dockerfile.v0)USER apisix
2024-02-22 14:22:07 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.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-02-22 14:22:07 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2024-02-22 14:22:07 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2024-02-22 14:22:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2024-02-22 14:22:07 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2024-02-22 14:22:07 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2024-02-22 14:25:35 UTC
105 MB
/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
[#000] sha256:abd2c048cba46f85ffcdbd38202d0906c11ea93d39d8ac934411570844119d08 - 27.35% (28.7 MB)
[#001] sha256:0a3a225a300faf7b58699e619c0c61000f0cf565392b657193ee2372e9000bd7 - 70.0% (73.4 MB)
[#002] sha256:1448db2c66719e7f3b0191a91a895954e527d69162ef607c27ba12bbe0c182e1 - 0.06% (66.9 KB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:3648a5196ebb1e9bcd82f886547268bee54fe5e78e4a483935d84fc58e8935c7 - 2.59% (2.72 MB)
[#005] sha256:bac2e99cc6b527f46519a1ab324b8cacee58d025b529f5ee373a8e0fd61a5f0d - 0.0% (229 Bytes)
[#006] sha256:0ddd0b3ac5ff952a7486546d21e5e7bb6bed089a5742af287729c0501d38d356 - 0.0% (1.08 KB)
/bin/sh -c #(nop) ADD file:ef14ef2abd4725ea6056637e44d9261e2b025853230ea45636b67a735b3d4918 in /
2024-02-13 00:41:35 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-02-22 14:25:23 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.8.0
2024-02-22 14:25:23 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.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-02-22 14:25:33 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.0 /bin/sh -c apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential # buildkit
2024-02-22 14:25:33 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2024-02-22 14:25:33 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-02-22 14:25:35 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.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-02-22 14:25:35 UTC (buildkit.dockerfile.v0)USER apisix
2024-02-22 14:25:35 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.8.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-02-22 14:25:35 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2024-02-22 14:25:35 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2024-02-22 14:25:35 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2024-02-22 14:25:35 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2024-02-22 14:25:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
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.