2023-07-25 06:59:30 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:9d21b12d5fab9ab82969054d72411ce627c209257df64b6057016c981e163c30 - 26.21% (30 MB)
[#001] sha256:f4d5108d6f3fd2034d14280d7bc90b0e45f926985016ee414b5b455aa470f7b7 - 71.76% (82 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:f622e6d9bb37ee0144ffe7c23291c14734f9d4e80545af4e98519922d7bb783b - 2.02% (2.31 MB)
[#004] sha256:9736fd252ebc0c28fcfb66ce73ac8c3d6bca026b304298e3fda8e86e821b3d88 - 0.0% (230 Bytes)
[#005] sha256:4f2a5cdcaf500a2b2209e6c80ffc6ddbb1a4b4a497d59d760ca1abfa6ef89b4a - 0.0% (854 Bytes)
/bin/sh -c #(nop) ADD file:4a063d4e089ef10c6806d7042a0040078674ac2db61df02df8bbb8fa4894910a in /
2023-07-04 01:20:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-07-25 06:59:28 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.2.2
2023-07-25 06:59:28 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.2 /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-07-25 06:59:29 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-07-25 06:59:29 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-07-25 06:59:29 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.2 /bin/sh -c groupadd --system --gid 636 apisix && useradd --system --gid apisix --no-create-home --shell /usr/sbin/nologin --uid 636 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-07-25 06:59:29 UTC (buildkit.dockerfile.v0)USER apisix
2023-07-25 06:59:30 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.2 /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-07-25 06:59:30 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-07-25 06:59:30 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-07-25 06:59:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-07-25 06:59:30 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-07-25 06:59:30 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-07-25 07:01:36 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:50eb042e2421869704212f3e076e9088033eb9a5254341fb1b3022e6e2784921 - 25.71% (28.7 MB)
[#001] sha256:1c678c357812cd6f473e1aac1366f97c58ecbd2118ece11f77add397dde97ba3 - 72.23% (80.5 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:ba27304d17d7824cdbe0fc0981aa2483dc10bae3d2a63a2900a45d378ee229db - 2.06% (2.29 MB)
[#004] sha256:9aa9b64242a2cf7eba736d7fca202f7db7946b1ab8824ea84dac0c76dac841ae - 0.0% (227 Bytes)
[#005] sha256:4f2a5cdcaf500a2b2209e6c80ffc6ddbb1a4b4a497d59d760ca1abfa6ef89b4a - 0.0% (854 Bytes)
/bin/sh -c #(nop) ADD file:83a81aad5cdb80c654a520d913c8bcafe2b8e1062d81c389d4577cde5ad68167 in /
2023-07-04 01:57:52 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-07-25 07:01:35 UTC (buildkit.dockerfile.v0)ARG APISIX_VERSION=3.2.2
2023-07-25 07:01:35 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.2 /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-07-25 07:01:35 UTC (buildkit.dockerfile.v0)WORKDIR /usr/local/apisix
2023-07-25 07:01: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-07-25 07:01:36 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.2 /bin/sh -c groupadd --system --gid 636 apisix && useradd --system --gid apisix --no-create-home --shell /usr/sbin/nologin --uid 636 apisix && chown -R apisix:apisix /usr/local/apisix # buildkit
2023-07-25 07:01:36 UTC (buildkit.dockerfile.v0)USER apisix
2023-07-25 07:01:36 UTC (buildkit.dockerfile.v0)RUN |1 APISIX_VERSION=3.2.2 /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-07-25 07:01:36 UTC (buildkit.dockerfile.v0)EXPOSE map[9080/tcp:{} 9443/tcp:{}]
2023-07-25 07:01:36 UTC (buildkit.dockerfile.v0)COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
2023-07-25 07:01:36 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/docker-entrypoint.sh"]
2023-07-25 07:01:36 UTC (buildkit.dockerfile.v0)CMD ["docker-start"]
2023-07-25 07:01:36 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.