2023-02-10 01:07:50 UTC
114 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:bb263680fed18eecdc67f885094df6f589bafc19004839d7fdf141df236a61aa - 26.39% (30 MB)
[#001] sha256:1952dcda494b4c57c6185e95e2e64e4b739adef20e78652270cceca43aaf7b08 - 71.59% (81.3 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:fb666c66cb9f834865a4dadc0832fdfca98c8592412030dc65d7e07e5940de9f - 2.03% (2.3 MB)
[#004] sha256:e90a38ab23336aeea27bd7ef3e4b8ee01c32507819c71fa07abc92495e48ae24 - 0.0% (237 Bytes)
[#005] sha256:afc3506d2ddffba997abb896bb0242af0ceb836dc5a77b7dc95e8aa1f7db17c7 - 0.0% (859 Bytes)
/bin/sh -c #(nop) ADD file:3ea7c69e4bfac2ebb6f86baaedab31827c86a594dba8080a49928e211ad3c7a0 in /
2023-02-09 03:20:20 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-02-10 01:07:48 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.1.0
2023-02-10 01:07:48 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.1.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 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
2023-02-10 01:07:48 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-02-10 01:07:48 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-02-10 01:07:50 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.1.0 /bin/sh -c useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-02-10 01:07:50 UTC (buildkit.dockerfile.v0)USER apisix
2023-02-10 01:07:50 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.1.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-02-10 01:07:50 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-02-10 01:07:50 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-02-10 01:07:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-02-10 01:07:50 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-02-10 01:07:50 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-02-10 01:10:37 UTC
111 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:5731adb3a4abcefe78d75783ea6e5ee87c4604d0c6a4f8c00b50085e162a7f5d - 25.88% (28.7 MB)
[#001] sha256:11cafc3f2c10215fa88c57b29369afbc80f539749ddab2c3148ebfb571fc1809 - 72.06% (79.8 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:abadf29975a53569d915aaa1b07514c3af1938b821e8cf384e1fea03e88dc13d - 2.06% (2.28 MB)
[#004] sha256:f4e597e27f6e70014a14fd4c52a453ee72023e79ce8d5779fdd7080459aa1b3e - 0.0% (242 Bytes)
[#005] sha256:afc3506d2ddffba997abb896bb0242af0ceb836dc5a77b7dc95e8aa1f7db17c7 - 0.0% (859 Bytes)
/bin/sh -c #(nop) ADD file:3276ac85bb957360f20720da5b37498a6b5f91a017046049f8d2fd791f728a9a in /
2023-02-09 03:58:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-02-10 01:10:35 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.1.0
2023-02-10 01:10:35 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.1.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 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
2023-02-10 01:10:35 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-02-10 01:10:35 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-02-10 01:10:37 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.1.0 /bin/sh -c useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-02-10 01:10:37 UTC (buildkit.dockerfile.v0)USER apisix
2023-02-10 01:10:37 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.1.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-02-10 01:10:37 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-02-10 01:10:37 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-02-10 01:10:37 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-02-10 01:10:37 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-02-10 01:10:37 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.