2026-05-24 12:00:33 UTC
138 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2569cc01665956d22b3bf057ae8287b035827bfd895da235bcea200ab3b811790b6
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py
PYTHON_PIP_VERSION23.2.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.6
[#000] sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c - 2.34% (3.24 MB)
[#001] sha256:2bcb605b85d2003069c45f91cfda5f7425467172cbc6948511af1b32466482e4 - 0.43% (608 KB)
[#002] sha256:c938744c93e16a380846b0420fb605f6b8e25c7f8fedeee1a2fc608278e8b3a6 - 8.59% (11.9 MB)
[#003] sha256:fb73809a2e148f663e747077e8b645d2f2359adee10ad2e63ec02f22f77591a6 - 0.0% (229 Bytes)
[#004] sha256:d1d49b9ce9f16f5ba9893a6f6d39747010afe1e16cecda8162ab1d647b53f130 - 2.14% (2.97 MB)
[#005] sha256:bddc5e5cff0be16b3c3c768e4cc3b606757ea9f87395dfe0ed1b337804b0144c - 86.43% (120 MB)
[#006] sha256:fbbd8c91610853eb4560a785b574076cc865b6092a257deeafe96f27bc74243b - 0.05% (70.1 KB)
[#007] sha256:c9ec6140abed9da23ea8777d5aac665d2761f4e7182f3ea7d93a8a26947f948f - 0.0% (2.48 KB)
[#008] sha256:0f6e1b24aca1347019d9f3c2f37babdb68fac70b9e2d4a2e3b5927988c9d9193 - 0.0% (505 Bytes)
[#009] sha256:81fa5a2f59610e44ee94296e2b809a257d7560dbc2f98a0c10a500eaff22465e - 0.0% (2.46 KB)
[#010] sha256:1183b677ab8097b7b6f2f837bfc95e73efebe7e027d368465e4e6fe082993576 - 0.0% (2.33 KB)
[#011] sha256:948d4c903777f22932f3e96d32bd20eac9f9a1549a0963c150e152aeadc8ffa2 - 0.0% (2.15 KB)
[#012] sha256:4841cf6893124a4d49876a31a169f603dea40d2f1d4f9c7f8f2f0ca6979dbd68 - 0.0% (497 Bytes)
[#013] sha256:1cf2fcdaf0dc27e55db7619f362caef571476d0bc9141ca34a06f11d23d74094 - 0.0% (499 Bytes)
[#014] sha256:abbaafca3cf30e285f84800e8729b55960bde25c5b006d2bf8d98bedc66018a0 - 0.0% (498 Bytes)
[#015] sha256:178afe74a3019e5bc9cf97fd1d0df7ca47fb5ebe5cd4d771165fb2414f6c2290 - 0.0% (325 Bytes)
[#016] sha256:3cf7590e54e532f3a272541890cf04df799123761ddec1fbbde3349b2136e120 - 0.0% (1.11 KB)
[#017] sha256:eba610101b5288e1ef3e64a3cd3094e5bb70e78bd43399871161eabe90463c74 - 0.0% (2.49 KB)
[#018] sha256:57a3bcde4a6b42cb7753ddadc3f92b5b7a88dd9ba4e93e53764743d7fead0eb1 - 0.0% (99 Bytes)
[#019] sha256:faa82ce30440686d7d29864dfc0c52dda7b988df1ba566612ecc27b55072f2bc - 0.0% (840 Bytes)
/bin/sh -c #(nop) ADD file:fc714080c3bcbbce7ac746a10d7b4355ffa36293a8d435d62cd5359ea8eb8364 in /
2023-10-21 17:01:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_VERSION=3.11.6
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_PIP_VERSION=23.2.1
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_SHA256=9cc01665956d22b3bf057ae8287b035827bfd895da235bcea200ab3b811790b6
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)CMD ["python3"]
2026-03-29 20:25:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && apk add --update --no-cache bash busybox unzip curl gzip wget fd tzdata vim libxml2-dev libxslt-dev musl-dev gcc g++ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && apk del tzdata && pip3 install webdavclient3 pyqrcode flask requests qrcode pycryptodome && rm /usr/bin/vi && ln -s /usr/bin/vim /usr/bin/vi && rm -rf /tmp/* /var/cache/apk/* # buildkit
2026-03-29 20:25:30 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk del libxml2-dev libxslt-dev musl-dev gcc g++ && rm -rf /tmp/* /var/cache/apk/* # buildkit
2026-05-06 12:43:46 UTC (buildkit.dockerfile.v0)COPY strm.py /strm.py # buildkit
2026-05-06 12:43:46 UTC (buildkit.dockerfile.v0)COPY init.sh /init.sh # buildkit
2026-05-06 12:43:46 UTC (buildkit.dockerfile.v0)COPY strm2.py /strm2.py # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY strm3.py /strm3.py # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY strm4.py /strm4.py # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY init2.sh /init2.sh # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY init3.sh /init3.sh # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY init4.sh /init4.sh # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY check_strm.py /check_strm.py # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)COPY alitoken.py /alitoken.py # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)COPY 115cookie.py /115cookie.py # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /templates # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)COPY templates/qrcode.html /templates/qrcode.html # buildkit
2026-05-24 12:00:33 UTC
133 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2569cc01665956d22b3bf057ae8287b035827bfd895da235bcea200ab3b811790b6
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py
PYTHON_PIP_VERSION23.2.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.6
[#000] sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 - 2.39% (3.18 MB)
[#001] sha256:352ed61460a111aaef7891660426e3a7b7b0f79c5767cc5d231b761daea57733 - 0.45% (610 KB)
[#002] sha256:4d301cac529e99f8f1340144e9d0a0e4e07073a1b11a3d5bfe78764371a203cc - 10.77% (14.3 MB)
[#003] sha256:cdd4b672a1ce7f12c59c76c9b02ad70b53a2f96a0f72294d5f1eaeeb6365fcab - 0.0% (229 Bytes)
[#004] sha256:6588f3c5d853f001ce2a55a8c732fae0745802a03a1ed66c4eff3a916f200498 - 2.23% (2.97 MB)
[#005] sha256:f8cab7c56b32b3f8a6729b19c0be88c9851c7dfadb26665a42089c32a95f6481 - 84.11% (112 MB)
[#006] sha256:fc5d015640f6a321fc9d5891d75547ec6bcee8d750a9763c320a0f25b7693732 - 0.05% (70 KB)
[#007] sha256:c9ec6140abed9da23ea8777d5aac665d2761f4e7182f3ea7d93a8a26947f948f - 0.0% (2.48 KB)
[#008] sha256:0f6e1b24aca1347019d9f3c2f37babdb68fac70b9e2d4a2e3b5927988c9d9193 - 0.0% (505 Bytes)
[#009] sha256:81fa5a2f59610e44ee94296e2b809a257d7560dbc2f98a0c10a500eaff22465e - 0.0% (2.46 KB)
[#010] sha256:1183b677ab8097b7b6f2f837bfc95e73efebe7e027d368465e4e6fe082993576 - 0.0% (2.33 KB)
[#011] sha256:948d4c903777f22932f3e96d32bd20eac9f9a1549a0963c150e152aeadc8ffa2 - 0.0% (2.15 KB)
[#012] sha256:4841cf6893124a4d49876a31a169f603dea40d2f1d4f9c7f8f2f0ca6979dbd68 - 0.0% (497 Bytes)
[#013] sha256:1cf2fcdaf0dc27e55db7619f362caef571476d0bc9141ca34a06f11d23d74094 - 0.0% (499 Bytes)
[#014] sha256:abbaafca3cf30e285f84800e8729b55960bde25c5b006d2bf8d98bedc66018a0 - 0.0% (498 Bytes)
[#015] sha256:178afe74a3019e5bc9cf97fd1d0df7ca47fb5ebe5cd4d771165fb2414f6c2290 - 0.0% (325 Bytes)
[#016] sha256:3cf7590e54e532f3a272541890cf04df799123761ddec1fbbde3349b2136e120 - 0.0% (1.11 KB)
[#017] sha256:eba610101b5288e1ef3e64a3cd3094e5bb70e78bd43399871161eabe90463c74 - 0.0% (2.49 KB)
[#018] sha256:57a3bcde4a6b42cb7753ddadc3f92b5b7a88dd9ba4e93e53764743d7fead0eb1 - 0.0% (99 Bytes)
[#019] sha256:faa82ce30440686d7d29864dfc0c52dda7b988df1ba566612ecc27b55072f2bc - 0.0% (840 Bytes)
/bin/sh -c #(nop) ADD file:ff3112828967e8004a3264d7ece3f81c88e6a1d44d360b9b5613caab15b41717 in /
2023-09-28 20:39:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_VERSION=3.11.6
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_PIP_VERSION=23.2.1
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4cfa4081d27285bda1220a62a5ebf5b4bd749cdb/public/get-pip.py
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_SHA256=9cc01665956d22b3bf057ae8287b035827bfd895da235bcea200ab3b811790b6
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit
2023-10-21 17:01:38 UTC (buildkit.dockerfile.v0)CMD ["python3"]
2026-03-29 20:26:34 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && apk add --update --no-cache bash busybox unzip curl gzip wget fd tzdata vim libxml2-dev libxslt-dev musl-dev gcc g++ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && apk del tzdata && pip3 install webdavclient3 pyqrcode flask requests qrcode pycryptodome && rm /usr/bin/vi && ln -s /usr/bin/vim /usr/bin/vi && rm -rf /tmp/* /var/cache/apk/* # buildkit
2026-03-29 20:26:35 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk del libxml2-dev libxslt-dev musl-dev gcc g++ && rm -rf /tmp/* /var/cache/apk/* # buildkit
2026-05-06 12:43:45 UTC (buildkit.dockerfile.v0)COPY strm.py /strm.py # buildkit
2026-05-06 12:43:46 UTC (buildkit.dockerfile.v0)COPY init.sh /init.sh # buildkit
2026-05-06 12:43:46 UTC (buildkit.dockerfile.v0)COPY strm2.py /strm2.py # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY strm3.py /strm3.py # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY strm4.py /strm4.py # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY init2.sh /init2.sh # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY init3.sh /init3.sh # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY init4.sh /init4.sh # buildkit
2026-05-24 12:00:32 UTC (buildkit.dockerfile.v0)COPY check_strm.py /check_strm.py # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)COPY alitoken.py /alitoken.py # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)COPY 115cookie.py /115cookie.py # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /templates # buildkit
2026-05-24 12:00:33 UTC (buildkit.dockerfile.v0)COPY templates/qrcode.html /templates/qrcode.html # buildkit
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.