2020-12-17 10:52:41 UTC
286 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGzh_CN.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_JMS_MIRRORhttps://pypi.douban.com/simple
PIP_MIRRORhttps://pypi.douban.com/simple
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.6
[#000] sha256:6ec7b7d162b24bd6df88abde89ceb6d7bbc2be927f025c9dd061af2b0c328cfe - 9.02% (25.8 MB)
[#001] sha256:80ff6536d04b44548c6b469e46e74013f30644af5fe48d7eb611c67077bb3ee9 - 0.92% (2.62 MB)
[#002] sha256:2d04da85e4856018cdf1a31b410c1e7c5c92a10f4396eac1bc47713f873a0ae4 - 3.54% (10.1 MB)
[#003] sha256:998aa32a5c8a60011e9449193d3486cb6bd8370d454a4871bbc7cf8c78fd977d - 0.0% (232 Bytes)
[#004] sha256:7733ef26f344e0c4bcbe047812df2bd76c962fef9b08ff8a420111668c662da3 - 0.81% (2.31 MB)
[#005] sha256:f4c9126f5f5b66811c29d16b65244594bbb7cc9b14b88a09ba0e34bdb57847e6 - 0.0% (119 Bytes)
[#006] sha256:b18ca6d9f952dc8cce17a386f2d6c11a2610f10bed00de59d49cfe6c9ce1e970 - 0.0% (400 Bytes)
[#007] sha256:001847a7401265bfd0bf8e8bf76bec9cb94f3d2ec3cdb996d4edc011959c40ed - 37.54% (108 MB)
[#008] sha256:81510690a903ed4610c884a2841df2ab8b88d57d8427eca3666af4433f11ddc4 - 0.0% (1.2 KB)
[#009] sha256:3a520132effc90134ba03ad533fe8bd0e73d2ddd6977f99c215f44e7823c4fc9 - 45.97% (132 MB)
[#010] sha256:f959d72b39cb79c712ebe19d2d33e7dd9e8aab3ed40b3a330664a5f14c7c5ba5 - 2.2% (6.3 MB)
[#011] sha256:247688274fe527688297d05b32b07c21c87872af52ab1c09b9292cac627a3263 - 0.0% (214 Bytes)
[#012] sha256:12f4513980a43ebf78f16df92e4edcc93592bc6fc13467be6da0129884eef4ab - 0.0% (166 Bytes)
/bin/sh -c #(nop) ADD file:3a7bff4e139bcacc5831fd70a035c130a91b5da001dd91c08b2acd635c7064e8 in /
2020-12-11 02:06:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-12-11 13:53:18 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-12-11 13:53:19 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-12-11 14:31:08 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2020-12-11 14:31:08 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-12-11 14:31:09 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-12-11 14:39:27 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-12-11 14:39:28 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-12-15 22:32:56 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2020-12-15 22:32:56 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2020-12-15 22:32:56 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2020-12-15 22:33:10 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-12-15 22:33:10 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-12-17 10:38:25 UTC/bin/sh -c #(nop) ARG PIP_MIRROR=https://pypi.douban.com/simple
2020-12-17 10:38:25 UTC/bin/sh -c #(nop) ENV PIP_MIRROR=https://pypi.douban.com/simple
2020-12-17 10:38:25 UTC/bin/sh -c #(nop) ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple
2020-12-17 10:38:25 UTC/bin/sh -c #(nop) ENV PIP_JMS_MIRROR=https://pypi.douban.com/simple
2020-12-17 10:38:26 UTC/bin/sh -c #(nop) WORKDIR /opt/jumpserver
2020-12-17 10:38:26 UTC/bin/sh -c #(nop) COPY file:55bda5d17c0899718ee112d801aae9bcd6e998b4c39bc8f2ffd8485f4294e786 in ./requirements/deb_buster_requirements.txt
2020-12-17 10:40:04 UTC/bin/sh -c sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && sed -i 's/security.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && apt update && grep -v '^#' ./requirements/deb_buster_requirements.txt | xargs apt -y install && localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8 && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2020-12-17 10:40:04 UTC/bin/sh -c #(nop) COPY file:fae80b4789b5b8c78dc86938e3e85258902c180dd1c3a02036e1c3738ebebabd in ./requirements/requirements.txt
2020-12-17 10:52:36 UTC/bin/sh -c pip install --upgrade pip==20.2.4 setuptools==49.6.0 wheel==0.34.2 -i ${PIP_MIRROR} && pip config set global.index-url ${PIP_MIRROR} && pip install --no-cache-dir $(grep 'jms' requirements/requirements.txt) -i ${PIP_JMS_MIRROR} && pip install --no-cache-dir -r requirements/requirements.txt
2020-12-17 10:52:39 UTC/bin/sh -c #(nop) COPY dir:272506b7a396a97280d2d4080e87a144239fe2923c9348cb620e1944fd0a3002 in /opt/jumpserver
2020-12-17 10:52:39 UTC/bin/sh -c mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null" > /root/.ssh/config
2020-12-17 10:52:40 UTC/bin/sh -c echo > config.yml
2020-12-17 10:52:40 UTC/bin/sh -c #(nop) VOLUME [/opt/jumpserver/data]
2020-12-17 10:52:41 UTC/bin/sh -c #(nop) VOLUME [/opt/jumpserver/logs]
2020-12-17 10:52:41 UTC/bin/sh -c #(nop) ENV LANG=zh_CN.UTF-8
2020-12-17 10:52:41 UTC/bin/sh -c #(nop) EXPOSE 8070
2020-12-17 10:52:41 UTC/bin/sh -c #(nop) EXPOSE 8080
2020-12-17 10:52:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["./entrypoint.sh"]
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.