2023-02-09 04:51:52 UTC
66.5 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
PYTHON_PIP_VERSION22.3.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.2
[#000] sha256:40e5b0b2e2bde18974628cadecd8a2f190f45f06c32846c16885d69b2908bf68 - 4.89% (3.25 MB)
[#001] sha256:454ecf8c7d5e185512ac438ffdd8de6c53fff4c02dd3817718de8e02e1dddd3b - 0.89% (609 KB)
[#002] sha256:91946eff750696de4b31c3189284190977df83b18a8b76a9f46658305f708c3d - 21.34% (14.2 MB)
[#003] sha256:a38fcf3497c406c6c97f3d89e15c3adc459071a75274976dec9428cc92d0a4e1 - 0.0% (231 Bytes)
[#004] sha256:3f7b5da495d2171418a9185035830cd11e2edff588c8f9b5e83a80151cd78c21 - 4.38% (2.91 MB)
[#005] sha256:85411e1032233382b76c00e5a8474532aac0bef2b98c5771b69d6e1100f58a06 - 48.24% (32.1 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:9603a9406bbcd62d0df88c2fee712b2ef058ab29b9950930663dbaa78f52b023 - 20.25% (13.5 MB)
[#008] sha256:2b3c0d47987c0b67273378cca6529820ddc5a24fdb6ea974b4c5fb3dd07bac04 - 0.0% (102 Bytes)
/bin/sh -c #(nop) ADD file:d03619a0ef81726c34189e849b80cc92da908eb36e116f28275d5765e6d0919a in /
2023-01-09 17:05:00 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-01-09 19:31:09 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 19:31:10 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-01-09 19:31:12 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2023-01-09 19:47:44 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-02-09 02:40:30 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.2
2023-02-09 02:53:31 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-lto --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-09 02:53:32 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-09 02:53:33 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2023-02-09 02:53:34 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-02-09 02:53:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
2023-02-09 02:53:36 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
2023-02-09 02:53:43 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-09 02:53:44 UTC/bin/sh -c #(nop) CMD ["python3"]
2023-02-09 04:49:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache tini ffmpeg bash curl jq # buildkit
2023-02-09 04:49:45 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 04:49:45 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=386 /bin/sh -c if [ "${TARGETARCH}" = "amd64" ]; then apk add --no-cache libva-intel-driver intel-media-driver; fi # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)COPY / / # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)WORKDIR /config
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)CMD ["go2rtc" "-config" "/config/go2rtc.yaml"]
2023-02-09 04:51:52 UTC
85.1 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
PYTHON_PIP_VERSION22.3.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.2
[#000] sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 - 3.78% (3.21 MB)
[#001] sha256:3fd9832a787c7d68019488dcae52ce17e79f7cc4217fb549f6ff5c3fa1e10a93 - 0.7% (608 KB)
[#002] sha256:c5dd72e16bfb249a8b5ff109993ea7a2cb3b9e6af2423a38b85e2b41f6f4f40e - 16.4% (14 MB)
[#003] sha256:01c7fd8e6571a6fa0d81c4168b20583ad1b9f86035f4f83c3183c00092be9905 - 0.0% (229 Bytes)
[#004] sha256:5fab62934884ddb0ecd9bb1e2638105084cee1bdb85ac0afad83e6fc207200a4 - 3.43% (2.91 MB)
[#005] sha256:110d2a4b3381b5ae6ab0827a34503d3b1d42ec999a330f9d4fa5d81cd02bbc33 - 44.52% (37.9 MB)
[#006] sha256:cc1704883369214dd886175538bc46b3644dae209a771f564c37d51533ed63b8 - 14.67% (12.5 MB)
[#007] sha256:868156ea436e0f9a922e1f7b4df1a916df6beb7812846c5a0f4c2deec4d9be81 - 16.5% (14 MB)
[#008] sha256:2b3c0d47987c0b67273378cca6529820ddc5a24fdb6ea974b4c5fb3dd07bac04 - 0.0% (102 Bytes)
/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:25:21 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-02-09 01:10:29 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.2
2023-02-09 01:23:33 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-lto --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-09 01:23:34 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-09 01:23:34 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2023-02-09 01:23:34 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-02-09 01:23:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
2023-02-09 01:23:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
2023-02-09 01:23:41 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-09 01:23:41 UTC/bin/sh -c #(nop) CMD ["python3"]
2023-02-09 04:49:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache tini ffmpeg bash curl jq # buildkit
2023-02-09 04:49:47 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 04:49:47 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=amd64 /bin/sh -c if [ "${TARGETARCH}" = "amd64" ]; then apk add --no-cache libva-intel-driver intel-media-driver; fi # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)COPY / / # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)WORKDIR /config
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)CMD ["go2rtc" "-config" "/config/go2rtc.yaml"]
2023-02-09 04:51:52 UTC
58.3 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
PYTHON_PIP_VERSION22.3.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.1
[#000] sha256:c527615e4ffa2d5b9b777fd469b3b5ba7c1b1e9201c065be2c43569de48a3754 - 4.69% (2.73 MB)
[#001] sha256:195bafe2485bbd04fb274d28ba1a61517e45d8f137b6f88b96705db2ccdd1982 - 1.02% (609 KB)
[#002] sha256:539ad60a201c706b9ed19b5eb3aa9e4d2825035093a93242f2e58ccbf4052ee3 - 19.12% (11.1 MB)
[#003] sha256:cd3391728f38bc820b694a4fc4014a4a9e2d1dec028391609464cf1b58ceb4a8 - 0.0% (230 Bytes)
[#004] sha256:2dfbd7db6eb537e3cf3fdb604c4186feca1d1021e2a8bcc9173acd182a2f8ba6 - 5.0% (2.91 MB)
[#005] sha256:1d44494946296866020db229f95a184ac4a6b0628f9219a73b6ffe9bf227006c - 47.19% (27.5 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:f700bc65481d0adc125e852c1f4cdd2e4709d3c33d6c15c88f61652a899bc841 - 22.98% (13.4 MB)
[#008] sha256:2b3c0d47987c0b67273378cca6529820ddc5a24fdb6ea974b4c5fb3dd07bac04 - 0.0% (102 Bytes)
/bin/sh -c #(nop) ADD file:4696f25d0f019b27457c55b3b128b70bf153f38e3e4eb5bdfc21058543313e94 in /
2023-01-09 17:06:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-01-09 23:33:02 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 23:33:02 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-01-09 23:33:04 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2023-01-09 23:54:03 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-01-09 23:54:04 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.1
2023-02-04 03:41:23 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-lto --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:41:24 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:41:24 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2023-02-04 03:41:24 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-02-04 03:41:24 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:41:24 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
2023-02-04 03:41:31 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:41:32 UTC/bin/sh -c #(nop) CMD ["python3"]
2023-02-09 04:49:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache tini ffmpeg bash curl jq # buildkit
2023-02-09 04:49:49 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 04:49:49 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm /bin/sh -c if [ "${TARGETARCH}" = "amd64" ]; then apk add --no-cache libva-intel-driver intel-media-driver; fi # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)COPY / / # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)WORKDIR /config
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)CMD ["go2rtc" "-config" "/config/go2rtc.yaml"]
2023-02-09 04:51:52 UTC
65.6 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
PYTHON_PIP_VERSION22.3.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.2
[#000] sha256:a9eaa45ef418e883481a13c7d84fa9904f2ec56789c52a87ba5a9e6483f2b74f - 4.74% (3.11 MB)
[#001] sha256:d462052b8b5e4c3d6738809617086300ae4bfc3b4e9076ecc08184d4db3dadc1 - 0.91% (610 KB)
[#002] sha256:a7848a944c28bcdc01ba67235b53c9a314b5bd1207566de68743d77b7ab87d0b - 21.07% (13.8 MB)
[#003] sha256:020be94178d3fe73eda91e5ca8c8eb1c8b63415306ffe25c153fa4b228731ac7 - 0.0% (232 Bytes)
[#004] sha256:b646efe64f65db75d4d77478682b20a3efd50285902154662965f32db396220b - 4.44% (2.91 MB)
[#005] sha256:f68a21572fd287a1b3340d0fb2528a9ad1d7f99453583845cbb878f2495340ae - 48.97% (32.1 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:a793c3a1e052d5a8788d93ace431e2c84041dbbd26d853689fb23fed42826464 - 19.87% (13 MB)
[#008] sha256:2b3c0d47987c0b67273378cca6529820ddc5a24fdb6ea974b4c5fb3dd07bac04 - 0.0% (102 Bytes)
/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:00:18 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-02-09 01:45:14 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.2
2023-02-09 01:58:28 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-lto --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-09 01:58:28 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-09 01:58:28 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2023-02-09 01:58:29 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-02-09 01:58:29 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py
2023-02-09 01:58:29 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653
2023-02-09 01:58:34 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-09 01:58:34 UTC/bin/sh -c #(nop) CMD ["python3"]
2023-02-09 04:49:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache tini ffmpeg bash curl jq # buildkit
2023-02-09 04:49:51 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-09 04:49:51 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c if [ "${TARGETARCH}" = "amd64" ]; then apk add --no-cache libva-intel-driver intel-media-driver; fi # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)COPY / / # buildkit
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--"]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)WORKDIR /config
2023-02-09 04:51:52 UTC (buildkit.dockerfile.v0)CMD ["go2rtc" "-config" "/config/go2rtc.yaml"]
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.