2022-09-27 14:52:00 UTC
92.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:31b3f1ad4ce1f369084d0f959813c51df0ca17d9877d5ee88c2db6ff88341430 - 32.37% (29.9 MB)
[#001] sha256:ae2a6a570b2031083f60830a5e8b53b91c11d09f4aed8f337cb17343ee7683f2 - 67.62% (62.6 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:fdacaed6190321b00d70333d17175b7dcc6bdcb28f02813ff2e27f031aa6412d - 0.0% (229 Bytes)
[#004] sha256:789c097d531bb6c3e480630b2c94143bd6bfba77e0829935fde39582b6785f61 - 0.0% (858 Bytes)
/bin/sh -c #(nop) ADD file:5bd53bff884e470b3c12425132975ab9c6f99002c62c43bca1ff5cde9d863b92 in /
2022-09-13 00:56:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=2.99.0
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.99.0 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates; 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 http://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && wget -O - 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 && wget -O - 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
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.99.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
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2022-09-27 14:52:00 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2022-09-27 14:54:00 UTC
91.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3d898485473e3507374cea2e09f019c2ff5728f0911aa36c70b7a7235e9bc8ac - 31.47% (28.7 MB)
[#001] sha256:6d25da6fa50eb111b0b2f9efcbd5d89b4452c4d5a8ab7c5dc5acbdb1b985a1c7 - 68.53% (62.4 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:074b31f72bb3af2c32cb626839f0be292f1e9e9967ed2d642c9c4d14172cb7c1 - 0.0% (231 Bytes)
[#004] sha256:789c097d531bb6c3e480630b2c94143bd6bfba77e0829935fde39582b6785f61 - 0.0% (858 Bytes)
/bin/sh -c #(nop) ADD file:e8f00260a993aacae732bef51e6074b6c064d50a8ce1f0c44d53fe9e3c868e43 in /
2022-09-13 02:10:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=2.99.0
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.99.0 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); apt update; apt-get -y install --no-install-recommends wget gnupg ca-certificates; 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 http://openresty.org/package/debian $codename openresty" | tee /etc/apt/sources.list.d/openresty.list && wget -O - 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 && wget -O - 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
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=2.99.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
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2022-09-27 14:54:00 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2022-09-27 14:54:00 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.