2020-09-28 08:33:47 UTC
210 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.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_SHA256b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
PYTHON_PIP_VERSION20.1.1
PYTHON_VERSION3.7.7
[#000] sha256:2dd003996c9ab82cac8112be0a4c04068e666e7a5d0cce3c65fb8f064de284e7 - 10.29% (21.7 MB)
[#001] sha256:62c3c9ab72829d8e82a8771152c1ccd9c36ef3a77864382112f11de11eec86bc - 1.06% (2.24 MB)
[#002] sha256:8e4877d7d090d6e602a09e47fb1735dac270f8fc19b6aa0c25e2415ade1762bc - 8.27% (17.4 MB)
[#003] sha256:afda6d9e3ffb7c37104d4c04ea90d617345f9a9599a5132a504d5fd753601bd1 - 0.0% (233 Bytes)
[#004] sha256:eea9d855bd1b94036ab32bca3a68b149a84fd26611c4eeb98dfe2558f66e1cbc - 1.01% (2.12 MB)
[#005] sha256:11edff8b26f29364360a2406251f9f4c57b7f6a9e3d01e1832768b3990eadba3 - 39.06% (82.2 MB)
[#006] sha256:055218d7165da7025cb86e856f237198973f4aa01fa5a16e4436e9aa9a9b27ef - 0.0% (1.11 KB)
[#007] sha256:67b9b3dc27635aa6fef079717e6dd2d6895ba1c4f7659d98c75e47f2ab8a0411 - 0.0% (1.09 KB)
[#008] sha256:96fac64e5fd7d96bacc2b11a25bf1e37097f07999179d1ae210d134b18c03c8e - 1.09% (2.3 MB)
[#009] sha256:6f45ba211d487e020e8f63e6c4678f6291a961ca4c3283ae5aac5e97c5ac3822 - 0.83% (1.75 MB)
[#010] sha256:881de5d6850c48c23c0268e8ae03e454580e80f373ae8d020918958230d3e0ed - 0.0% (1.57 KB)
[#011] sha256:afd3973f07793041eccb47d67ff92aa4e4f2ef6db273cf1854b17972a554c2a7 - 35.11% (73.9 MB)
[#012] sha256:99bfd499a904be089581850649449ad329fb3a145b9e145c2b91dcbe59d6f0e5 - 3.25% (6.83 MB)
[#013] sha256:ead242871b93ae45f8c34eb7480cc0607214d925d31d7160e687c08c987c2fa7 - 0.02% (37.6 KB)
/bin/sh -c #(nop) ADD file:a35ca31d2a743d6a1738b1652f4f06c789abbca314d120f0e7e748311ac09ed2 in /
2020-06-09 01:01:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-06-09 15:50:48 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-06-09 15:50:49 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-06-09 15:51:02 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*
2020-06-09 16:20:29 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-06-09 16:20:30 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.7
2020-06-09 16:36:12 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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/* && 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 -rf /usr/src/python && python3 --version
2020-06-09 16:36: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
2020-06-09 16:36:17 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.1.1
2020-06-09 16:36:18 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
2020-06-09 16:36:19 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
2020-06-09 16:36:45 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-06-09 16:36:46 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-09-28 07:55:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get -y install curl build-essential libssl-dev libffi-dev libatlas3-base libgfortran5 sqlite3 && apt-get clean && pip install --upgrade pip && echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf # buildkit
2020-09-28 07:55:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /freqtrade # buildkit
2020-09-28 07:55:18 UTC (buildkit.dockerfile.v0)WORKDIR /freqtrade
2020-09-28 07:55:18 UTC (buildkit.dockerfile.v0)COPY build_helpers/* /tmp/ # buildkit
2020-09-28 08:22:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib* # buildkit
2020-09-28 08:22:28 UTC (buildkit.dockerfile.v0)ENV LD_LIBRARY_PATH=/usr/local/lib
2020-09-28 08:22:28 UTC (buildkit.dockerfile.v0)COPY requirements.txt /freqtrade/ # buildkit
2020-09-28 08:33:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install numpy --no-cache-dir && pip install -r requirements.txt --no-cache-dir # buildkit
2020-09-28 08:33:20 UTC (buildkit.dockerfile.v0)COPY . /freqtrade/ # buildkit
2020-09-28 08:33:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install -e . --no-cache-dir # buildkit
2020-09-28 08:33:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["freqtrade"]
2020-09-28 08:33:47 UTC (buildkit.dockerfile.v0)CMD ["trade"]
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.