Namespace
o1si
Image / Tag
miui-auto-tasks:v1.5.2.4
Content Digest
sha256:e7fca3421dd02d6ddb128c2ca6c16cf50c9a24bca39bae4491b44dc96872497a
Details
Created

2023-02-08 09:58:46 UTC

Size

24.4 MB

Content Digest
Environment
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

d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.9.16


Layers

[#000] sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 - 13.15% (3.21 MB)

[#001] sha256:3fd9832a787c7d68019488dcae52ce17e79f7cc4217fb549f6ff5c3fa1e10a93 - 2.43% (608 KB)

[#002] sha256:3b64f6d94d9449d066989bc49815e8a16bc767625be41b4a860cdb0faba63856 - 45.04% (11 MB)

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

[#004] sha256:892375aa9b9bc0957a3eaf03b7b145a2db7b6b5d24e4db81b1038876847ace66 - 11.23% (2.75 MB)

[#005] sha256:f2be69df237157912d18eb36f566eb0aadb762df2b2bc7503c845377ae020d53 - 0.01% (1.81 KB)

[#006] sha256:a3aed881511fc86b3eb6243cd49700ed3a35d91f54d06830485d7e1ab779771b - 0.0% (196 Bytes)

[#007] sha256:5969881e2a741acff661655d1216277845a832f3daeef59c04c7f7cefeeeaad9 - 0.02% (4.96 KB)

[#008] sha256:d9f3340e31b946bd08b238bbacf2fef4a782857eca48c3b471e0e0df42b8df7f - 28.13% (6.88 MB)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-01-09 17:05:20 UTC

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

2023-01-09 17:05:20 UTC

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

2023-01-09 18:05:33 UTC

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

2023-01-09 20:09:04 UTC

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

2023-01-09 20:09:06 UTC

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

2023-01-09 20:52:40 UTC

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

2023-01-09 20:52:40 UTC

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

2023-02-04 03:34:48 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 --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; 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

2023-02-04 03:34:48 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 "$src" "/usr/local/bin/$dst"; done

2023-02-04 03:34:49 UTC

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

2023-02-04 03:34:49 UTC

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

2023-02-04 03:34:49 UTC

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

2023-02-04 03:34:49 UTC

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

2023-02-04 03:34:56 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

2023-02-04 03:34:57 UTC

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

2023-02-08 09:57:27 UTC (buildkit.dockerfile.v0)

COPY ./utils /srv/utils/ # buildkit

2023-02-08 09:57:27 UTC (buildkit.dockerfile.v0)

COPY ./requirements.txt /tmp # buildkit

2023-02-08 09:57:27 UTC (buildkit.dockerfile.v0)

COPY ./config.yaml ./miuitask.py /srv/ # buildkit

2023-02-08 09:58:46 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir -i https://mirrors.bfsu.edu.cn/pypi/web/simple -r /tmp/requirements.txt && rm -rf /tmp/* && echo "0 4 * * * python /srv/miuitask.py" > /var/spool/cron/crontabs/root # buildkit

2023-02-08 09:58:46 UTC (buildkit.dockerfile.v0)

WORKDIR /srv

2023-02-08 09:58:46 UTC (buildkit.dockerfile.v0)

CMD ["/usr/sbin/crond" "-f"]

Details
Created

2023-02-08 09:59:51 UTC

Size

23.3 MB

Content Digest
Environment
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

d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.9.16


Layers

[#000] sha256:a9eaa45ef418e883481a13c7d84fa9904f2ec56789c52a87ba5a9e6483f2b74f - 13.33% (3.11 MB)

[#001] sha256:d462052b8b5e4c3d6738809617086300ae4bfc3b4e9076ecc08184d4db3dadc1 - 2.56% (610 KB)

[#002] sha256:6987de67e6d2497cdc1799b71c799cd88dff76733537168e5f14cf748ff0abc5 - 47.18% (11 MB)

[#003] sha256:046c09eb54413c1ab99354673658eea017e4bab7b16f4a034eac924305893be9 - 0.0% (230 Bytes)

[#004] sha256:3bf06f23891279ea5aa9967917c2390081c6259afe9b48cd8d9e5649143c9482 - 11.77% (2.75 MB)

[#005] sha256:f2be69df237157912d18eb36f566eb0aadb762df2b2bc7503c845377ae020d53 - 0.01% (1.81 KB)

[#006] sha256:a3aed881511fc86b3eb6243cd49700ed3a35d91f54d06830485d7e1ab779771b - 0.0% (196 Bytes)

[#007] sha256:5969881e2a741acff661655d1216277845a832f3daeef59c04c7f7cefeeeaad9 - 0.02% (4.96 KB)

[#008] sha256:6a14b86f8ba85d624161c73da98a7a64fccc0114cdf68629bc4658d32fa45b98 - 25.13% (5.86 MB)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-01-09 17:04:48 UTC

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

2023-01-09 17:04:49 UTC

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

2023-01-09 17:50:03 UTC

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

2023-01-09 20:45:02 UTC

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

2023-01-09 20:45:04 UTC

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

2023-01-09 21:25:50 UTC

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

2023-01-09 21:25:50 UTC

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

2023-02-04 03:11:18 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 --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; 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

2023-02-04 03:11:19 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 "$src" "/usr/local/bin/$dst"; done

2023-02-04 03:11:19 UTC

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

2023-02-04 03:11:19 UTC

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

2023-02-04 03:11:19 UTC

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

2023-02-04 03:11:19 UTC

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

2023-02-04 03:11:26 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

2023-02-04 03:11:26 UTC

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

2023-02-08 09:57:27 UTC (buildkit.dockerfile.v0)

COPY ./utils /srv/utils/ # buildkit

2023-02-08 09:57:27 UTC (buildkit.dockerfile.v0)

COPY ./requirements.txt /tmp # buildkit

2023-02-08 09:57:27 UTC (buildkit.dockerfile.v0)

COPY ./config.yaml ./miuitask.py /srv/ # buildkit

2023-02-08 09:59:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip install --no-cache-dir -i https://mirrors.bfsu.edu.cn/pypi/web/simple -r /tmp/requirements.txt && rm -rf /tmp/* && echo "0 4 * * * python /srv/miuitask.py" > /var/spool/cron/crontabs/root # buildkit

2023-02-08 09:59:51 UTC (buildkit.dockerfile.v0)

WORKDIR /srv

2023-02-08 09:59:51 UTC (buildkit.dockerfile.v0)

CMD ["/usr/sbin/crond" "-f"]

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