Namespace
freqtradeorg
Image / Tag
freqtrade:2021.6_plot
Content Digest
sha256:cf709cf3b9843ea9c975cb924e309eaad70ec52ea444201afb0b1f14f5977191
Details
Created

2021-06-26 16:25:03 UTC

Size

241 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:b4d181a07f8025e00e0cb28f1cc14613da2ce26450b80c54aea537fa93cf3bda - 10.76% (25.9 MB)

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

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

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

[#004] sha256:2a9b62749e59244443917b4f7268733e8899d7f01df5cf8f3aea3cdabe0467b8 - 1.04% (2.51 MB)

[#005] sha256:89c0682cfef9ad21843150d73ee232fc883ba67649b7eee8ce44e8db665174a9 - 14.64% (35.2 MB)

[#006] sha256:95d3793604692a6ffa917f2752e4e837b2152ea537ed580fc9c0833d0ccdb317 - 1.82% (4.37 MB)

[#007] sha256:6bb482412370e2a011bff617e3c7e5302dc0e79cd5d6f2529ac360a92e3eeaff - 56.64% (136 MB)

[#008] sha256:432589d4c46f3503ec82243ab727e4ee426729f22b28b36893341071de4520d6 - 3.13% (7.52 MB)

[#009] sha256:dbe6a890f5f866af8b0bcfbf7ac60d1016976e003fbc5c262960364e40165b10 - 1.33% (3.2 MB)

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

[#011] sha256:9084d41f5aeef91aaf265211b2bad21278b77fb674344e2fc114fc8acd919905 - 5.2% (12.5 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-23 15:12:30 UTC

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

2021-06-23 15:12:30 UTC

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

2021-06-23 15:12:30 UTC

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

2021-06-23 15:12:42 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-23 15:12:42 UTC

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

2021-06-26 13:21:12 UTC

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

2021-06-26 13:21:13 UTC

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

2021-06-26 13:21:14 UTC

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

2021-06-26 13:21:15 UTC

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

2021-06-26 13:21:16 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-06-26 13:21:17 UTC

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

2021-06-26 13:21:27 UTC

/bin/sh -c mkdir /freqtrade && apt-get update && apt-get -y install sudo libatlas3-base curl sqlite3 libhdf5-serial-dev && 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-06-26 13:21:27 UTC

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

2021-06-26 13:24:28 UTC

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

2021-06-26 13:24:29 UTC

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

2021-06-26 13:24:42 UTC

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

2021-06-26 13:24:44 UTC

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

2021-06-26 13:24:45 UTC

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

2021-06-26 13:24:54 UTC

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

2021-06-26 13:24:55 UTC

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

2021-06-26 13:24:56 UTC

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

2021-06-26 16:24:42 UTC

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

2021-06-26 16:25:03 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