Namespace
jumpserver
Image / Tag
core:v2.8.1
Content Digest
sha256:242aff0be1601b1588132229057ae7f3c62a64386ed0b8b96bd2b323846befaa
Details
Created

2021-03-19 12:18:02 UTC

Size

283 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

6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py

PYTHON_PIP_VERSION

20.3.3

PYTHON_VERSION

3.8.6


Layers

[#000] sha256:6ec7b7d162b24bd6df88abde89ceb6d7bbc2be927f025c9dd061af2b0c328cfe - 9.13% (25.8 MB)

[#001] sha256:80ff6536d04b44548c6b469e46e74013f30644af5fe48d7eb611c67077bb3ee9 - 0.93% (2.62 MB)

[#002] sha256:2d04da85e4856018cdf1a31b410c1e7c5c92a10f4396eac1bc47713f873a0ae4 - 3.58% (10.1 MB)

[#003] sha256:998aa32a5c8a60011e9449193d3486cb6bd8370d454a4871bbc7cf8c78fd977d - 0.0% (232 Bytes)

[#004] sha256:7733ef26f344e0c4bcbe047812df2bd76c962fef9b08ff8a420111668c662da3 - 0.82% (2.31 MB)

[#005] sha256:32d9a54f0659064c9353a025983a547885900787e540fe840a8768943eaea5d5 - 0.0% (119 Bytes)

[#006] sha256:b896088c46e71bbfadf730143c4ea464a96d098fa0cae906d62b0abe79fff360 - 0.0% (413 Bytes)

[#007] sha256:cc6aaf62fb79d050e15697cd64e7fdc87e0a7827f9bc4b1e62423e3067d83c68 - 43.4% (123 MB)

[#008] sha256:b7948c1def3d8a0188ea9c87d646e514be1ad4905b636fd1d6513c48a6574e71 - 0.0% (1.24 KB)

[#009] sha256:6b62261c04afb4a73b215529a72c32e379008a2e13eae6bb7a665fedfab75d1b - 39.82% (113 MB)

[#010] sha256:60f6f7d787405a02c5b887c4229178c5e3cf1e2d202dfe7a73f32130ebb9fc3b - 2.33% (6.59 MB)

[#011] sha256:caddcae72aee10d0b045d76393671b8304e9a8a856c9d244ab1c1460079d7523 - 0.0% (214 Bytes)

[#012] sha256:82cfbb690937e209785c50d9534f8c12c3f1aca852bad29e33416aafe9532093 - 0.0% (166 Bytes)


History
2020-12-11 02:06:10 UTC

/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-03-19 12:11:49 UTC

/bin/sh -c #(nop) ARG PIP_MIRROR=https://pypi.douban.com/simple

2021-03-19 12:11:50 UTC

/bin/sh -c #(nop) ENV PIP_MIRROR=https://pypi.douban.com/simple

2021-03-19 12:11:51 UTC

/bin/sh -c #(nop) ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple

2021-03-19 12:11:52 UTC

/bin/sh -c #(nop) ENV PIP_JMS_MIRROR=https://pypi.douban.com/simple

2021-03-19 12:11:54 UTC

/bin/sh -c #(nop) WORKDIR /opt/jumpserver

2021-03-19 12:11:55 UTC

/bin/sh -c #(nop) COPY file:988e7c551012e535bbfbd2973e08c2da56984eaa23522fd4079657dc572e0bc5 in ./requirements/deb_buster_requirements.txt

2021-03-19 12:13:25 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-03-19 12:13:27 UTC

/bin/sh -c #(nop) COPY file:e91c0abf162b2a2fd6b8bf4a1d4ece430f2cb01211249db686831e32ec051fae in ./requirements/requirements.txt

2021-03-19 12:17:20 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-03-19 12:17:26 UTC

/bin/sh -c #(nop) COPY dir:dcfa12670a890db5000e3857f7aa6622a5f8e81237e8fadab7b187c611919117 in /opt/jumpserver

2021-03-19 12:17:29 UTC

/bin/sh -c mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null" > /root/.ssh/config

2021-03-19 12:17:33 UTC

/bin/sh -c echo > config.yml

2021-03-19 12:17:37 UTC

/bin/sh -c #(nop) VOLUME [/opt/jumpserver/data]

2021-03-19 12:17:39 UTC

/bin/sh -c #(nop) VOLUME [/opt/jumpserver/logs]

2021-03-19 12:17:44 UTC

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

2021-03-19 12:17:53 UTC

/bin/sh -c #(nop) EXPOSE 8070

2021-03-19 12:17:57 UTC

/bin/sh -c #(nop) EXPOSE 8080

2021-03-19 12:18:02 UTC

/bin/sh -c #(nop) 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