Namespace
makedie
Image / Tag
fastapi-dls:1.3.5
Content Digest
sha256:0f6d88b691824fc54d33ab00780cd8f23acdf0017272508b9728d2e48fdaa781
Details
Created

2023-02-20 04:00:26 UTC

Size

192 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

d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

22.3.1

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.11.2


Layers

[#000] sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c - 1.68% (3.22 MB)

[#001] sha256:781eddb6f34207e2b80d9ac0c81f1edde119e3ed0628aa9d4eeb6f8c01669b14 - 0.31% (608 KB)

[#002] sha256:1ae1f1ea756fa6f1b62285c394138e7f133261b9142d4c3fcbbdf05ff10b028a - 6.19% (11.9 MB)

[#003] sha256:5b3e7c82c61db846e1a7fec25e1535e749931d7e890b710bdb42cf335063fada - 0.0% (232 Bytes)

[#004] sha256:369973018634d132e1ee2db05f0453a6ba17a3227df1f1dd6751696260624750 - 1.52% (2.91 MB)

[#005] sha256:c9fb27fc29368cf50c46bbe75461cd9cb17e1ed333e66b403b64e826f26963c9 - 0.0% (255 Bytes)

[#006] sha256:72660cbf7624d6d49df94a2e698d7e08503b7b0ddb4a6e9fae2164e8e0b5d4bf - 90.29% (173 MB)

[#007] sha256:e047322550c1cf6bb693f67cca802c965eb17352c7488b73bf02da7df2b5bf01 - 0.0% (7.34 KB)

[#008] sha256:ed6a06ce858255d11d3855e358c1e0f75e1b8b5b7460767be10459727f3b91ff - 0.0% (165 Bytes)

[#009] sha256:1426407c32ebde44bfcde1f0849a96a7a26f60b10cca0f27a191b55d35e2326f - 0.0% (9.28 KB)

[#010] sha256:98057cc1818d4298f772ff2c9db869be620eac57ac0bd0803d9295cc11e5b61c - 0.0% (145 Bytes)

[#011] sha256:23a3f8b5af040f7e87c61893194ac84db18eeb206a5f8744228ffe1c3ca2be90 - 0.0% (3.63 KB)

[#012] sha256:2ae8d936ce5c6a88d37dec036efb9b731c0dd3d1e57d420e2301ccba789c204f - 0.0% (3.63 KB)


History
2023-02-11 04:46:42 UTC

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

2023-02-11 04:46:42 UTC

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

2023-02-11 08:38:49 UTC

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

2023-02-11 11:25:57 UTC

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

2023-02-11 11:25:58 UTC

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

2023-02-11 11:54:52 UTC

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

2023-02-11 11:54:53 UTC

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

2023-02-11 12:07:52 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-11 12:07:53 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-11 12:07:53 UTC

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

2023-02-11 12:07:53 UTC

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

2023-02-11 12:07:53 UTC

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

2023-02-11 12:07:54 UTC

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

2023-02-11 12:08:00 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-11 12:08:00 UTC

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

2023-02-13 16:34:23 UTC

/bin/sh -c #(nop) COPY file:f00d9321d09edb250cdab8dfd6f260fdc808822b9c9d26a7c3980a3a4d4d7c99 in /tmp/requirements.txt

2023-02-13 16:47:56 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-02-13 16:47:57 UTC

/bin/sh -c #(nop) COPY dir:13f00311895f28179f74edc8977d79bf9ff121836874a2326ff5dc69162edf35 in /app

2023-02-13 16:47:57 UTC

/bin/sh -c #(nop) COPY file:da5cfe715d6811e5d27401cda74fbd7b44ef0f03f1c1da78645f22912c64876e in /version.env

2023-02-13 16:47:57 UTC

/bin/sh -c #(nop) COPY file:cbc5771be4828c9f7805d76f34b48b52f548bf7e0443a9d2a06117ff2a00382d in /README.md

2023-02-13 16:47:57 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --insecure --fail https://localhost/-/health || exit 1"] "10s" "5s" "30s" '\x03'}

2023-02-13 16:47:58 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-02-20 04:00:26 UTC

/bin/sh -c mkdir -p /app/cert

2023-02-20 04:00:26 UTC

/bin/sh -c #(nop) COPY multi:cf6374a89c98fbe27abc400c3443f0132be240a140d010661bd421061535efab in /app/cert/

2023-02-20 04:00:26 UTC

/bin/sh -c chmod -R a+rw /app/cert/*

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