2023-09-11 05:12:52 UTC
116 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:7d97e254a0461b0a30b3f443f1daa0d620a3cc6ff4e2714cc1cfd96ace5b7a7e - 25.84% (30 MB)
[#001] sha256:f542dfff72c751bd3030616ca03d7f96f16872213eae4f750683388d600e8415 - 71.55% (83 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:4dbf91b2e8b156b09b294387205463d29af0059010038eb40e7d50571bfe497b - 2.61% (3.03 MB)
[#004] sha256:ccaf8e6266252be9478d52cc4d0896573be3fb12549dfd6be44c762e0746509f - 0.0% (229 Bytes)
[#005] sha256:bc613d1e87d4d8cf9a458d5c0c8c55514dcce06d1d69531fdb389de56faf1a54 - 0.0% (1.02 KB)
/bin/sh -c #(nop) ADD file:cb5fcc80c057b356a31492a20c6e3a75b70ed70a663506c8e97ad730ae32a02d in /
2023-09-07 00:21:13 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-11 05:12:51 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.5.0
2023-09-11 05:12:51 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.5.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`; wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -; case "${arch}" in amd64) echo "deb https://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && 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) echo "deb https://openresty.org/package/arm64/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && 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 -f /etc/apt/sources.list.d/openresty.list /etc/apt/sources.list.d/apisix.list && openresty -V && apisix version # buildkit
2023-09-11 05:12:51 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-09-11 05:12:51 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
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.5.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
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)USER apisix
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.5.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
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-09-11 05:12:52 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-09-11 05:10:28 UTC
113 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:f96ab15157043879c2ff23e0556e798eba6a6ff3d7fd5d1384de223bb9f66f1d - 25.39% (28.7 MB)
[#001] sha256:91ee829357f585b6fae83328ba60d072ca2de2a826f6c132ea7dc0a88b67ff8d - 71.95% (81.2 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:bcd3cf84225ac766f2644fb6e9fd045907be428803d71587d36cbcaf5f1b43c4 - 2.66% (3.01 MB)
[#004] sha256:7b6df6877fde81e71066578dfd9d00c80e75ae3021131211ae438a8a6c9d90a3 - 0.0% (228 Bytes)
[#005] sha256:bc613d1e87d4d8cf9a458d5c0c8c55514dcce06d1d69531fdb389de56faf1a54 - 0.0% (1.02 KB)
/bin/sh -c #(nop) ADD file:abd1ad48ae3ebec7a6ecc8ce3016c25be2afcbaedfcb904bc89b1ce59400aef0 in /
2023-09-07 00:39:54 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-11 05:10:27 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.5.0
2023-09-11 05:10:27 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.5.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`; wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -; case "${arch}" in amd64) echo "deb https://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && 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) echo "deb https://openresty.org/package/arm64/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && 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 -f /etc/apt/sources.list.d/openresty.list /etc/apt/sources.list.d/apisix.list && openresty -V && apisix version # buildkit
2023-09-11 05:10:27 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-09-11 05:10:27 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
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.5.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
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)USER apisix
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.5.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
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-09-11 05:10:28 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-09-11 05:10:28 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.