Namespace
cp0204
Image / Tag
quark-auto-save:v0.4.2
Content Digest
sha256:f57fdd74aee68d58f7be565141ccd7f66620f36cfcca61ab7eaf71d035f1b99f
Details
Created

2025-01-01 12:57:25 UTC

Size

22.3 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-01T12:57:06.058Z
  • org.opencontainers.image.description
    夸克网盘签到、自动转存、命名整理、发推送提醒和刷新媒体库一条龙
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    bc8167a7247e84097a8786fa173c2f1c07b12768
  • org.opencontainers.image.source
    https://github.com/Cp0204/quark-auto-save
  • org.opencontainers.image.title
    quark-auto-save
  • org.opencontainers.image.url
    https://github.com/Cp0204/quark-auto-save
  • org.opencontainers.image.version
    v0.4.2

Environment
BUILD_SHA

bc8167a7247e84097a8786fa173c2f1c07b12768

BUILD_TAG

v0.4.2

GPG_KEY

7169605F62C751356D054A26A821E680E5FA6305

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_SHA256

9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9

PYTHON_VERSION

3.13.1

TZ

Asia/Shanghai


Layers

[#000] sha256:38a8310d387e375e0ec6fabe047a9149e8eb214073db9f461fee6251fd936a75 - 15.56% (3.48 MB)

[#001] sha256:c5e459a2f5806df5a590f60b7e708ce1bf67f6cbf8b43a45745ef2e1017b7ea9 - 1.97% (451 KB)

[#002] sha256:1bedd1d1e9568fc65d22b42b722948b5d8b724de5294b484003c3f6182543ef9 - 53.31% (11.9 MB)

[#003] sha256:bca16dc4b45bad0e2b04b7efe6d26f0b3b19783c4fabf7b1cb68d8986f26e3a6 - 0.0% (250 Bytes)

[#004] sha256:857a67eaefb9f679d6b5818a5c135b8ba70b3c7fd5ac3134514704a6a182a549 - 0.0% (93 Bytes)

[#005] sha256:2e6f0b7fb73d640d815244b0e2771a7035242e10e4aabf097b216eebcdfa7c1b - 2.51% (574 KB)

[#006] sha256:63912ce249dab5c86d05d3236239c947218c78192effb3d48a0d836d18b397b8 - 26.65% (5.96 MB)


History
2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit

2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.13.1

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9

2024-12-05 13:19:52 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 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"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 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-option-checking=fatal --enable-shared --with-lto --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 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; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 --version # buildkit

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 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

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2025-01-01 12:57:19 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-01 12:57:19 UTC (buildkit.dockerfile.v0)

COPY . /app # buildkit

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir -r requirements.txt # buildkit

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

ARG BUILD_SHA=bc8167a7247e84097a8786fa173c2f1c07b12768

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=v0.4.2

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

ENV BUILD_SHA=bc8167a7247e84097a8786fa173c2f1c07b12768

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

ENV BUILD_TAG=v0.4.2

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[5005/tcp:{}]

2025-01-01 12:57:25 UTC (buildkit.dockerfile.v0)

CMD ["python" "./app/run.py"]

Details
Created

2025-01-01 12:58:08 UTC

Size

22.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-01T12:57:06.058Z
  • org.opencontainers.image.description
    夸克网盘签到、自动转存、命名整理、发推送提醒和刷新媒体库一条龙
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    bc8167a7247e84097a8786fa173c2f1c07b12768
  • org.opencontainers.image.source
    https://github.com/Cp0204/quark-auto-save
  • org.opencontainers.image.title
    quark-auto-save
  • org.opencontainers.image.url
    https://github.com/Cp0204/quark-auto-save
  • org.opencontainers.image.version
    v0.4.2

Environment
BUILD_SHA

bc8167a7247e84097a8786fa173c2f1c07b12768

BUILD_TAG

v0.4.2

GPG_KEY

7169605F62C751356D054A26A821E680E5FA6305

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_SHA256

9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9

PYTHON_VERSION

3.13.1

TZ

Asia/Shanghai


Layers

[#000] sha256:39ad020c297459aff9281e5c635286218011e335f3460834ae8397a771bfec55 - 13.23% (2.96 MB)

[#001] sha256:9ab38e56202f9fc9c9425228cbdf2bf8622d8ce895d26b7c1489618f59071bdc - 1.97% (451 KB)

[#002] sha256:e5faf7e7deeae797020f8fe12df299c63c71f3b20b04198a5d5db911e0a19535 - 50.11% (11.2 MB)

[#003] sha256:ab01db2b245e8918dd93860f0e5e9d31b8108c27cb097c932a0e83ed0a624183 - 0.0% (250 Bytes)

[#004] sha256:857a67eaefb9f679d6b5818a5c135b8ba70b3c7fd5ac3134514704a6a182a549 - 0.0% (93 Bytes)

[#005] sha256:2e6f0b7fb73d640d815244b0e2771a7035242e10e4aabf097b216eebcdfa7c1b - 2.51% (574 KB)

[#006] sha256:e2714963ee2d3db6dc87e084e639a065198f453c8254abd7b3048b9fd6967afa - 32.18% (7.19 MB)


History
2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.0-armv7.tar.gz / # buildkit

2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.13.1

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9

2024-12-05 13:19:52 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 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"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 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-option-checking=fatal --enable-shared --with-lto --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 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; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 --version # buildkit

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 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

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2025-01-01 12:57:19 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-01 12:57:19 UTC (buildkit.dockerfile.v0)

COPY . /app # buildkit

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir -r requirements.txt # buildkit

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_SHA=bc8167a7247e84097a8786fa173c2f1c07b12768

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=v0.4.2

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

ENV BUILD_SHA=bc8167a7247e84097a8786fa173c2f1c07b12768

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

ENV BUILD_TAG=v0.4.2

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[5005/tcp:{}]

2025-01-01 12:58:08 UTC (buildkit.dockerfile.v0)

CMD ["python" "./app/run.py"]

Details
Created

2025-01-01 12:57:47 UTC

Size

22.7 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-01T12:57:06.058Z
  • org.opencontainers.image.description
    夸克网盘签到、自动转存、命名整理、发推送提醒和刷新媒体库一条龙
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    bc8167a7247e84097a8786fa173c2f1c07b12768
  • org.opencontainers.image.source
    https://github.com/Cp0204/quark-auto-save
  • org.opencontainers.image.title
    quark-auto-save
  • org.opencontainers.image.url
    https://github.com/Cp0204/quark-auto-save
  • org.opencontainers.image.version
    v0.4.2

Environment
BUILD_SHA

bc8167a7247e84097a8786fa173c2f1c07b12768

BUILD_TAG

v0.4.2

GPG_KEY

7169605F62C751356D054A26A821E680E5FA6305

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_SHA256

9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9

PYTHON_VERSION

3.13.1

TZ

Asia/Shanghai


Layers

[#000] sha256:cb8611c9fe5154550f45e284cf977cda4e2b2fee3478552eee31d84be3c95003 - 16.79% (3.81 MB)

[#001] sha256:5d8375776a7ae350c6ca9566bf9ff5fa260ffb51ad5ae0fa6d7432bea239379f - 1.95% (454 KB)

[#002] sha256:ef8a0fe006322b84934c2a9676d385e78b44d64a804e7bd5e41c1ed0d9fab920 - 52.54% (11.9 MB)

[#003] sha256:62221ff4544a2485ee8c7e2b6fdacc153e1f81f392a65067ccff979ea474b44b - 0.0% (247 Bytes)

[#004] sha256:857a67eaefb9f679d6b5818a5c135b8ba70b3c7fd5ac3134514704a6a182a549 - 0.0% (93 Bytes)

[#005] sha256:2e6f0b7fb73d640d815244b0e2771a7035242e10e4aabf097b216eebcdfa7c1b - 2.47% (574 KB)

[#006] sha256:aa4445bd60399767c537999d69ca93108e76216bccf91b5e5da663ce808b9950 - 26.24% (5.95 MB)


History
2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.0-aarch64.tar.gz / # buildkit

2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.13.1

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9

2024-12-05 13:19:52 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 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"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 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-option-checking=fatal --enable-shared --with-lto --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 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; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 --version # buildkit

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 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

2024-12-05 13:19:52 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2025-01-01 12:57:19 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-01 12:57:19 UTC (buildkit.dockerfile.v0)

COPY . /app # buildkit

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir -r requirements.txt # buildkit

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

ARG BUILD_SHA=bc8167a7247e84097a8786fa173c2f1c07b12768

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=v0.4.2

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

ENV BUILD_SHA=bc8167a7247e84097a8786fa173c2f1c07b12768

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

ENV BUILD_TAG=v0.4.2

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

EXPOSE map[5005/tcp:{}]

2025-01-01 12:57:47 UTC (buildkit.dockerfile.v0)

CMD ["python" "./app/run.py"]

Danger Zone
Delete Tag

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.

Delete