Namespace
jumpserver
Image / Tag
core:v2.20.3
Content Digest
sha256:21fb22e8531aac85be3ac99b28bbb78ea53d749e7f1c3d41001e66ed9c2f39f0
Details
Created

2022-04-13 10:05:34 UTC

Size

492 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

zh_CN.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PIP_JMS_MIRROR

https://pypi.douban.com/simple

PIP_MIRROR

https://pypi.douban.com/simple

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.13


Layers

[#000] sha256:c229119241af7b23b121052a1cae4c03e0a477a72ea6a7f463ad7623ff8f274b - 6.08% (29.9 MB)

[#001] sha256:5a3ae98ea8129675ca104bd11f8df880d3885d4309269a1fa515beebdb562188 - 0.21% (1.03 MB)

[#002] sha256:64c79d7fde30319525e33e209fa7fe81d0b581a79359dcdd4966795ade93b289 - 2.21% (10.9 MB)

[#003] sha256:aaa438e95dc9ffaa61f9667939ab70cae3ee1f82fedd9a49785750b8828cf68b - 0.0% (236 Bytes)

[#004] sha256:d783e1f0a3ebf406d360da14f3534e8d1f0d835a708ec9c80891f3eddca01064 - 0.61% (3.02 MB)

[#005] sha256:6b57912f9c4428c4141b87aa003053f775191a80b6fa94cf51f56c1ecae960a0 - 0.0% (124 Bytes)

[#006] sha256:3adbdb0ef05af4f308f2ffbb37694442ade24cc882fa982aff0a264f2d2595d2 - 33.59% (165 MB)

[#007] sha256:194251aefdf808a8a5ff5641f71a7ae060d58a90a846e592ea8df0d6f836ebac - 7.59% (37.4 MB)

[#008] sha256:bc8b716f4f60b191fddeae1e81a0fa291f18bb53e19095b4882d23b946f61e84 - 7.83% (38.6 MB)

[#009] sha256:cc1d65a4c0efd4a56213d9ba42bde10e81618e163705f75129d9b1d931ab98a1 - 41.87% (206 MB)


History
2022-03-29 00:22:18 UTC

/bin/sh -c #(nop) ADD file:966d3669b40f5fbaecee1ecbeb58debe19001076da5d94717080d55efbc25971 in /

2022-03-29 00:22:19 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-03-29 12:11:11 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-03-29 12:11:11 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-03-29 12:11:15 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*

2022-03-29 14:13:45 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2022-03-29 14:42:56 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.13

2022-04-07 05:03:35 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr 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 ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file 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 ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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 'libpython*.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

2022-04-07 05:03:36 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-04-07 05:03:36 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-04-07 05:03:36 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-04-07 05:03:36 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

2022-04-07 05:03:36 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-04-07 05:03:48 UTC

/bin/sh -c set -eux; 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 -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-04-07 05:03:48 UTC

/bin/sh -c #(nop) CMD ["python3"]

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ARG PIP_MIRROR=https://pypi.douban.com/simple

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ENV PIP_MIRROR=https://pypi.douban.com/simple

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ENV PIP_JMS_MIRROR=https://pypi.douban.com/simple

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/jumpserver

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ARG BUILD_DEPENDENCIES= g++ make pkg-config

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ARG DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass

2022-04-13 09:41:10 UTC (buildkit.dockerfile.v0)

ARG TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget

2022-04-13 09:52:47 UTC (buildkit.dockerfile.v0)

RUN |5 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.douban.com/simple BUILD_DEPENDENCIES= g++ make pkg-config DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget /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 ${BUILD_DEPENDENCIES} && apt -y install ${DEPENDENCIES} && apt -y install ${TOOLS} && localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8 && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null" > /root/.ssh/config && sed -i "s@# alias l@alias l@g" ~/.bashrc && echo "set mouse-=a" > ~/.vimrc && rm -rf /var/lib/apt/lists/* && mv /bin/sh /bin/sh.bak && ln -s /bin/bash /bin/sh # buildkit

2022-04-13 09:52:59 UTC (buildkit.dockerfile.v0)

RUN |5 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.douban.com/simple BUILD_DEPENDENCIES= g++ make pkg-config DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget /bin/sh -c mkdir -p /opt/jumpserver/oracle/ && wget -q https://download.jumpserver.org/public/instantclient-basiclite-linux.x64-21.1.0.0.0.tar && 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

2022-04-13 10:00:45 UTC (buildkit.dockerfile.v0)

COPY /opt/jumpserver/release/jumpserver /opt/jumpserver # buildkit

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

RUN |5 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.douban.com/simple BUILD_DEPENDENCIES= g++ make pkg-config DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget /bin/sh -c echo > config.yml && 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

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/jumpserver/data]

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/jumpserver/logs]

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

EXPOSE map[8070/tcp:{}]

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2022-04-13 10:05:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["./entrypoint.sh"]

Details
Created

2022-04-13 10:15:08 UTC

Size

479 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

zh_CN.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PIP_JMS_MIRROR

https://pypi.douban.com/simple

PIP_MIRROR

https://pypi.douban.com/simple

PYTHON_GET_PIP_SHA256

c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.12


Layers

[#000] sha256:927a35006d93ea08499b57046904046d7926cd76fb17be193e3e74f56d634a08 - 5.98% (28.7 MB)

[#001] sha256:87a44f46fb9c4c75a80131621fc6671e728c4a580c6d538ae9d3e4e82b3b3982 - 0.21% (1.01 MB)

[#002] sha256:37d748479df8957d26beb94e20a7a2b0f19ae1cb66c08485cab5a6b3b0517a42 - 2.14% (10.3 MB)

[#003] sha256:3b71ddde99eed8d37ed6bbd4abac2af10ed6d8aa7df7fce5e372dfa041d32811 - 0.0% (234 Bytes)

[#004] sha256:c5f55b0746077e0d4a40621628b09c00b511947c2fafa4e971dfde0f143bbb6e - 0.48% (2.31 MB)

[#005] sha256:09fe384cb60df00c68acd36309aad7874a0274485ebcc25ebf823df1c8c3e089 - 0.0% (125 Bytes)

[#006] sha256:582ec97095a4cafde04b2035d780bd119ff315b2ea2734562a94a256caeb1a17 - 34.72% (166 MB)

[#007] sha256:12a1bcd605eb80149143489c1a6453aa408918aabe04f2b7caaada3482a8d0bc - 7.8% (37.4 MB)

[#008] sha256:2a92b01c88511f80455dc67aaee6d3b13fd6e21d0e1391739a616fc43ebf8b77 - 8.04% (38.6 MB)

[#009] sha256:19134cec5c6ced88faf5d07b789cbd787209b9c344586a89a50627425c07a517 - 40.62% (195 MB)


History
2021-12-21 01:42:23 UTC

/bin/sh -c #(nop) ADD file:986f91febed4aa8e2072081ff8419d52ba2060510822e717086d3b3d9469e4d7 in /

2021-12-21 01:42:24 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 05:52:46 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-12-21 05:52:47 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2021-12-21 07:15:56 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/*

2021-12-21 07:15:56 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2021-12-21 07:15:57 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12

2021-12-21 07:20:35 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 hkps://keys.openpgp.org --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

2021-12-21 07:20:36 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

2021-12-21 07:20:37 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4

2021-12-21 07:20:38 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2021-12-21 07:20:39 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py

2021-12-21 07:20:40 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309

2021-12-21 07:20:52 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" "setuptools==$PYTHON_SETUPTOOLS_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

2021-12-21 07:20:53 UTC

/bin/sh -c #(nop) CMD ["python3"]

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ARG PIP_MIRROR=https://pypi.douban.com/simple

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ENV PIP_MIRROR=https://pypi.douban.com/simple

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ENV PIP_JMS_MIRROR=https://pypi.douban.com/simple

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/jumpserver

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_DEPENDENCIES= g++ make pkg-config

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ARG DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass

2022-04-03 06:40:16 UTC (buildkit.dockerfile.v0)

ARG TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget

2022-04-03 06:41:20 UTC (buildkit.dockerfile.v0)

RUN |5 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.douban.com/simple BUILD_DEPENDENCIES= g++ make pkg-config DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget /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 ${BUILD_DEPENDENCIES} && apt -y install ${DEPENDENCIES} && apt -y install ${TOOLS} && localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8 && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null" > /root/.ssh/config && sed -i "s@# alias l@alias l@g" ~/.bashrc && echo "set mouse-=a" > ~/.vimrc && rm -rf /var/lib/apt/lists/* && mv /bin/sh /bin/sh.bak && ln -s /bin/bash /bin/sh # buildkit

2022-04-03 06:41:24 UTC (buildkit.dockerfile.v0)

RUN |5 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.douban.com/simple BUILD_DEPENDENCIES= g++ make pkg-config DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget /bin/sh -c mkdir -p /opt/jumpserver/oracle/ && wget -q https://download.jumpserver.org/public/instantclient-basiclite-linux.x64-21.1.0.0.0.tar && 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

2022-04-13 10:01:14 UTC (buildkit.dockerfile.v0)

COPY /opt/jumpserver/release/jumpserver /opt/jumpserver # buildkit

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

RUN |5 PIP_MIRROR=https://pypi.douban.com/simple PIP_JMS_MIRROR=https://pypi.douban.com/simple BUILD_DEPENDENCIES= g++ make pkg-config DEPENDENCIES= default-libmysqlclient-dev freetds-dev libpq-dev libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxmlsec1-dev libxmlsec1-openssl libaio-dev sshpass TOOLS= curl default-mysql-client iproute2 iputils-ping locales procps redis-tools telnet vim wget /bin/sh -c echo > config.yml && 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

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/jumpserver/data]

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/jumpserver/logs]

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[8070/tcp:{}]

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2022-04-13 10:15:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["./entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete