Namespace
tangyoha
Image / Tag
telegram_media_downloader:v2.2.4
Content Digest
sha256:5699fe5d84bb306536e06f0658aed9ebcd04dd6362146c9bcfffd65a33d273f6
Details
Created

2024-07-15 14:44:54 UTC

Size

63.6 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

24.0

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.9


Layers

[#000] sha256:354eb832d25d95145569d0a3a573fb95b8350ee897d5b90a2f67ec1157706ec2 - 5.2% (3.31 MB)

[#001] sha256:ea8a5338408c68fbd827561f7ca9190d6f39634c964f34babc0d45ffa489521e - 0.69% (451 KB)

[#002] sha256:2813f77a3c3686a8408ef3ca92ca3232f05f58d8661efd58346d99312e2d91a7 - 22.65% (14.4 MB)

[#003] sha256:83b94318dfb04bffd977f93e82bbe641d144d0461e5b9b201a3b10bca1b56eb0 - 0.0% (230 Bytes)

[#004] sha256:26a6db847c447b72cf4c28e9527ac241572f03c3f4314aeacf9f24b060180340 - 4.69% (2.99 MB)

[#005] sha256:5003a893669c66ed90047473cb0c191a1d69939cc350e241194faef86f6fc655 - 0.0% (93 Bytes)

[#006] sha256:773618081268a0673cf898bb025b0eda3fcd2120f725c78595163ee2bab267ab - 41.76% (26.6 MB)

[#007] sha256:3b11676509a0d0668fa9d10a7db6e3ba2f4071a21189ee5e9cb3e69192e9d1bd - 24.28% (15.5 MB)

[#008] sha256:cd1c6bd31a6df7afaf7f1da0f8cd1efd5aa18693df6a472bb96cf4d75ecec2e7 - 0.01% (5.99 KB)

[#009] sha256:b992cf85100154a3894df1f72f5eab8714dcedb3fc25f57b287a01fca2dc035d - 0.71% (465 KB)

[#010] sha256:156e1fbacaf4a38a57f97992b3ea71baac02433f15e17a7eb304485f12c0632d - 0.01% (6.01 KB)


History
2024-06-20 17:38:24 UTC

/bin/sh -c #(nop) ADD file:cd0e8f9dc9e579bd0c884d2c92e4773391bd73d8302d6f4a9bca0796e7ff9a77 in /

2024-06-20 17:38:25 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.9

2024-07-07 22:31:37 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 $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--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

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=24.0

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-15 14:35:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-07-15 14:44:46 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/rclone /app/rclone/rclone # buildkit

2024-07-15 14:44:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY config.yaml data.yaml setup.py media_downloader.py /app/ # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY module /app/module # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY utils /app/utils # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

CMD ["python" "media_downloader.py"]

Details
Created

2024-07-15 14:44:54 UTC

Size

63.5 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

24.0

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.9


Layers

[#000] sha256:ec99f8b99825a742d50fb3ce173d291378a46ab54b8ef7dd75e5654e2a296e99 - 5.44% (3.46 MB)

[#001] sha256:a0aab5935990b3c01bf4073d2e092aa6e3c8d21d6e5fcab7b112fb71b597b660 - 0.69% (451 KB)

[#002] sha256:0017c34ace6c7ab617a3b53a7da7db88fecf5cdcb69c3042946de48d31904d9a - 22.64% (14.4 MB)

[#003] sha256:704141445f2268970e9d64c8f941c4e2c87acea392924e4c772feaf0768e03b1 - 0.0% (230 Bytes)

[#004] sha256:7d353c5632ced4c8d78938b39b82281f71f3fa19fab8fd0e661168e29e7a2b03 - 4.7% (2.99 MB)

[#005] sha256:ffd8d60d047834a6ec7cc0f6ab7527f2aefc1648ad0b0b90df09b9d44c3b759e - 0.0% (93 Bytes)

[#006] sha256:78d59bc3dfd758032e68406612073fe5d8817a75d320c29bcce27865387f86f4 - 41.54% (26.4 MB)

[#007] sha256:385806b4d5ea4c0cabf5533dbfec1f8bcb77c4e6941af70792905322f37ecd32 - 24.26% (15.4 MB)

[#008] sha256:cd1c6bd31a6df7afaf7f1da0f8cd1efd5aa18693df6a472bb96cf4d75ecec2e7 - 0.01% (5.99 KB)

[#009] sha256:b992cf85100154a3894df1f72f5eab8714dcedb3fc25f57b287a01fca2dc035d - 0.71% (465 KB)

[#010] sha256:156e1fbacaf4a38a57f97992b3ea71baac02433f15e17a7eb304485f12c0632d - 0.01% (6.01 KB)


History
2024-06-20 20:16:57 UTC

/bin/sh -c #(nop) ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in /

2024-06-20 20:16:58 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.9

2024-07-07 22:31:37 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 $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--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

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=24.0

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-15 14:35:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-07-15 14:44:46 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/rclone /app/rclone/rclone # buildkit

2024-07-15 14:44:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY config.yaml data.yaml setup.py media_downloader.py /app/ # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY module /app/module # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY utils /app/utils # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

CMD ["python" "media_downloader.py"]

Details
Created

2024-07-15 14:44:54 UTC

Size

61.2 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

24.0

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.9


Layers

[#000] sha256:3d2af5f613c84e549fb09710d45b152d3cdf48eb7a37dc3e9c01e2b3975f4f76 - 5.25% (3.21 MB)

[#001] sha256:ba80aed40dc0d93565b3fcce19703d79949c65bed2ae051e3cb520c4e577d7a0 - 0.72% (452 KB)

[#002] sha256:3090b7a34edde25fbe2517b1b90d98d23bd5ce4e9ff3cba8059531afea3b006b - 22.36% (13.7 MB)

[#003] sha256:3fb9b3248133a7aa9b7644331ad8860b84046d10750275a954db68852bfe68b2 - 0.0% (230 Bytes)

[#004] sha256:9b2fba9b500f90d1684b4f7f5eb104e1fa9b8c0da85347fccb73e900326cbc27 - 4.88% (2.99 MB)

[#005] sha256:5003a893669c66ed90047473cb0c191a1d69939cc350e241194faef86f6fc655 - 0.0% (93 Bytes)

[#006] sha256:f029350574d82906f4885bb7bdcb8378107653384edfa0a6e59e5f49a4beaadf - 41.11% (25.2 MB)

[#007] sha256:d73ec52dc186f1d2f3ba910691d1cbc5cd5076e8352435115111df439ea0afd9 - 24.93% (15.3 MB)

[#008] sha256:cd1c6bd31a6df7afaf7f1da0f8cd1efd5aa18693df6a472bb96cf4d75ecec2e7 - 0.01% (5.99 KB)

[#009] sha256:b992cf85100154a3894df1f72f5eab8714dcedb3fc25f57b287a01fca2dc035d - 0.74% (465 KB)

[#010] sha256:156e1fbacaf4a38a57f97992b3ea71baac02433f15e17a7eb304485f12c0632d - 0.01% (6.01 KB)


History
2024-06-20 17:49:15 UTC

/bin/sh -c #(nop) ADD file:ef2635f09c1d2632408805d106fbc5d27fb307cb5f584bddc699b4b5ae577623 in /

2024-06-20 17:49:15 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.9

2024-07-07 22:31:37 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 $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--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

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=24.0

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-15 14:35:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-07-15 14:44:46 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/rclone /app/rclone/rclone # buildkit

2024-07-15 14:44:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY config.yaml data.yaml setup.py media_downloader.py /app/ # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY module /app/module # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY utils /app/utils # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

CMD ["python" "media_downloader.py"]

Details
Created

2024-07-15 14:44:54 UTC

Size

60.4 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

24.0

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.9


Layers

[#000] sha256:3fb467f9cb36e54d3cb8806db734a6c640048f3dc270b506ec1f111640905b79 - 4.89% (2.95 MB)

[#001] sha256:b67fbf7b03239e69ea5cefa1b3bcbeb41abb2359ce6e7c757b9818b1d72bef20 - 0.73% (452 KB)

[#002] sha256:3f2f854d6f714f3b5e44cdc14f8dbbcd72be3258abc480ae157956fdb3abe162 - 21.76% (13.1 MB)

[#003] sha256:161aa272db8060daf0cf989f16da88b9c72bfc1b14eba733024d3250a5c69dfb - 0.0% (231 Bytes)

[#004] sha256:fd57a68c3c7f309e875aa010fd753f00cbef2dfa64f18cba5969bce1022cb8b1 - 4.94% (2.98 MB)

[#005] sha256:5003a893669c66ed90047473cb0c191a1d69939cc350e241194faef86f6fc655 - 0.0% (93 Bytes)

[#006] sha256:671d6142dd47226ff4c7f52d9c5d30c71750fc8cf91d0152851a867bd18aab72 - 41.64% (25.1 MB)

[#007] sha256:8417f6a5e29549d0bcfcefa25b37bdc1645dc383c4c3395ed620e71748640cfe - 25.27% (15.3 MB)

[#008] sha256:cd1c6bd31a6df7afaf7f1da0f8cd1efd5aa18693df6a472bb96cf4d75ecec2e7 - 0.01% (5.99 KB)

[#009] sha256:b992cf85100154a3894df1f72f5eab8714dcedb3fc25f57b287a01fca2dc035d - 0.75% (465 KB)

[#010] sha256:156e1fbacaf4a38a57f97992b3ea71baac02433f15e17a7eb304485f12c0632d - 0.01% (6.01 KB)


History
2024-06-20 18:00:28 UTC

/bin/sh -c #(nop) ADD file:4d58f44e3cedeba6fad741c79bc5acab1a9f2a2f597c854dc3bb8b8595ebf3e1 in /

2024-06-20 18:00:28 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.9

2024-07-07 22:31:37 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 $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--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

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=24.0

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-15 14:35:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-07-15 14:44:46 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/rclone /app/rclone/rclone # buildkit

2024-07-15 14:44:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY config.yaml data.yaml setup.py media_downloader.py /app/ # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY module /app/module # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY utils /app/utils # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

CMD ["python" "media_downloader.py"]

Details
Created

2024-07-15 14:44:54 UTC

Size

62.1 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

24.0

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.9


Layers

[#000] sha256:a258b2a6b59a7aa244d8ceab095c7f8df726f27075a69fca7ad8490f3f63148a - 6.28% (3.9 MB)

[#001] sha256:651520864e37836e5ab990630591892b9d8473fa358c43e86895ef38eabe513f - 0.71% (455 KB)

[#002] sha256:ce27642b48d2417e310844c69b11c99ea69f19d68e74f03a8098f09de6fcb245 - 23.91% (14.9 MB)

[#003] sha256:602299a8e23e153358a3cd4561fce80173b020df061c92982071b97c0619953f - 0.0% (229 Bytes)

[#004] sha256:eabda81a71da553e4e69e3f1f7c27221aaf50e21fd063080fb828f2070c8d2fd - 4.8% (2.98 MB)

[#005] sha256:5003a893669c66ed90047473cb0c191a1d69939cc350e241194faef86f6fc655 - 0.0% (93 Bytes)

[#006] sha256:5c13488b6ba4a7cd11f759850c82daae827ee770ae98bd9d8f9788278ad67701 - 38.9% (24.2 MB)

[#007] sha256:eb26696dd0f6da25c53f4f85b0adf4f522f913492cee2ecdbe1977a2002f326a - 24.64% (15.3 MB)

[#008] sha256:cd1c6bd31a6df7afaf7f1da0f8cd1efd5aa18693df6a472bb96cf4d75ecec2e7 - 0.01% (5.99 KB)

[#009] sha256:b992cf85100154a3894df1f72f5eab8714dcedb3fc25f57b287a01fca2dc035d - 0.73% (465 KB)

[#010] sha256:156e1fbacaf4a38a57f97992b3ea71baac02433f15e17a7eb304485f12c0632d - 0.01% (6.01 KB)


History
2024-06-20 17:40:35 UTC

/bin/sh -c #(nop) ADD file:033626ac44156f3d5800a602c46870486b1492b9ba26096eaa66cceb6fcead77 in /

2024-06-20 17:40:35 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.9

2024-07-07 22:31:37 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 $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--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

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=24.0

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-15 14:35:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-07-15 14:44:46 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/rclone /app/rclone/rclone # buildkit

2024-07-15 14:44:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY config.yaml data.yaml setup.py media_downloader.py /app/ # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY module /app/module # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY utils /app/utils # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

CMD ["python" "media_downloader.py"]

Details
Created

2024-07-15 14:44:54 UTC

Size

62.2 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

PYTHON_PIP_VERSION

24.0

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.9


Layers

[#000] sha256:b02dcd5eb44e382ea711bca074a007403db63dacf55f888b3a87214d1052dd50 - 5.47% (3.41 MB)

[#001] sha256:e03dda537e2a89e050c4a6baee145aa8999cb1aeb295d4b29f95940b9351c2e3 - 0.71% (455 KB)

[#002] sha256:8e143ed48c8c7527da541ce7ce54d252f631b5995266ba5e79e6a20aa7a8c3ee - 23.66% (14.7 MB)

[#003] sha256:95e1363148187159e5177483f3a200f50e8822820ad2ed60d4efbe2c6c0e342a - 0.0% (229 Bytes)

[#004] sha256:424e539e2684ad997870b749e78c786230a82ce04341051e9f3d4aa195004b11 - 4.8% (2.99 MB)

[#005] sha256:5003a893669c66ed90047473cb0c191a1d69939cc350e241194faef86f6fc655 - 0.0% (93 Bytes)

[#006] sha256:d4219ffec781c5d533175d6eae78fbd8ec04e1aae797b19ae7d17be1140f20f7 - 39.81% (24.8 MB)

[#007] sha256:4354f3755c4ac08608d5e2f5092cdbd35087e0f33d02cd5c03c7c1fe985e1267 - 24.8% (15.4 MB)

[#008] sha256:cd1c6bd31a6df7afaf7f1da0f8cd1efd5aa18693df6a472bb96cf4d75ecec2e7 - 0.01% (5.99 KB)

[#009] sha256:b992cf85100154a3894df1f72f5eab8714dcedb3fc25f57b287a01fca2dc035d - 0.73% (465 KB)

[#010] sha256:156e1fbacaf4a38a57f97992b3ea71baac02433f15e17a7eb304485f12c0632d - 0.01% (6.01 KB)


History
2024-06-20 18:18:21 UTC

/bin/sh -c #(nop) ADD file:c98fdd4075ec8eb66a469bd36f2d1369030638ad4b76778b5ad9c787b9f63c8b in /

2024-06-20 18:18:22 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.9

2024-07-07 22:31:37 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 $(test "$gnuArch" != 'riscv64-linux-musl' && echo '--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

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_PIP_VERSION=24.0

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d7

2024-07-07 22:31:37 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

2024-07-07 22:31:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2024-07-15 14:35:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-07-15 14:44:47 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/rclone /app/rclone/rclone # buildkit

2024-07-15 14:44:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY config.yaml data.yaml setup.py media_downloader.py /app/ # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY module /app/module # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

COPY utils /app/utils # buildkit

2024-07-15 14:44:54 UTC (buildkit.dockerfile.v0)

CMD ["python" "media_downloader.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