2021-04-22 11:20:10 UTC
282 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.16% (25.8 MB)
[#001] sha256:80ff6536d04b44548c6b469e46e74013f30644af5fe48d7eb611c67077bb3ee9 - 0.93% (2.62 MB)
[#002] sha256:2d04da85e4856018cdf1a31b410c1e7c5c92a10f4396eac1bc47713f873a0ae4 - 3.59% (10.1 MB)
[#003] sha256:998aa32a5c8a60011e9449193d3486cb6bd8370d454a4871bbc7cf8c78fd977d - 0.0% (232 Bytes)
[#004] sha256:7733ef26f344e0c4bcbe047812df2bd76c962fef9b08ff8a420111668c662da3 - 0.82% (2.31 MB)
[#005] sha256:b55a8f05cf8cbbb7bb0ea188b48952b939d2ba8f129134e98744051d1deed45f - 0.0% (117 Bytes)
[#006] sha256:c3659d92c7dc914a5044ea1739c1a48cb6082a4c9e09e9e6412a39824a56623c - 0.0% (416 Bytes)
[#007] sha256:c3c8f6253149763b1c0540325252b632cc194e6633035fad56b85c70b92e98c1 - 43.52% (123 MB)
[#008] sha256:6f1a795bf274ef75e2a72a9660a6d417a52c1d619481a2f70de017d86350a77d - 0.0% (1.25 KB)
[#009] sha256:9b605bb14adb1895d17b4c094326aeec467f7deefa74dd06aee747155b9faaef - 39.64% (112 MB)
[#010] sha256:1a26a61658175c934c7383120532b2e00af3432b3953a0ee3cc508184fb2c322 - 2.34% (6.59 MB)
[#011] sha256:428d8cf88e5717210ccb247ebe33d7a0487bc1e836ce2efa2621f01150c3729d - 0.0% (213 Bytes)
[#012] sha256:a38901b505f77c7c68dcb79957520f1f7ac5a09b1ba449ee7318b2b345fe260e - 0.0% (168 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"]
2021-01-14 17:59:30 UTC/bin/sh -c #(nop) ARG PIP_MIRROR=https://pypi.douban.com/simple
2021-01-14 17:59:30 UTC/bin/sh -c #(nop) ENV PIP_MIRROR=https://pypi.douban.com/simple
2021-01-14 17:59:30 UTC/bin/sh -c #(nop) ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple
2021-01-14 17:59:31 UTC/bin/sh -c #(nop) ENV PIP_JMS_MIRROR=https://pypi.douban.com/simple
2021-01-14 17:59:31 UTC/bin/sh -c #(nop) WORKDIR /opt/jumpserver
2021-02-04 02:18:05 UTC/bin/sh -c #(nop) COPY file:6e63acf2eef209146af004ba0fa6f65cd7d515ae570f1311854e07c3fbe1860b in ./requirements/deb_buster_requirements.txt
2021-04-22 11:13:20 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 && rm -rf /var/lib/apt/lists/* && localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8 && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2021-04-22 11:13:20 UTC/bin/sh -c #(nop) COPY file:e177f95db7394735e3d85f90c7dd54d14cadf86f4a6ae83a1285ad17cbe87ece in ./requirements/requirements.txt
2021-04-22 11:20:03 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
2021-04-22 11:20:08 UTC/bin/sh -c #(nop) COPY dir:7bd8930c0b4196e1f224bae1041f3784d42cf0f4a31f34f83d6db37f5c043096 in /opt/jumpserver
2021-04-22 11:20:08 UTC/bin/sh -c mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null" > /root/.ssh/config
2021-04-22 11:20:09 UTC/bin/sh -c echo > config.yml
2021-04-22 11:20:09 UTC/bin/sh -c #(nop) VOLUME [/opt/jumpserver/data]
2021-04-22 11:20:09 UTC/bin/sh -c #(nop) VOLUME [/opt/jumpserver/logs]
2021-04-22 11:20:09 UTC/bin/sh -c #(nop) ENV LANG=zh_CN.UTF-8
2021-04-22 11:20:10 UTC/bin/sh -c #(nop) EXPOSE 8070
2021-04-22 11:20:10 UTC/bin/sh -c #(nop) EXPOSE 8080
2021-04-22 11:20:10 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.