Namespace
alexta69
Image / Tag
metube:2022-04-09
Content Digest
sha256:6d78f897554533d507ccbc104ff04323bb195a95a17041611b4274f0d5abc4aa
Details
Created

2022-04-09 11:24:12 UTC

Size

81.3 MB

Content Digest
Environment
DOWNLOAD_DIR

/downloads

GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.13

STATE_DIR

/downloads/.metube


Layers

[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 3.3% (2.68 MB)

[#001] sha256:a1ef3e6b7a02c0ce1d7d3ee96f273c2c5074b3f127082b4cd3f629f82097e1a8 - 0.78% (651 KB)

[#002] sha256:87c6e7e1fb6400525724d134814a4dd1ca429fa080909641b19aab1c7683714e - 13.84% (11.3 MB)

[#003] sha256:d3ae29a9abfa0bd7d192593f71b8234a1ac8d40bcb516740e5ee95dc89435676 - 0.0% (234 Bytes)

[#004] sha256:4d961647e54938875b8aadac11f2b4df1a5974e665d43163580b02cbd4d80c89 - 3.37% (2.74 MB)

[#005] sha256:4629a2baeaf5293c85c3df28632b3aff405bb716af0f1336580cc4a1e81adbfa - 0.0% (99 Bytes)

[#006] sha256:bc228595acb17b57d22ab9a35f14eae929dc0ed49d7f54f6498d39bd7ba1b031 - 0.02% (20.1 KB)

[#007] sha256:d1cac61bc9b088d75288c0cb69e92c2fe0486e9b6ebae4db357b25697b59a70a - 78.46% (63.8 MB)

[#008] sha256:9d50f9cc1191f870730b2ced62c1d94ccdcc29df2f994ab96fd747b58addb614 - 0.03% (21.4 KB)

[#009] sha256:73b25a0bc8357c105ef5f06cddfee7be4c0301f4ecacdf40092a0266dd138f7c - 0.01% (4.97 KB)

[#010] sha256:b2843f8447abb9b22ca502271ce0b7706c117a73b2292fde75e4e4138ca99a97 - 0.19% (159 KB)


History
2022-04-05 00:19:59 UTC

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

2022-04-05 00:19:59 UTC

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

2022-04-05 05:55:04 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-04-05 07:50:45 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-04-05 07:50:46 UTC

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

2022-04-05 08:57:54 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2022-04-05 09:10:18 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.13

2022-04-07 05:21:17 UTC

/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; command -v gpgconf > /dev/null && 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-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -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

2022-04-07 05:21:18 UTC

/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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-04-07 05:21:18 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-04-07 05:21:18 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-04-07 05:21:18 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-04-07 05:21:18 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-04-07 05:21:25 UTC

/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

2022-04-07 05:21:25 UTC

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

2022-04-09 11:19:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-04-09 11:19:02 UTC (buildkit.dockerfile.v0)

COPY Pipfile* ./ # buildkit

2022-04-09 11:21:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --update ffmpeg && apk add --update --virtual .build-deps gcc g++ musl-dev && pip install --no-cache-dir pipenv && pipenv install --system --deploy --clear && pip uninstall pipenv -y && apk del .build-deps && rm -rf /var/cache/apk/* # buildkit

2022-04-09 11:21:24 UTC (buildkit.dockerfile.v0)

COPY favicon ./favicon # buildkit

2022-04-09 11:21:24 UTC (buildkit.dockerfile.v0)

COPY app ./app # buildkit

2022-04-09 11:24:12 UTC (buildkit.dockerfile.v0)

COPY /metube/dist/metube ./ui/dist/metube # buildkit

2022-04-09 11:24:12 UTC (buildkit.dockerfile.v0)

ENV DOWNLOAD_DIR=/downloads

2022-04-09 11:24:12 UTC (buildkit.dockerfile.v0)

ENV STATE_DIR=/downloads/.metube

2022-04-09 11:24:12 UTC (buildkit.dockerfile.v0)

VOLUME [/downloads]

2022-04-09 11:24:12 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2022-04-09 11:24:12 UTC (buildkit.dockerfile.v0)

CMD ["python3" "app/main.py"]

Details
Created

2022-04-09 11:53:10 UTC

Size

77.1 MB

Content Digest
Environment
DOWNLOAD_DIR

/downloads

GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.13

STATE_DIR

/downloads/.metube


Layers

[#000] sha256:57fb4b5f1a47c953ca5703f0f81ce14e5d01cf23aa79558b5adb961cc526e320 - 3.0% (2.31 MB)

[#001] sha256:5594b60729afc7fdfa6de04dfddfc5560d7ca2510331911a8b6c27a5fd65f469 - 0.82% (649 KB)

[#002] sha256:7550ad17e1d5c0110dbc55c6fb61ce750b915e61ce933db37111642e84ce3998 - 13.48% (10.4 MB)

[#003] sha256:85ca78643386b41ddf770ba7fd39c3f93f75b6a951f90d775cec91dafab08bc2 - 0.0% (240 Bytes)

[#004] sha256:6b32992049cf0bdaad30e6842720c1cb5c6efd1912e0e3b513a7c4540b87a63c - 3.55% (2.74 MB)

[#005] sha256:9ef3106adb042b70a8e44c29efaeeb2d9b26dfd37398e9cd1717ffa016c9a9d0 - 0.0% (99 Bytes)

[#006] sha256:bc228595acb17b57d22ab9a35f14eae929dc0ed49d7f54f6498d39bd7ba1b031 - 0.03% (20.1 KB)

[#007] sha256:f3b76aaf63c80f8ae8f5922b7c2527ddac3d45d0f73ca5004a8cbf288e7ebd98 - 78.89% (60.9 MB)

[#008] sha256:aaa5ba76cc9c4513f991158196eec7ae2e8a1b446a1443945a197f51cc004035 - 0.03% (21.4 KB)

[#009] sha256:9ecff103e1b04a4760b3478bad68e9c1f0fd57372a3a34eaf2b514dcd3174cd4 - 0.01% (4.97 KB)

[#010] sha256:77f2f4be7824da0f827ffff2e64a63a1fe18b45a7c262ebf8941a1a8d997c0d5 - 0.2% (159 KB)


History
2022-04-04 23:57:34 UTC

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

2022-04-04 23:57:35 UTC

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

2022-04-05 11:15:49 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-04-05 11:15:50 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-04-05 11:15:53 UTC

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

2022-04-05 13:50:14 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2022-04-05 14:13:33 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.13

2022-04-07 12:56:13 UTC

/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; command -v gpgconf > /dev/null && 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-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -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

2022-04-07 12:56:15 UTC

/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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-04-07 12:56:15 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-04-07 12:56:16 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-04-07 12:56:16 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-04-07 12:56:17 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-04-07 12:56:32 UTC

/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

2022-04-07 12:56:32 UTC

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

2022-04-09 11:19:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-04-09 11:19:02 UTC (buildkit.dockerfile.v0)

COPY Pipfile* ./ # buildkit

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --update ffmpeg && apk add --update --virtual .build-deps gcc g++ musl-dev && pip install --no-cache-dir pipenv && pipenv install --system --deploy --clear && pip uninstall pipenv -y && apk del .build-deps && rm -rf /var/cache/apk/* # buildkit

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

COPY favicon ./favicon # buildkit

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

COPY app ./app # buildkit

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

COPY /metube/dist/metube ./ui/dist/metube # buildkit

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

ENV DOWNLOAD_DIR=/downloads

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

ENV STATE_DIR=/downloads/.metube

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

VOLUME [/downloads]

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2022-04-09 11:53:10 UTC (buildkit.dockerfile.v0)

CMD ["python3" "app/main.py"]

Details
Created

2022-04-09 11:48:12 UTC

Size

80 MB

Content Digest
Environment
DOWNLOAD_DIR

/downloads

GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.13

STATE_DIR

/downloads/.metube


Layers

[#000] sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 - 3.24% (2.59 MB)

[#001] sha256:55c8fe6b300068ece063b73d7ea69bef331e0698246ebbe2abe966cf6685e1ef - 0.8% (653 KB)

[#002] sha256:d6fab708fdd5b66f499e2d0e24de828c4b9be8d7c256611d337f670d82349227 - 14.13% (11.3 MB)

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

[#004] sha256:94cb2b13e0af1c440be5a656e6fc9dc5204dbce0894dc99f9d4b755fa1147385 - 3.43% (2.74 MB)

[#005] sha256:4629a2baeaf5293c85c3df28632b3aff405bb716af0f1336580cc4a1e81adbfa - 0.0% (99 Bytes)

[#006] sha256:bc228595acb17b57d22ab9a35f14eae929dc0ed49d7f54f6498d39bd7ba1b031 - 0.02% (20.1 KB)

[#007] sha256:4ddb8d48083e23d78b952b288b942c182d400439dfb85d3dc4081bc31f0403da - 78.16% (62.5 MB)

[#008] sha256:2b9e59bada17a398238d87e2293cf20ffcddfbd1c4b0e22cadf4b2ba48f58080 - 0.03% (21.4 KB)

[#009] sha256:95dbac8c5abcde90b432bb138c05070d41c4feb1a051fd0dc6d3797ce9bcf29f - 0.01% (4.97 KB)

[#010] sha256:df56d89cdcc72f685010d307cae11819054255f4bb4103868dccd4b698441a49 - 0.19% (159 KB)


History
2022-04-04 23:39:31 UTC

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

2022-04-04 23:39:31 UTC

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

2022-04-05 04:43:55 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-04-05 04:43:56 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-04-05 04:43:58 UTC

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

2022-04-05 06:01:50 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2022-04-05 06:12:21 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.13

2022-04-07 05:04:36 UTC

/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; command -v gpgconf > /dev/null && 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-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -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

2022-04-07 05:04:37 UTC

/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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-04-07 05:04:38 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-04-07 05:04:39 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-04-07 05:04:40 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-04-07 05:04:41 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-04-07 05:04:48 UTC

/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

2022-04-07 05:04:48 UTC

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

2022-04-09 11:19:02 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-04-09 11:19:02 UTC (buildkit.dockerfile.v0)

COPY Pipfile* ./ # buildkit

2022-04-09 11:36:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --update ffmpeg && apk add --update --virtual .build-deps gcc g++ musl-dev && pip install --no-cache-dir pipenv && pipenv install --system --deploy --clear && pip uninstall pipenv -y && apk del .build-deps && rm -rf /var/cache/apk/* # buildkit

2022-04-09 11:36:38 UTC (buildkit.dockerfile.v0)

COPY favicon ./favicon # buildkit

2022-04-09 11:36:38 UTC (buildkit.dockerfile.v0)

COPY app ./app # buildkit

2022-04-09 11:48:12 UTC (buildkit.dockerfile.v0)

COPY /metube/dist/metube ./ui/dist/metube # buildkit

2022-04-09 11:48:12 UTC (buildkit.dockerfile.v0)

ENV DOWNLOAD_DIR=/downloads

2022-04-09 11:48:12 UTC (buildkit.dockerfile.v0)

ENV STATE_DIR=/downloads/.metube

2022-04-09 11:48:12 UTC (buildkit.dockerfile.v0)

VOLUME [/downloads]

2022-04-09 11:48:12 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2022-04-09 11:48:12 UTC (buildkit.dockerfile.v0)

CMD ["python3" "app/main.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