2021-08-11 06:30:04 UTC
290 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.org/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 - 8.91% (25.8 MB)
[#001] sha256:80ff6536d04b44548c6b469e46e74013f30644af5fe48d7eb611c67077bb3ee9 - 0.9% (2.62 MB)
[#002] sha256:2d04da85e4856018cdf1a31b410c1e7c5c92a10f4396eac1bc47713f873a0ae4 - 3.5% (10.1 MB)
[#003] sha256:998aa32a5c8a60011e9449193d3486cb6bd8370d454a4871bbc7cf8c78fd977d - 0.0% (232 Bytes)
[#004] sha256:7733ef26f344e0c4bcbe047812df2bd76c962fef9b08ff8a420111668c662da3 - 0.8% (2.31 MB)
[#005] sha256:f19aae5272303c677c0a2acc78106dfd002ca5f945b17aa011fd70fa8a23b9e9 - 0.0% (125 Bytes)
[#006] sha256:6fae3efba4fab413ef72283861242a79886b4c5989a973fde250253597806f36 - 0.0% (416 Bytes)
[#007] sha256:63dfbafdddcc0d1634069a3c98d9a985b665825465c789a2fbf455dbcc67eaef - 42.44% (123 MB)
[#008] sha256:71beeab0f3bcd9e59d0485aa689fc27197f3b5590bab569927fe3ee0ffd53ac1 - 0.0% (1.26 KB)
[#009] sha256:1dd3dbc93438c157e543a60b0a7c5c647989b730f5b6c8789f1ba3dbcfd25db1 - 41.34% (120 MB)
[#010] sha256:1235157fe985114dd03c8e75e8e923768fb72399532a690634d3eb0240cc7102 - 2.11% (6.12 MB)
[#011] sha256:d3f4ac4b70dba06edac3158ada7c4b6c8b51733886b75f4075bb5673b75cd2e9 - 0.0% (216 Bytes)
[#012] sha256:552b036405bfc4311c6c6884167e43daf07cfa8ee8250fd48b3b5de55ceba4e2 - 0.0% (171 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-08-06 07:00:55 UTC (buildkit.dockerfile.v0)ARG PIP_MIRROR=https://pypi.douban.com/simple
2021-08-06 07:00:55 UTC (buildkit.dockerfile.v0)ENV PIP_MIRROR=https://pypi.douban.com/simple
2021-08-06 07:00:55 UTC (buildkit.dockerfile.v0)ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple
2021-08-06 07:00:55 UTC (buildkit.dockerfile.v0)ENV PIP_JMS_MIRROR=https://pypi.org/simple
2021-08-06 07:00:55 UTC (buildkit.dockerfile.v0)WORKDIR /opt/jumpserver
2021-08-06 07:00:56 UTC (buildkit.dockerfile.v0)COPY ./requirements/deb_buster_requirements.txt ./requirements/deb_buster_requirements.txt # buildkit
2021-08-06 07:02:13 UTC (buildkit.dockerfile.v0)RUN |2 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.org/simple /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 # buildkit
2021-08-06 07:02:13 UTC (buildkit.dockerfile.v0)COPY ./requirements/requirements.txt ./requirements/requirements.txt # buildkit
2021-08-06 07:08:41 UTC (buildkit.dockerfile.v0)RUN |2 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.org/simple /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 # buildkit
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)COPY /opt/jumpserver/release/jumpserver /opt/jumpserver # buildkit
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)RUN |2 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.org/simple /bin/sh -c mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null" > /root/.ssh/config # buildkit
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)RUN |2 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.org/simple /bin/sh -c echo > config.yml # buildkit
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)VOLUME [/opt/jumpserver/data]
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)VOLUME [/opt/jumpserver/logs]
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)ENV LANG=zh_CN.UTF-8
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)EXPOSE map[8070/tcp:{}]
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2021-08-11 06:30:04 UTC (buildkit.dockerfile.v0)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.