2023-03-08 06:15:50 UTC
112 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3f9582a2cbe7197f39185419c0ced2c986389f8fc6aa805e1f5c090eea6511e0 - 26.86% (30 MB)
[#001] sha256:4957eae39ad4930169c7d5364db84f6ce1982cb4c5e2d107ea2c1da60c819bf5 - 73.14% (81.6 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:1cdda6bdf9c1ee966639c43170573a083c5cce0ba883161f99868db7944a333f - 0.0% (227 Bytes)
[#004] sha256:fa52347741af0dcc9668666b95415fb6cc7118c70be755d255f5dc427d007274 - 0.0% (859 Bytes)
/bin/sh -c #(nop) ADD file:493a5b0c8d2d63a1343258b3f9aa5fcd59a93f44fe26ad9e56b094c3a08fd3be in /
2023-03-01 04:09:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=2.15.3
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.15.3 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends gnupg ca-certificates curl; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /etc/os-release`; curl -sSL https://openresty.org/package/pubkey.gpg | apt-key add -; case "${arch}" in amd64) echo "deb http://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && curl -sSL http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://repos.apiseven.com/packages/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; arm64) echo "deb http://openresty.org/package/arm64/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && curl -sSL http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://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-03-08 06:15:50 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.15.3 /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-03-08 06:15:50 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-03-08 06:15:50 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-03-08 06:18:17 UTC
109 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:66dbba0fb1b568cc3ffd53409ba2f9f82995ab7f80e379338f3f36e4dcd223be - 26.36% (28.7 MB)
[#001] sha256:3675b4ddaac3a101ff42bc799728264c1a8329176191ae46d659f4c8b9c6dce2 - 73.64% (80.1 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:0a27ec2fab20bbe9a9134318efd10568162e7afbb8bc8834c99ff7ad5f8b4911 - 0.0% (229 Bytes)
[#004] sha256:fa52347741af0dcc9668666b95415fb6cc7118c70be755d255f5dc427d007274 - 0.0% (859 Bytes)
/bin/sh -c #(nop) ADD file:9dc5c6fb6431df80107eddb76fb18256d6f4a06b4b22f9a7c4bcd58476068186 in /
2023-03-01 02:20:39 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-03-08 06:18:17 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=2.15.3
2023-03-08 06:18:17 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.15.3 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends gnupg ca-certificates curl; codename=`grep -Po 'VERSION="[0-9]+ \(\K[^)]+' /etc/os-release`; curl -sSL https://openresty.org/package/pubkey.gpg | apt-key add -; case "${arch}" in amd64) echo "deb http://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && curl -sSL http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://repos.apiseven.com/packages/debian $codename main" | tee /etc/apt/sources.list.d/apisix.list ;; arm64) echo "deb http://openresty.org/package/arm64/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && curl -sSL http://repos.apiseven.com/pubkey.gpg | apt-key add - && echo "deb http://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-03-08 06:18:17 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-03-08 06:18:17 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.15.3 /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-03-08 06:18:17 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-03-08 06:18:17 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-03-08 06:18:17 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-03-08 06:18:17 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-03-08 06:18:17 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.