2023-05-26 08:05:29 UTC
115 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:f03b40093957615593f2ed142961afb6b540507e0b47e3f7626ba5e02efbbbf1 - 26.04% (29.9 MB)
[#001] sha256:1e680f54b96076dba5be5d2ada821b9fb2f16be6f1f14ab1227896dacec192fc - 71.71% (82.5 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:74268aad2661b703eac4bcc28532edbceb49b8ec23f2ff06c5efcf03464b9ac8 - 2.25% (2.59 MB)
[#004] sha256:1a3229b5dddd4dcbb4f4d722e3272fa58fb14a9800f13291642f4391d241523f - 0.0% (228 Bytes)
[#005] sha256:026d4349006e4836ac6c0de1d638331dd4921e32765ad439429b163a3353fb9a - 0.0% (855 Bytes)
/bin/sh -c #(nop) ADD file:88252a7f118b4d6f55dd5baf49dbcaa053c9d6172c652963c1151fa76f625e44 in /
2023-05-23 01:20:14 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-26 08:05:27 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.3.0
2023-05-26 08:05:27 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.3.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-05-26 08:05:27 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-05-26 08:05: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-05-26 08:05:29 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.3.0 /bin/sh -c useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-05-26 08:05:29 UTC (buildkit.dockerfile.v0)USER apisix
2023-05-26 08:05:29 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.3.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-05-26 08:05:29 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-05-26 08:05:29 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-05-26 08:05:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-05-26 08:05:29 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-05-26 08:05:29 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-05-26 08:08:26 UTC
112 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:d981f2c20c93e1c57a46cd87bc5b9a554be5323072a0d0ab4b354aabd237bbcf - 25.55% (28.7 MB)
[#001] sha256:c2a11dff57c4df0c35e1055cd28dda15f24b48ae1f03038e1e353c545d4146ad - 72.17% (81 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:d47a29a592341656a2baa2e1f7e94171144b672dab6f9c748e378f9f649d65a7 - 2.28% (2.56 MB)
[#004] sha256:79f0376cc2e56f3bb6043b8688afa52ab190c8c1475aa4e9c504e978422f91cc - 0.0% (229 Bytes)
[#005] sha256:026d4349006e4836ac6c0de1d638331dd4921e32765ad439429b163a3353fb9a - 0.0% (855 Bytes)
/bin/sh -c #(nop) ADD file:0fee550e337f1bd111a7ef785a9553674f25649f37deffa4aa8107ef6445d259 in /
2023-05-23 00:43:15 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-26 08:08:24 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.3.0
2023-05-26 08:08:24 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.3.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-05-26 08:08:24 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-05-26 08:08:24 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-05-26 08:08:26 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.3.0 /bin/sh -c useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-05-26 08:08:26 UTC (buildkit.dockerfile.v0)USER apisix
2023-05-26 08:08:26 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.3.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-05-26 08:08:26 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-05-26 08:08:26 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-05-26 08:08:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-05-26 08:08:26 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-05-26 08:08:26 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.