Namespace
jumpserver
Image / Tag
koko:v3.6.2
Content Digest
sha256:3f1ddb22626adabd7a89ba9e2480c76b004a00d498d6c7d6670ecf6b9ac00118
Details
Created

2023-08-23 13:40:10 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:14726c8f78342865030f97a8d3492e2d1a68fbd22778f9a31dc6be4b4f12a9bc - 9.49% (30 MB)

[#001] sha256:95237c1da3144c24c003de9d7fbf9afb7e552693a1da2a6b348007f8b9dcd722 - 15.71% (49.6 MB)

[#002] sha256:fd476081433d9d53bbc1162c10b0322786c9a70825953850e5f083dbde6d25d0 - 19.28% (60.9 MB)

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

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

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

[#006] sha256:e9c0b3d373e53da968b523ff77d101c4ce6eac2c5aa21379a769d6403ffd0c87 - 49.06% (155 MB)

[#007] sha256:4c09e21d5928a05c48e60b109cb6b602e87d6dbcf0d9493efb58ce03b003fe6a - 0.0% (12.2 KB)

[#008] sha256:6db78b1d7201d8712c7efa84e9cb6b12c92303c11bdcff7e1642e780e38fb9a0 - 5.89% (18.6 MB)


History
2023-08-16 01:00:09 UTC

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

2023-08-16 01:00:09 UTC

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

2023-08-23 13:39:41 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-08-23 13:39:41 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-08-23 13:39:41 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:39:41 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-08-23 13:39:41 UTC (buildkit.dockerfile.v0)

ARG MONGOSH_VERSION=1.10.3

2023-08-23 13:40:00 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-08-23 13:40:00 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:40:01 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/koko/

2023-08-23 13:40:01 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:40:09 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:40:09 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/release . # buildkit

2023-08-23 13:40:10 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/koko . # buildkit

2023-08-23 13:40:10 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8

2023-08-23 13:40:10 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:40:10 UTC (buildkit.dockerfile.v0)

CMD ["./entrypoint.sh"]

Details
Created

2023-08-23 13:35:10 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:41f92d5a73b9bee296c7b4a3817b28098b22fb60112608b42bb03570ca296115 - 10.39% (28.7 MB)

[#001] sha256:edcd0358f23a6de84c10259869fa9fd14de25c64431b5ff685b9958890589a30 - 17.86% (49.3 MB)

[#002] sha256:17721e18fd78610ff2aebe224db7dd3186080abd866ec21b4a5f0d34cc24bc9c - 21.87% (60.3 MB)

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

[#004] sha256:444f86b2be8349c9b250141af60a444c4c93c53194b419679ff72764b337933d - 0.0% (111 Bytes)

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

[#006] sha256:f9c9c1b1dc7a01a5acc53c3a891ee332f26f1badac29694f531cdbae5fe245a5 - 43.02% (119 MB)

[#007] sha256:d98019045288f77ac02ad4e7f3870199c19f95d39561c2a5916a4b052930b447 - 0.0% (12.2 KB)

[#008] sha256:b29d595ecc4b9c531f485d7c2a96f98e3ee49ce9bad9055aa0664290dcb6bb01 - 6.19% (17.1 MB)


History
2023-08-15 23:40:11 UTC

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

2023-08-15 23:40:11 UTC

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

2023-08-23 13:34:46 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-08-23 13:34:46 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-08-23 13:34:46 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:34:46 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-08-23 13:34:46 UTC (buildkit.dockerfile.v0)

ARG MONGOSH_VERSION=1.10.3

2023-08-23 13:35:03 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-08-23 13:35:03 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:35:03 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/koko/

2023-08-23 13:35:03 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:35:10 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:35:10 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/release . # buildkit

2023-08-23 13:35:10 UTC (buildkit.dockerfile.v0)

COPY /opt/koko/koko . # buildkit

2023-08-23 13:35:10 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8

2023-08-23 13:35:10 UTC (buildkit.dockerfile.v0)

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

2023-08-23 13:35:10 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