Namespace
safeglobal
Image / Tag
safe-config-service:v2.46.0
Content Digest
sha256:d2b459a6df36de9b424d67d5dddd7ffd4a4a75c4b3c09a28e464453336f9abf8
Pull command
Details
Created

2023-02-06 12:41:29 UTC

Size

114 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-deps/bin

PYTHONUNBUFFERED

1

PYTHONUSERBASE

/python-deps

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.10.9


Layers

[#000] sha256:01b5b2efb836d74b8b49da819514eca52e25290d1688db59420ffb9c6b65a03c - 26.36% (29.9 MB)

[#001] sha256:5dda314a937ad03f8beac81c714da74e459b6174301368e0903ef586a68ae150 - 0.9% (1.03 MB)

[#002] sha256:11d639c994a82f2fc3c071bc85b7fa8fb341d4186e1b1c535f8d4147b07f78cd - 9.86% (11.2 MB)

[#003] sha256:d1465593fd9b15a8d99135d267721127f140c979a8831c320e1f326b830d2721 - 0.0% (233 Bytes)

[#004] sha256:4a6d0cbbdb413b71a251597fa3b79f3c0ec3ed7b7c1ee8ae3d4fe4fe053a04a4 - 2.81% (3.19 MB)

[#005] sha256:0d0ab36dd1d1e6a9ce7582a733994838381eac08bbe20542205aa61a7f78197d - 0.0% (99 Bytes)

[#006] sha256:c0b29779e3884e16112b17cc410928786d83928ce1a8e3fbc82d6a885182ad1f - 0.0% (337 Bytes)

[#007] sha256:be59ab46d0736ce6dc6ee954fd64d867457091043dd4b1518a127604501037f0 - 53.46% (60.7 MB)

[#008] sha256:b98a65a30a6a1539081c9d393b79324990732c9e370c586bf6f059fb32e92686 - 0.07% (76.4 KB)

[#009] sha256:d6c1aa6b71f39684b33d41617f0035cdba9be9c80fe6406489df3c74f8a0dfe7 - 6.53% (7.42 MB)


History
2023-02-04 06:51:41 UTC

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

2023-02-04 06:51:41 UTC

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

2023-02-04 10:38:22 UTC

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

2023-02-04 10:38:22 UTC

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

2023-02-04 10:38:27 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*

2023-02-04 11:16:45 UTC

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

2023-02-04 11:51:24 UTC

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

2023-02-04 11:57:18 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-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)"; 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 '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version

2023-02-04 11:57: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 11:57:19 UTC

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

2023-02-04 11:57:19 UTC

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

2023-02-04 11:57: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 11:57:19 UTC

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

2023-02-04 11:57:30 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 11:57:31 UTC

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

2023-02-06 12:40:45 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2023-02-06 12:40:45 UTC (buildkit.dockerfile.v0)

ENV PYTHONUSERBASE=/python-deps

2023-02-06 12:40:45 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/python-deps/bin

2023-02-06 12:40:45 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-02-06 12:40:45 UTC (buildkit.dockerfile.v0)

COPY requirements.txt ./ # buildkit

2023-02-06 12:41:27 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set ex && buildDeps=" automake build-essential gcc libc-dev libssl-dev libtool pkg-config " && apt-get update && apt-get install -y --no-install-recommends $buildDeps tini && pip3 install -U --no-cache-dir wheel setuptools pip && pip3 install --no-cache-dir --user -r requirements.txt && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/* && chmod +x /usr/bin/tini # buildkit

2023-02-06 12:41:27 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2023-02-06 12:41:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c DEFAULT_FILE_STORAGE=django.core.files.storage.FileSystemStorage python src/manage.py collectstatic --noinput # buildkit

2023-02-06 12:41:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--" "./docker-entrypoint.sh"]

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