Namespace
lanol
Image / Tag
filecodebox:pre
Content Digest
sha256:b665c20910bd7245b40107b209234a6646f2abec89cee1492e31e057ba8e87a2
Details
Created

2023-03-01 15:00:06 UTC

Size

78.1 MB

Content Digest
Labels
  • author
    Lan
  • email
    vast@tom.com
  • version
    6

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

6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

21.1.3

PYTHON_VERSION

3.9.5


Layers

[#000] sha256:b4d181a07f8025e00e0cb28f1cc14613da2ce26450b80c54aea537fa93cf3bda - 33.15% (25.9 MB)

[#001] sha256:a1111a8f2ec3f3a8ee44a123047349a70f87d1cfebb9e48b06520d0eed436a71 - 3.38% (2.64 MB)

[#002] sha256:445d04774519ca200f5c48fd028beaafb49ca763dd58767f1ae7e3933306394c - 13.35% (10.4 MB)

[#003] sha256:24f3f85d41f368fc2dcd569b181ef6cd4c2bee419a32853be2f8c8964cee34af - 0.0% (235 Bytes)

[#004] sha256:d299f7fb612d59c3d87fcb17028a25c02e94722ef6235e60537a12d0e312abfc - 3.22% (2.51 MB)

[#005] sha256:e198ec492b35c8b8e152e5b5bcf10e91b2e557227795597fa7cbcc87453c183b - 2.2% (1.71 MB)

[#006] sha256:b27127282fba7b9b205defcd82deb0571060e4baa42eac77a038e5a2c79f571e - 0.0% (159 Bytes)

[#007] sha256:e32b258ac608a223b26a69a16451863e7c86c074188b07a83f8376c86ca6c00c - 0.0% (153 Bytes)

[#008] sha256:9a05ed6fdc795f5650885b385561fa5d9c1198b974a5de5e90babeb5676c2505 - 44.7% (34.9 MB)


History
2021-06-23 00:20:40 UTC

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

2021-06-23 00:20:40 UTC

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

2021-06-23 14:43:51 UTC

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

2021-06-23 14:43:51 UTC

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

2021-06-23 14:43:58 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/*

2021-06-23 15:02:58 UTC

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

2021-06-23 15:02:58 UTC

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

2021-06-23 15:12:28 UTC

/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc 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 $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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" && export GNUPGHOME="$(mktemp -d)" && 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 -xJC /usr/src/python --strip-components=1 -f 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 --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && 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 '*.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

2021-06-23 15:12:29 UTC

/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2021-06-29 01:30:31 UTC

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

2021-06-29 01:30:31 UTC

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

2021-06-29 01:30:31 UTC

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

2021-06-29 01:30:44 UTC

/bin/sh -c set -ex; 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 --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; 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' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2021-06-29 01:30:45 UTC

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

2022-12-15 18:20:17 UTC

/bin/sh -c #(nop) LABEL author=Lan

2022-12-15 18:20:18 UTC

/bin/sh -c #(nop) LABEL email=vast@tom.com

2023-01-17 10:45:38 UTC

/bin/sh -c #(nop) LABEL version=6

2023-03-01 14:59:38 UTC

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

2023-03-01 14:59:39 UTC

/bin/sh -c ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

2023-03-01 14:59:41 UTC

/bin/sh -c echo 'Asia/Shanghai' >/etc/timezone

2023-03-01 14:59:41 UTC

/bin/sh -c #(nop) WORKDIR /app

2023-03-01 15:00:06 UTC

/bin/sh -c pip install -r requirements.txt

2023-03-01 15:00:06 UTC

/bin/sh -c #(nop) EXPOSE 12345

2023-03-01 15:00:06 UTC

/bin/sh -c #(nop) CMD ["python" "main.py"]

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