Namespace
jumpserver
Image / Tag
koko:v3.6.6
Content Digest
sha256:37dfc52e4c21706b41cf9fae0efd993d022b7b714b2322ede3009fdddb95c111
Details
Created

2023-09-26 09:45:27 UTC

Size

316 MB

Content Digest
Environment
LANG

zh_CN.UTF-8

PATH

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


Layers

[#000] sha256:7dbc1adf280e1aa588c033eaa746aa6db327ee16be705740f81741f5e6945c86 - 9.47% (30 MB)

[#001] sha256:01163145e6198a8ef25b9b1662da588291483992597a657a5c641e1951a7b006 - 15.68% (49.6 MB)

[#002] sha256:0e77a7590f6f442060516083c6e80aee7f77b46c47dc1ad5cf48a241bb780389 - 19.25% (60.9 MB)

[#003] sha256:c7add3e1f51f504fc82984a1dd99eed8ad39af40a559d746b67126ba44b3dcce - 0.57% (1.8 MB)

[#004] sha256:4adf3c3b278dcf4b53f546b013df7168f829820f4aa00ab6efff4e7be9ad9cc4 - 0.0% (112 Bytes)

[#005] sha256:e929e54ed00fc97158f863eea754aca260385d6650ed5a4a9614a2578de505b8 - 0.0% (5.88 KB)

[#006] sha256:3edc4a0dd50b1ada7a556961d9d42b4f08a15413979cac5aaf4e82f2e90298df - 48.98% (155 MB)

[#007] sha256:f76bcc758b8e51372a19590eae90b0381f0e379a6e6e71e6eb84873bc07df752 - 0.0% (12.4 KB)

[#008] sha256:70dc3e52373dbcaec1c296d5438e14b4022a071ec8131bdc7a0b38a5fcff976e - 6.03% (19.1 MB)


History
2023-09-20 04:56:03 UTC

/bin/sh -c #(nop) ADD file:7eb149bcaba1d7dcab06b3f9a0615ca459e9cb28459a0864f92b0037f270ba66 in /

2023-09-20 04:56:03 UTC

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

2023-09-26 09:40:05 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-09-26 09:40:05 UTC (buildkit.dockerfile.v0)

ARG DEPENDENCIES= bash-completion ca-certificates curl git git-lfs iputils-ping jq less locales openssh-client telnet unzip vim wget xz-utils

2023-09-26 09:40:05 UTC (buildkit.dockerfile.v0)

ARG APT_MIRROR=http://mirrors.ustc.edu.cn

2023-09-26 09:40:05 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 DEPENDENCIES= bash-completion ca-certificates curl git git-lfs iputils-ping jq less locales openssh-client telnet unzip vim wget xz-utils APT_MIRROR=http://deb.debian.org /bin/sh -c sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list && rm -f /etc/apt/apt.conf.d/docker-clean && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && apt-get update && apt-get install -y --no-install-recommends ${DEPENDENCIES} && echo "no" | dpkg-reconfigure dash && echo "zh_CN.UTF-8" | dpkg-reconfigure locales && sed -i "s@# export @export @g" ~/.bashrc && sed -i "s@# alias @alias @g" ~/.bashrc && rm -rf /var/lib/apt/lists/* # buildkit

2023-09-26 09:40:05 UTC (buildkit.dockerfile.v0)

ARG MONGOSH_VERSION=1.10.3

2023-09-26 09:40:12 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETARCH=amd64 DEPENDENCIES= bash-completion ca-certificates curl git git-lfs iputils-ping jq less locales openssh-client telnet unzip vim wget xz-utils APT_MIRROR=http://deb.debian.org MONGOSH_VERSION=1.10.3 /bin/sh -c set -ex && case "${TARGETARCH}" in amd64) wget https://downloads.mongodb.com/compass/mongosh-${MONGOSH_VERSION}-linux-x64.tgz && tar -xf mongosh-${MONGOSH_VERSION}-linux-x64.tgz && chown root:root mongosh-${MONGOSH_VERSION}-linux-x64/bin/* && mv mongosh-${MONGOSH_VERSION}-linux-x64/bin/mongosh /usr/local/bin/ && mv mongosh-${MONGOSH_VERSION}-linux-x64/bin/mongosh_crypt_v1.so /usr/local/lib/ && rm -rf mongosh-${MONGOSH_VERSION}-linux-x64* ;; arm64) wget https://downloads.mongodb.com/compass/mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}.tgz && tar -xf mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}.tgz && chown root:root mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}/bin/* && mv mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}/bin/mongosh /usr/local/bin/ && mv mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}/bin/mongosh_crypt_v1.so /usr/local/lib/ && rm -rf mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}* ;; *) echo "Unsupported architecture: ${TARGETARCH}" ;; esac # buildkit

2023-09-26 09:40:12 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/redis-cli /usr/local/bin/redis-cli # buildkit

2023-09-26 09:40:12 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/koko/

2023-09-26 09:40:41 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/.kubectl_aliases /opt/kubectl-aliases/.kubectl_aliases # buildkit

2023-09-26 09:45:25 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/bin /usr/local/bin # buildkit

2023-09-26 09:45:26 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/release . # buildkit

2023-09-26 09:45:27 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/koko . # buildkit

2023-09-26 09:45:27 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8

2023-09-26 09:45:27 UTC (buildkit.dockerfile.v0)

EXPOSE map[2222/tcp:{} 5000/tcp:{}]

2023-09-26 09:45:27 UTC (buildkit.dockerfile.v0)

CMD ["./entrypoint.sh"]

Details
Created

2023-09-26 09:45:22 UTC

Size

276 MB

Content Digest
Environment
LANG

zh_CN.UTF-8

PATH

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


Layers

[#000] sha256:fc521c5b98350f6fd8c72ace1e48558bb7b53cb3db201a2a3b42095401cd02f1 - 10.37% (28.7 MB)

[#001] sha256:aaaaf19f63c3469d0a718294fd709ea7bbd929e3b7eb1475a81458f540a60746 - 17.83% (49.3 MB)

[#002] sha256:7d2431cd26fa25d70734395b44a5dc2855a862be4bc2467ba5639726b7c66b5b - 21.83% (60.3 MB)

[#003] sha256:9abc03788dfef22e437e4919ad37549b3ce4eec056be0addb5a96e9c07a15a60 - 0.66% (1.81 MB)

[#004] sha256:e301d86be63a424bc0dcaa57abf4168690e14175d689339fb96023125c5a817f - 0.0% (113 Bytes)

[#005] sha256:82810cd4caedbf38458c77c81e6fd3ce9ef342bc0a24d596d722bab183697e0a - 0.0% (5.88 KB)

[#006] sha256:5c83d6ceac3fff48f64b1becdb3b3b9e45ff6b14e05c45d18a19884ac52698b0 - 42.95% (119 MB)

[#007] sha256:c1444c1dfad3e209c65ace351ced53437ae17c96fd70645723301b8a0c95ee15 - 0.0% (12.4 KB)

[#008] sha256:57607dc1039ec7c9ba3f95f678c1ceeaf5fb11e91718c5c93761ba9ba999b648 - 6.35% (17.5 MB)


History
2023-09-20 02:44:28 UTC

/bin/sh -c #(nop) ADD file:024479be439b4ecb37c939e68673adc72955f3345ca0e809bd13e897709e59e4 in /

2023-09-20 02:44:28 UTC

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

2023-09-26 09:40:00 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-09-26 09:40:00 UTC (buildkit.dockerfile.v0)

ARG DEPENDENCIES= bash-completion ca-certificates curl git git-lfs iputils-ping jq less locales openssh-client telnet unzip vim wget xz-utils

2023-09-26 09:40:00 UTC (buildkit.dockerfile.v0)

ARG APT_MIRROR=http://mirrors.ustc.edu.cn

2023-09-26 09:40:00 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=arm64 DEPENDENCIES= bash-completion ca-certificates curl git git-lfs iputils-ping jq less locales openssh-client telnet unzip vim wget xz-utils APT_MIRROR=http://deb.debian.org /bin/sh -c sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list && rm -f /etc/apt/apt.conf.d/docker-clean && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && apt-get update && apt-get install -y --no-install-recommends ${DEPENDENCIES} && echo "no" | dpkg-reconfigure dash && echo "zh_CN.UTF-8" | dpkg-reconfigure locales && sed -i "s@# export @export @g" ~/.bashrc && sed -i "s@# alias @alias @g" ~/.bashrc && rm -rf /var/lib/apt/lists/* # buildkit

2023-09-26 09:40:00 UTC (buildkit.dockerfile.v0)

ARG MONGOSH_VERSION=1.10.3

2023-09-26 09:40:07 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETARCH=arm64 DEPENDENCIES= bash-completion ca-certificates curl git git-lfs iputils-ping jq less locales openssh-client telnet unzip vim wget xz-utils APT_MIRROR=http://deb.debian.org MONGOSH_VERSION=1.10.3 /bin/sh -c set -ex && case "${TARGETARCH}" in amd64) wget https://downloads.mongodb.com/compass/mongosh-${MONGOSH_VERSION}-linux-x64.tgz && tar -xf mongosh-${MONGOSH_VERSION}-linux-x64.tgz && chown root:root mongosh-${MONGOSH_VERSION}-linux-x64/bin/* && mv mongosh-${MONGOSH_VERSION}-linux-x64/bin/mongosh /usr/local/bin/ && mv mongosh-${MONGOSH_VERSION}-linux-x64/bin/mongosh_crypt_v1.so /usr/local/lib/ && rm -rf mongosh-${MONGOSH_VERSION}-linux-x64* ;; arm64) wget https://downloads.mongodb.com/compass/mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}.tgz && tar -xf mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}.tgz && chown root:root mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}/bin/* && mv mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}/bin/mongosh /usr/local/bin/ && mv mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}/bin/mongosh_crypt_v1.so /usr/local/lib/ && rm -rf mongosh-${MONGOSH_VERSION}-linux-${TARGETARCH}* ;; *) echo "Unsupported architecture: ${TARGETARCH}" ;; esac # buildkit

2023-09-26 09:40:07 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/redis-cli /usr/local/bin/redis-cli # buildkit

2023-09-26 09:40:07 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/koko/

2023-09-26 09:40:31 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/.kubectl_aliases /opt/kubectl-aliases/.kubectl_aliases # buildkit

2023-09-26 09:45:21 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/bin /usr/local/bin # buildkit

2023-09-26 09:45:21 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/release . # buildkit

2023-09-26 09:45:22 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/koko . # buildkit

2023-09-26 09:45:22 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8

2023-09-26 09:45:22 UTC (buildkit.dockerfile.v0)

EXPOSE map[2222/tcp:{} 5000/tcp:{}]

2023-09-26 09:45:22 UTC (buildkit.dockerfile.v0)

CMD ["./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