2023-03-08 02:04:22 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:3f9582a2cbe7197f39185419c0ced2c986389f8fc6aa805e1f5c090eea6511e0 - 26.22% (30 MB)
[#001] sha256:81c0df9a02140a9bb77677249fdd5ed3c6b7b80618bcdbcba9ab2ca7594372fe - 71.76% (82 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:7f9595e006f7a79daece394e0a650815e2d02c04335c10a61fa7ce112ee7e2b1 - 2.02% (2.31 MB)
[#004] sha256:0fd728e90d8966fe1faf0dd79d1402643fced6506c4063c1c05684061e7a6e1e - 0.0% (239 Bytes)
[#005] sha256:52e828237f3902157a90a3e95fa12584e3127e7a22324fcc50203bf141b7dc47 - 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 02:04:20 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.2.0
2023-03-08 02:04:20 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.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-03-08 02:04:20 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-03-08 02:04:20 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-03-08 02:04:22 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.0 /bin/sh -c useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-03-08 02:04:22 UTC (buildkit.dockerfile.v0)USER apisix
2023-03-08 02:04:22 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.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-03-08 02:04:22 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-03-08 02:04:22 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-03-08 02:04:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-03-08 02:04:22 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-03-08 02:04:22 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-03-08 02:06:59 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:66dbba0fb1b568cc3ffd53409ba2f9f82995ab7f80e379338f3f36e4dcd223be - 25.72% (28.7 MB)
[#001] sha256:d25f690527496f472a2fea1e504ec3f20683c848f099669b3b6a58a0e4442dc1 - 72.22% (80.5 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:ff1742bdd45736f5ab349c3dcd39c0fb14dccd143a7351ae1e913dfb9fe93be0 - 2.05% (2.29 MB)
[#004] sha256:cb310e862047d5981eeca604af1dfabae36f27a9b4cc7df0a67ee2f624c3a422 - 0.0% (241 Bytes)
[#005] sha256:52e828237f3902157a90a3e95fa12584e3127e7a22324fcc50203bf141b7dc47 - 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 02:06:57 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.2.0
2023-03-08 02:06:57 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.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-03-08 02:06:57 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-03-08 02:06:57 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-03-08 02:06:59 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.0 /bin/sh -c useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-03-08 02:06:59 UTC (buildkit.dockerfile.v0)USER apisix
2023-03-08 02:06:59 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.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-03-08 02:06:59 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-03-08 02:06:59 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-03-08 02:06:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-03-08 02:06:59 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-03-08 02:06:59 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.