Namespace
freqtradeorg
Image / Tag
freqtrade:2020.10_plot
Content Digest
sha256:0d8452477f7c7924b9ed7ad9242ebdc95bcbedddac21e8e0763b3fec0adbd80a
Details
Created

2020-10-30 19:35:53 UTC

Size

276 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

LD_LIBRARY_PATH

/usr/local/lib

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

2250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py

PYTHON_PIP_VERSION

20.2.4

PYTHON_VERSION

3.8.6


Layers

[#000] sha256:bb79b6b2107fea8e8a47133a660b78e3a546998fcf0427be39ac9a0af4a97e90 - 9.36% (25.8 MB)

[#001] sha256:35e30c3f3e2ba36796040283e56c23ff46f138194bc599eb319ee4d19b557939 - 0.95% (2.62 MB)

[#002] sha256:cb732bb8dce0dc75dc641d11c8db91912c88100f641b0aabec59cce2997cfbb9 - 3.67% (10.1 MB)

[#003] sha256:dc97f433b6ed38dd3e6f14d715671e42a5f4d53884202fe921867d356b896d87 - 0.0% (230 Bytes)

[#004] sha256:2e6c46cd0e39d973aad2892703a194abf1aca08793514f67cc19bdc36a0d15ae - 0.83% (2.3 MB)

[#005] sha256:029104e3a50bcf2e0dd59dc94c987c19a53e6f8f16a9497f67ffca6cb678233d - 32.36% (89.4 MB)

[#006] sha256:60f08b7e6196120f85ee192fbf2615bc23c9b591089ac0bac69a422e7ce10027 - 0.0% (98 Bytes)

[#007] sha256:91ef34deed7d0625410314f81f25744f677d0271d29c7d64a0806c5d27168239 - 0.8% (2.2 MB)

[#008] sha256:90491901dd933a611d067dca7d9ded3028552aa73467862403713a93766a5be3 - 0.68% (1.87 MB)

[#009] sha256:1a7e7fa9e23ea3d5015d23bc8950965fdf85cb3aa0d876036c43c2300de88138 - 0.0% (700 Bytes)

[#010] sha256:5dfbf0682bf00ea1bb7122fe9bea61f5e91242bb025fbfd5f737ce1afa06c27b - 44.39% (123 MB)

[#011] sha256:c800cd603c972964513a6437c9e42d8d77773ffd52d32406add00adcecb6a317 - 2.44% (6.75 MB)

[#012] sha256:7357b6e96ffa81201b68e836b11dcc5004f01cb79ae83371067a5d7460c1ce23 - 0.01% (31.3 KB)

[#013] sha256:a08e2b5d1fc083cb60fb1768835f1384b7777417aa233f789baf98b6a89c8a19 - 4.51% (12.5 MB)


History
2020-10-13 01:39:05 UTC

/bin/sh -c #(nop) ADD file:0dc53e7886c35bc21ae6c4f6cedda54d56ae9c9e9cd367678f1a72e68b3c43d4 in /

2020-10-13 01:39:05 UTC

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

2020-10-13 19:52:56 UTC

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

2020-10-13 19:52:57 UTC

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

2020-10-13 19:53:04 UTC

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

2020-10-13 20:15:21 UTC

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

2020-10-13 20:39:19 UTC

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

2020-10-13 20:50:24 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 ha.pool.sks-keyservers.net --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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -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

2020-10-13 20:50:25 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

2020-10-20 17:49:50 UTC

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

2020-10-20 17:49:50 UTC

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

2020-10-20 17:49:50 UTC

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

2020-10-20 17:50:03 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

2020-10-20 17:50:03 UTC

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

2020-10-30 19:31:39 UTC

/bin/sh -c apt-get update && apt-get -y install curl build-essential libssl-dev sqlite3 && apt-get clean && pip install --upgrade pip

2020-10-30 19:31:44 UTC

/bin/sh -c mkdir /freqtrade

2020-10-30 19:31:45 UTC

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

2020-10-30 19:31:47 UTC

/bin/sh -c #(nop) COPY multi:f5307347ae7fc1e3ca670c65ab4b030365972a8c630a6b0b80acbc5b2d8b5ae8 in /tmp/

2020-10-30 19:33:17 UTC

/bin/sh -c cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*

2020-10-30 19:33:18 UTC

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

2020-10-30 19:33:20 UTC

/bin/sh -c #(nop) COPY multi:68b67a828fdb7ef3938d0f96bc0b639bfc310756e538931208919fedb87f3027 in /freqtrade/

2020-10-30 19:35:21 UTC

/bin/sh -c pip install numpy --no-cache-dir && pip install -r requirements-hyperopt.txt --no-cache-dir

2020-10-30 19:35:28 UTC

/bin/sh -c #(nop) COPY dir:0f933d99880ad6a038cc8fdf50b13c957b7d3d2f4939ef8c17123f53627554b1 in /freqtrade/

2020-10-30 19:35:32 UTC

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

2020-10-30 19:35:33 UTC

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

2020-10-30 19:35:34 UTC

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

2020-10-30 19:35:35 UTC

/bin/sh -c #(nop) COPY file:45f422eed846725e787c65d7ab1593d6a88781cc6100bc8eff7f7ecf6c88f0dc in /freqtrade/

2020-10-30 19:35:53 UTC

/bin/sh -c pip install -r requirements-plot.txt --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