2021-12-16 06:02:47 UTC
412 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 - 6.27% (25.8 MB)
[#001] sha256:80ff6536d04b44548c6b469e46e74013f30644af5fe48d7eb611c67077bb3ee9 - 0.64% (2.62 MB)
[#002] sha256:2d04da85e4856018cdf1a31b410c1e7c5c92a10f4396eac1bc47713f873a0ae4 - 2.46% (10.1 MB)
[#003] sha256:998aa32a5c8a60011e9449193d3486cb6bd8370d454a4871bbc7cf8c78fd977d - 0.0% (232 Bytes)
[#004] sha256:7733ef26f344e0c4bcbe047812df2bd76c962fef9b08ff8a420111668c662da3 - 0.56% (2.31 MB)
[#005] sha256:b8f2de1a0c003ad6538c6034f5f7bf5834b6542c8e4c23611e5566781ac91dd6 - 0.0% (124 Bytes)
[#006] sha256:7297b9930c2c76f8f8e5d93130611ff96540e9d49e2288504426e3acf2057e55 - 0.0% (293 Bytes)
[#007] sha256:2edf7460c2c40e998cea5bc02b80bbf19804d8bc46739e5f99383ffcafd55efd - 36.97% (152 MB)
[#008] sha256:cb11473a120b81efec3140b34807c5d56ee13e137f88ac282b2f2f97eaa0dfa8 - 0.0% (1.38 KB)
[#009] sha256:0ec503fc98db59beeeead7780b2b56161b407e077e8b25708f37a9f77f181862 - 34.48% (142 MB)
[#010] sha256:024455ad59403ec2395ee7083e2a2891b24398a893a4e691d4aba34db839a9f0 - 9.55% (39.4 MB)
[#011] sha256:06e0ed922844613cf6539662f52c2b2a350a5e9e95cb67b78271db60e646916c - 0.0% (288 Bytes)
[#012] sha256:1048fff609a5d8785011766e7fa1c23cb7ad149b69fae86cd95a5953591f3d64 - 9.07% (37.4 MB)
[#013] sha256:81b4e9ad1dc56a4afe14d0ad5189773a71d4a2487af4f3dac75b49e6ee2b7dde - 0.0% (172 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-18 17:32:16 UTC (buildkit.dockerfile.v0)ARG PIP_MIRROR=https://pypi.douban.com/simple
2021-08-18 17:32:16 UTC (buildkit.dockerfile.v0)ENV PIP_MIRROR=https://pypi.douban.com/simple
2021-08-18 17:32:16 UTC (buildkit.dockerfile.v0)ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple
2021-08-18 17:32:16 UTC (buildkit.dockerfile.v0)ENV PIP_JMS_MIRROR=https://pypi.org/simple
2021-08-18 17:32:16 UTC (buildkit.dockerfile.v0)WORKDIR /opt/jumpserver
2021-12-09 08:31:46 UTC (buildkit.dockerfile.v0)COPY ./requirements/deb_requirements.txt ./requirements/deb_requirements.txt # buildkit
2021-12-09 08:32:50 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 && apt -y install telnet iproute2 redis-tools default-mysql-client vim wget curl locales procps && apt -y install $(cat requirements/deb_requirements.txt) && 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 && sed -i "s@# alias l@alias l@g" ~/.bashrc && echo "set mouse-=a" > ~/.vimrc # buildkit
2021-12-13 03:02:28 UTC (buildkit.dockerfile.v0)COPY ./requirements/requirements.txt ./requirements/requirements.txt # buildkit
2021-12-13 03:07:03 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 install --no-cache-dir $(grep -E 'jms|jumpserver' requirements/requirements.txt) -i ${PIP_JMS_MIRROR} && pip install --no-cache-dir -r requirements/requirements.txt -i ${PIP_MIRROR} && rm -rf ~/.cache/pip # buildkit
2021-12-16 06:02:37 UTC (buildkit.dockerfile.v0)COPY /opt/jumpserver/release/jumpserver /opt/jumpserver # buildkit
2021-12-16 06:02:37 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 && mv /bin/sh /bin/sh.bak && ln -s /bin/bash /bin/sh # buildkit
2021-12-16 06:02:47 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 /opt/jumpserver/oracle/ && wget https://download.jumpserver.org/public/instantclient-basiclite-linux.x64-21.1.0.0.0.tar > /dev/null && tar xf instantclient-basiclite-linux.x64-21.1.0.0.0.tar -C /opt/jumpserver/oracle/ && echo "/opt/jumpserver/oracle/instantclient_21_1" > /etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig && rm -f instantclient-basiclite-linux.x64-21.1.0.0.0.tar # buildkit
2021-12-16 06:02:47 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-12-16 06:02:47 UTC (buildkit.dockerfile.v0)VOLUME [/opt/jumpserver/data]
2021-12-16 06:02:47 UTC (buildkit.dockerfile.v0)VOLUME [/opt/jumpserver/logs]
2021-12-16 06:02:47 UTC (buildkit.dockerfile.v0)ENV LANG=zh_CN.UTF-8
2021-12-16 06:02:47 UTC (buildkit.dockerfile.v0)EXPOSE map[8070/tcp:{}]
2021-12-16 06:02:47 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2021-12-16 06:02:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./entrypoint.sh"]
2021-12-16 06:02:39 UTC
398 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:c9648d7fcbb6d597cf33916d8fcd207fde8ec05d764b4480d4f3e884e142a902 - 6.2% (24.7 MB)
[#001] sha256:adc333bf44b6ab04b0e770c82f10aadf6d81216cdac2ecbf18336272d2ab2736 - 0.63% (2.5 MB)
[#002] sha256:93a5555f8bad7528f963fd4728452640ef921a342e592365372faaf5da85534f - 2.55% (10.2 MB)
[#003] sha256:7d0a3a45fd994f9057ff4d8fe73e8492bcb13d8d003f432ac8a464ddcc670a37 - 0.0% (231 Bytes)
[#004] sha256:67cc3f1304b4b6452ef45a3a1a268aa318b0ff3d92b4d09e1af599582e024510 - 0.58% (2.31 MB)
[#005] sha256:b4ccc5163c6ce462df39a23823ecde9b91982c4f943b794493945623a6d0f5d2 - 0.0% (126 Bytes)
[#006] sha256:ce19e1cf414f060a0395907f98fd3aeb89edc54b80cada4ce0658d35f0d7a8f8 - 0.0% (295 Bytes)
[#007] sha256:ffca68697288c0382102451d4a53a61d3d8c5ce8777424c32ebae1e479441656 - 36.84% (146 MB)
[#008] sha256:090af54d1cdb5039a9a00728c0cd7f6d39f697f2ddd96e9c7e54b62d103b02f1 - 0.0% (1.38 KB)
[#009] sha256:c24bce398e1106abf83122d6bfd11ea929419777a345ee4d632c2d597747d745 - 33.88% (135 MB)
[#010] sha256:1321e39bff6e6e202c9646d08c12066e7b79d99c16531c4f08eabf7b6810e062 - 9.91% (39.4 MB)
[#011] sha256:47e2db1c78a588b5b4e616fc61a3e8aa2759110babe6e83e173b2e89a559e312 - 0.0% (288 Bytes)
[#012] sha256:6daeeb020979abeb416a02c8a6b47175dc641b9a7cb370e9b5ec3bc517f833e7 - 9.4% (37.4 MB)
[#013] sha256:bc24a73078586c9928e21bba847ad79860979176e6ed3220fa2916066966a067 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:a5a2f039c00bc638b88cefdff4c3cd1865b4d415bf80c4fe6b496d975af7cc1f in /
2020-12-11 02:45:57 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-12-11 12:11:47 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 12:11:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-12-11 12:53:20 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 12:53:22 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-12-11 12:53:23 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-12-11 13:04:06 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 13:04:10 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:58:28 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2020-12-15 22:58:31 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:58:32 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2020-12-15 22:59:01 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:59:03 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-11-11 06:23:11 UTC (buildkit.dockerfile.v0)ARG PIP_MIRROR=https://pypi.douban.com/simple
2021-11-11 06:23:11 UTC (buildkit.dockerfile.v0)ENV PIP_MIRROR=https://pypi.douban.com/simple
2021-11-11 06:23:11 UTC (buildkit.dockerfile.v0)ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple
2021-11-11 06:23:11 UTC (buildkit.dockerfile.v0)ENV PIP_JMS_MIRROR=https://pypi.org/simple
2021-11-11 06:23:11 UTC (buildkit.dockerfile.v0)WORKDIR /opt/jumpserver
2021-12-09 13:35:33 UTC (buildkit.dockerfile.v0)COPY ./requirements/deb_requirements.txt ./requirements/deb_requirements.txt # buildkit
2021-12-09 13:47:56 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 && apt -y install telnet iproute2 redis-tools default-mysql-client vim wget curl locales procps && apt -y install $(cat requirements/deb_requirements.txt) && 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 && sed -i "s@# alias l@alias l@g" ~/.bashrc && echo "set mouse-=a" > ~/.vimrc # buildkit
2021-12-13 12:06:44 UTC (buildkit.dockerfile.v0)COPY ./requirements/requirements.txt ./requirements/requirements.txt # buildkit
2021-12-14 03:08:21 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 install --no-cache-dir $(grep -E 'jms|jumpserver' requirements/requirements.txt) -i ${PIP_JMS_MIRROR} && pip install --no-cache-dir -r requirements/requirements.txt -i ${PIP_MIRROR} && rm -rf ~/.cache/pip # buildkit
2021-12-16 06:02:34 UTC (buildkit.dockerfile.v0)COPY /opt/jumpserver/release/jumpserver /opt/jumpserver # buildkit
2021-12-16 06:02:35 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 && mv /bin/sh /bin/sh.bak && ln -s /bin/bash /bin/sh # buildkit
2021-12-16 06:02:39 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 /opt/jumpserver/oracle/ && wget https://download.jumpserver.org/public/instantclient-basiclite-linux.x64-21.1.0.0.0.tar > /dev/null && tar xf instantclient-basiclite-linux.x64-21.1.0.0.0.tar -C /opt/jumpserver/oracle/ && echo "/opt/jumpserver/oracle/instantclient_21_1" > /etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig && rm -f instantclient-basiclite-linux.x64-21.1.0.0.0.tar # buildkit
2021-12-16 06:02:39 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-12-16 06:02:39 UTC (buildkit.dockerfile.v0)VOLUME [/opt/jumpserver/data]
2021-12-16 06:02:39 UTC (buildkit.dockerfile.v0)VOLUME [/opt/jumpserver/logs]
2021-12-16 06:02:39 UTC (buildkit.dockerfile.v0)ENV LANG=zh_CN.UTF-8
2021-12-16 06:02:39 UTC (buildkit.dockerfile.v0)EXPOSE map[8070/tcp:{}]
2021-12-16 06:02:39 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2021-12-16 06:02:39 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.