2023-01-17 10:01:01 UTC
190 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2561e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py
PYTHON_PIP_VERSION22.3.1
PYTHON_SETUPTOOLS_VERSION65.5.1
PYTHON_VERSION3.11.1
[#000] sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 - 1.69% (3.21 MB)
[#001] sha256:3fd9832a787c7d68019488dcae52ce17e79f7cc4217fb549f6ff5c3fa1e10a93 - 0.31% (608 KB)
[#002] sha256:7ef9606e0e279b285c3ea02e88cff7291732c2dc987ae8760a77a94b371e4feb - 6.45% (12.3 MB)
[#003] sha256:337c6db660034f8ec38a24d7f3b73bef8ae2a358071cc6c5dd198ecf1cb6aff2 - 0.0% (231 Bytes)
[#004] sha256:93f7511ddbb40ecc473fb0bf3952bb40e4bb5af6754634d343d5f13cfbf7ea6e - 1.53% (2.91 MB)
[#005] sha256:70b0bfba27455242373ea2b3e5c57934e3f8726812db30dce4fca636dd7417d7 - 0.0% (255 Bytes)
[#006] sha256:c1ef010c6273e24cfcdce24301ed42063913137db8acd39e2d7619cef304695d - 90.01% (171 MB)
[#007] sha256:b00f567bd0ce64fc9213be466b38dc114588dac2b849b24436dba1f36c2afb2d - 0.0% (6.84 KB)
[#008] sha256:d3d6ddd60ada48c66f6a1d4efb2a623f07192129e22f78a401f229eea22d7090 - 0.0% (163 Bytes)
[#009] sha256:c9e875ea322a1319d5f379ace0d73a6c6e9cee6ae379aa4ce6ed7594f2c7214d - 0.0% (8.42 KB)
[#010] sha256:8b07033b4902249e371fb06643e081e3b8d5479e60e00a8dd15e264c665d5455 - 0.0% (146 Bytes)
[#011] sha256:00983b7dd4b36098fd95c5291de305cffdfaf571907cbedf727784784bf1f7d0 - 0.0% (3.63 KB)
[#012] sha256:5a4bbbba252bbf068265d17e199159dadd8bb41e5786335d86ae6265685b3d9a - 0.0% (3.63 KB)
/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-01-09 20:25:21 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.1
2023-01-09 20:41:34 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)"; 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' \) \) \) -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-01-09 20:41:35 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-01-09 20:41:35 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2023-01-09 20:41:35 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-01-09 20:41:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py
2023-01-09 20:41:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
2023-01-09 20:41: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-01-09 20:41:43 UTC/bin/sh -c #(nop) CMD ["python3"]
2023-01-16 09:31:24 UTC/bin/sh -c #(nop) COPY file:b3f5a12dbe9152d864d1aa9997a32c1a9d6e367360f425ab115255ce73e6d270 in /tmp/requirements.txt
2023-01-16 09:48:20 UTC/bin/sh -c apk update && apk add --no-cache --virtual build-deps gcc g++ python3-dev musl-dev && apk add --no-cache curl postgresql postgresql-dev mariadb-connector-c-dev sqlite-dev && pip install --no-cache-dir --upgrade uvicorn && pip install --no-cache-dir psycopg2==2.9.5 mysqlclient==2.1.1 pysqlite3==0.5.0 && pip install --no-cache-dir -r /tmp/requirements.txt && apk del build-deps
2023-01-16 09:48:22 UTC/bin/sh -c #(nop) COPY dir:d571a1785ab58b337ff07fbe2b93f909814a143f13544987e8c8a4670306f161 in /app
2023-01-16 12:14:03 UTC/bin/sh -c #(nop) COPY file:a22a578a0f164d8516700e421bbe05b75d221264fcae83c2d77ee7ad4fd67a7a in /version.env
2023-01-16 12:14:04 UTC/bin/sh -c #(nop) COPY file:6c0f387f8046717223389fa25b927ffc7fadb4bb4a6d99faaaf40f1396106473 in /README.md
2023-01-16 12:14:04 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --insecure --fail https://localhost/-/health || exit 1"] "10s" "5s" "30s" '\x03'}
2023-01-16 12:14:04 UTC/bin/sh -c #(nop) CMD ["uvicorn" "main:app" "--host" "0.0.0.0" "--port" "443" "--app-dir" "/app" "--proxy-headers" "--ssl-keyfile" "/app/cert/webserver.key" "--ssl-certfile" "/app/cert/webserver.crt"]
2023-01-17 10:01:00 UTC/bin/sh -c mkdir -p /app/cert
2023-01-17 10:01:01 UTC/bin/sh -c #(nop) COPY multi:cf6374a89c98fbe27abc400c3443f0132be240a140d010661bd421061535efab in /app/cert/
2023-01-17 10:01:01 UTC/bin/sh -c chmod -R a+rw /app/cert/*
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.