Namespace
jumpserver
Image / Tag
core:2.4.5
Content Digest
sha256:f245ed117bbb25ce8277e6bd5e2b8fc7066aeeab26a6da67f9e69e7eb33dc283
Details
Created

2021-01-14 16:57:24 UTC

Size

546 MB

Content Digest
Labels
  • build-date
    20180402
  • license
    GPLv2
  • name
    CentOS Base Image
  • vendor
    CentOS

Environment
LANG

zh_CN.UTF-8

LC_ALL

zh_CN.UTF-8

MYSQL_MIRROR

https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql57-community-el6/

PATH

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

PIP_MIRROR

https://pypi.douban.com/simple


Layers

[#000] sha256:987d765a926d6bf496a228e919d530937057e3e76b97d989eeac132bf368f7b0 - 12.25% (66.9 MB)

[#001] sha256:7ce46acb3f561afe1354da7c2d75b96a894f930bf66705e85e60b323830117fd - 10.09% (55.1 MB)

[#002] sha256:5e8d563de4a82a21f47e2f7e4261034d7ce940bf75ea229c2b1511e19f2981a5 - 0.16% (868 KB)

[#003] sha256:cbbccd89fa70c60e52e6a55b36bca8b4974f7c904dc8a7eee2e4b36f28be263c - 7.38% (40.3 MB)

[#004] sha256:8836f114d1c7ee5e4194bee646d7e10a75619c8f4a96f6ecfab083b2f3ac3d78 - 0.0% (1.95 KB)

[#005] sha256:c4117d5458906c0e7cee1ecce4cab7ea41fc5382db3f5170e9dfff1f67c2e651 - 0.0% (180 Bytes)

[#006] sha256:abca48c41c80e1db351c4670f83504ec5e60539e84604d582c0f3fb3a6fae228 - 0.0% (609 Bytes)

[#007] sha256:bbb6eaecb8d276ad020338190e951692265563f3465a196bd82314372acfe2a3 - 0.0% (116 Bytes)

[#008] sha256:70cee26787bded3903d7f68f4c348bf84a5355c1d79a2c3d8ab3d082fe26cdc1 - 0.0% (1.67 KB)

[#009] sha256:cbf640c3d076cc0655e9f9279563f58525e701d23be3274b5c29dc5e54272715 - 0.0% (1.88 KB)

[#010] sha256:add7f7cb3f7fbe30ce3c03d33c75383fb0049a2c3e6226f4a875b8e110df2a41 - 0.0% (713 Bytes)

[#011] sha256:ed9154f2af6686148fdb5df3bcf273450ca21c13809f046f773bd09eee8a5470 - 5.48% (29.9 MB)

[#012] sha256:336e95e3a7934c31900b3605ce2a8fcc71dbd8ff7e15f0c8b81ce10a97ba892e - 18.21% (99.4 MB)

[#013] sha256:4456d60ab8e03479c0d9bdbff413d08926bb9e9f57069bcbb4b2c2068631f2be - 1.16% (6.31 MB)

[#014] sha256:7f23b06eb2fa67db73a34cdde997397c72a121fc0b885e3d4decb29c50b760d2 - 4.99% (27.2 MB)

[#015] sha256:b18567faf136996439566c1d3431ab57ca72bfa09c7af4baae1701474587b441 - 39.13% (214 MB)

[#016] sha256:07ea40b439521bb4a5a17b3622ab941747076c817a9b441092adf9b1c6ceb679 - 1.15% (6.27 MB)

[#017] sha256:2a521c6886b9b5ef667243f5b22ec3204c5390f9f94d8bc1efa0ed404ef0a53f - 0.0% (210 Bytes)

[#018] sha256:e67973517415b35b23fd1cbb9a99923476897c3259ac774cd58fb9ff2e5472c3 - 0.0% (166 Bytes)


History
2018-04-06 21:10:48 UTC

/bin/sh -c #(nop) ADD file:2a39fb46f860e75d75ffae818df8d8cf59b9bac1de6e9f98af78be96b9ef40cb in /

2018-04-06 21:10:48 UTC

/bin/sh -c #(nop) LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20180402

2018-04-06 21:10:48 UTC

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

2018-06-29 02:26:37 UTC

/bin/sh -c #(nop) MAINTAINER Jumpserver Team <ibuler@qq.com>

2018-06-29 02:26:38 UTC

/bin/sh -c #(nop) WORKDIR /tmp

2018-06-29 02:27:21 UTC

/bin/sh -c yum -y install wget sqlite-devel xz gcc automake zlib-devel bzip2-devel openssl-devel openssh-clients && sed -i 's@GSSAPIAuthentication yes@GSSAPIAuthentication no@g' /etc/ssh/ssh_config && yum clean all

2018-06-29 02:27:26 UTC

/bin/sh -c localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8 && export LC_ALL=zh_CN.UTF-8 && echo 'LANG=zh_CN.UTF-8' > /etc/sysconfig/i18n

2018-06-29 02:57:47 UTC

/bin/sh -c wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz && tar xvf Python-3.6.1.tar.xz && cd Python-3.6.1 && ./configure && make && make install && rm -rf /tmp/{Python-3.6.1.tar.xz,Python-3.6.1}

2018-06-29 02:57:49 UTC

/bin/sh -c mv /usr/bin/python /usr/bin/python2

2018-06-29 02:57:51 UTC

/bin/sh -c ln -s /usr/local/bin/python3 /usr/bin/python && ln -s /usr/local/bin/pip3 /usr/bin/pip

2018-06-29 02:57:52 UTC

/bin/sh -c sed -i 's@/usr/bin/python@/usr/bin/python2@g' /usr/bin/yum

2021-01-14 16:43:02 UTC

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

2021-01-14 16:43:03 UTC

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

2021-01-14 16:43:03 UTC

/bin/sh -c #(nop) ARG MYSQL_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql57-community-el6/

2021-01-14 16:43:04 UTC

/bin/sh -c #(nop) ENV MYSQL_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql57-community-el6/

2021-01-14 16:43:04 UTC

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

2021-01-14 16:43:05 UTC

/bin/sh -c #(nop) COPY dir:9abd9899faff0bca4ea3bc1ec3e4a58502573cf8e8453472827ff69ca8e4e75e in ./requirements

2021-01-14 16:43:07 UTC

/bin/sh -c useradd jumpserver

2021-01-14 16:43:08 UTC

/bin/sh -c wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo && sed -i 's@/centos/@/centos-vault/@g' /etc/yum.repos.d/CentOS-Base.repo && sed -i 's@$releasever@6.10@g' /etc/yum.repos.d/CentOS-Base.repo

2021-01-14 16:43:19 UTC

/bin/sh -c yum -y install epel-release && echo -e "[mysql]\nname=mysql\nbaseurl=${MYSQL_MIRROR}\ngpgcheck=0\nenabled=1" > /etc/yum.repos.d/mysql.repo

2021-01-14 16:44:00 UTC

/bin/sh -c yum -y install $(cat requirements/rpm_requirements.txt)

2021-01-14 16:44:21 UTC

/bin/sh -c pip install --upgrade pip setuptools==49.6.0 wheel -i ${PIP_MIRROR} && pip config set global.index-url ${PIP_MIRROR}

2021-01-14 16:44:37 UTC

/bin/sh -c pip install $(grep 'jms' requirements/requirements.txt) -i https://pypi.org/simple

2021-01-14 16:57:20 UTC

/bin/sh -c pip install -r requirements/requirements.txt

2021-01-14 16:57:22 UTC

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

2021-01-14 16:57:22 UTC

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

2021-01-14 16:57:23 UTC

/bin/sh -c echo > config.yml

2021-01-14 16:57:23 UTC

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

2021-01-14 16:57:23 UTC

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

2021-01-14 16:57:24 UTC

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

2021-01-14 16:57:24 UTC

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

2021-01-14 16:57:24 UTC

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

2021-01-14 16:57:24 UTC

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

2021-01-14 16:57:24 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