Namespace
freqtradeorg
Image / Tag
freqtrade:2021.5_plot
Content Digest
sha256:33d330737dfd37d8dbd22a3c289c4ea3270c572f4a8a156a9f640152aca24bfa
Details
Created

2021-05-27 14:32:44 UTC

Size

214 MB

Content Digest
Environment
FT_APP_ENV

docker

GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

LC_ALL

C.UTF-8

LD_LIBRARY_PATH

/usr/local/lib

PATH

/home/ftuser/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONDONTWRITEBYTECODE

1

PYTHONFAULTHANDLER

1

PYTHON_GET_PIP_SHA256

8890955d56a8262348470a76dc432825f61a84a54e2985a86cd520f656a6e220

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

21.1.2

PYTHON_VERSION

3.9.5


Layers

[#000] sha256:69692152171afee1fd341febc390747cfca2ff302f2881d8b394e786af605696 - 12.07% (25.9 MB)

[#001] sha256:59773387c0e7ec4b901649cd3530cde9a32e6a76fccaf0b015119c329cb6af78 - 1.23% (2.64 MB)

[#002] sha256:3fc84e535e87f5dfd4ab5a3086531224f67051d7f7853c659d3dd0002b7c5a45 - 4.86% (10.4 MB)

[#003] sha256:68ebeebdab6f71c7a8dc8532e56ed6d69171502240306980ae78e8d13b03dde4 - 0.0% (234 Bytes)

[#004] sha256:3d3af2ef8baa6583768806f88dc0bf0a4aab6ee256cb2278e2412ddc035f3577 - 1.17% (2.51 MB)

[#005] sha256:e0ea0bb6450acd6e5db9453eb63527e384d1e9d286e03ac1b16c1f874b13ce17 - 6.32% (13.6 MB)

[#006] sha256:c618363dc2644c0b1e2e53ace02b277292eec76da0beeb400863d1a17419f8c9 - 0.86% (1.85 MB)

[#007] sha256:45763dd5bda3cec7b2124065819051e713f9609456f35b65d701033548f154ac - 62.88% (135 MB)

[#008] sha256:fb72555fecf151954c875376cfd98d1e097f630fa8fc7d96b9df754e0dafb681 - 3.27% (7.01 MB)

[#009] sha256:cd316dd4a954abf06ad5c18b03a690499879b81f9a1fe489da674fe911659fdc - 1.49% (3.2 MB)

[#010] sha256:ae037c76f0132f790bb470db0d37ba38b0f064938c4db6c5268c9f6ca5fc0c15 - 0.0% (213 Bytes)

[#011] sha256:2da4f815b4d9455b8272ef393d30b673764afc817da05050f53c82032679e975 - 5.84% (12.5 MB)


History
2021-05-12 01:21:22 UTC

/bin/sh -c #(nop) ADD file:7362e0e50f30ff45463ea38bb265cb8f6b7cd422eb2d09de7384efa0b59614be in /

2021-05-12 01:21:22 UTC

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

2021-05-12 15:05:32 UTC

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

2021-05-12 15:05:32 UTC

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

2021-05-12 15:05:46 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-05-12 15:28:08 UTC

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

2021-05-12 15:28:08 UTC

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

2021-05-12 15:38:14 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-05-12 15:38:16 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-05-24 19:33:22 UTC

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

2021-05-24 19:33:23 UTC

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

2021-05-24 19:33:23 UTC

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

2021-05-24 19:33:35 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-05-24 19:33:35 UTC

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

2021-05-27 14:28:40 UTC

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

2021-05-27 14:28:41 UTC

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

2021-05-27 14:28:42 UTC

/bin/sh -c #(nop) ENV PYTHONDONTWRITEBYTECODE=1

2021-05-27 14:28:43 UTC

/bin/sh -c #(nop) ENV PYTHONFAULTHANDLER=1

2021-05-27 14:28:44 UTC

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

2021-05-27 14:28:45 UTC

/bin/sh -c #(nop) ENV FT_APP_ENV=docker

2021-05-27 14:28:51 UTC

/bin/sh -c mkdir /freqtrade && apt update && apt install -y sudo && apt-get clean && useradd -u 1000 -G sudo -U -m ftuser && chown ftuser:ftuser /freqtrade && echo "ftuser ALL=(ALL) NOPASSWD: /bin/chown" >> /etc/sudoers

2021-05-27 14:28:51 UTC

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

2021-05-27 14:31:53 UTC

/bin/sh -c #(nop) COPY dir:40ac4059b2691c31560dba0dfa4f025da87b435f9a1b1fee525133a25d1ff241 in /usr/local/lib

2021-05-27 14:31:53 UTC

/bin/sh -c #(nop) ENV LD_LIBRARY_PATH=/usr/local/lib

2021-05-27 14:32:06 UTC

/bin/sh -c #(nop) COPY --chown=ftuser:ftuserdir:d112ad2fafefba8c4a2d2c5c8c007d483808b78dec091b95f7554fc42e23cc9f in /home/ftuser/.local

2021-05-27 14:32:08 UTC

/bin/sh -c #(nop) USER ftuser

2021-05-27 14:32:09 UTC

/bin/sh -c #(nop) COPY --chown=ftuser:ftuserdir:4f07175c062781cb6c21bfeeecf2be1a3143f803ac63f280b434a4655bb310e6 in /freqtrade/

2021-05-27 14:32:21 UTC

/bin/sh -c pip install -e . --user --no-cache-dir && mkdir /freqtrade/user_data/ && freqtrade install-ui

2021-05-27 14:32:22 UTC

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

2021-05-27 14:32:22 UTC

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

2021-05-27 14:32:24 UTC

/bin/sh -c #(nop) COPY file:282643db86a98d87e04cc34b5f86f579d137d239d703ec3fb28156203462a0df in /freqtrade/

2021-05-27 14:32:44 UTC

/bin/sh -c pip install -r requirements-plot.txt --user --no-cache-dir

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