docker.io/easzlab/kubeasz:3.6.2 linux/arm64

docker.io/easzlab/kubeasz:3.6.2 - 国内下载镜像源 浏览次数:51 温馨提示: 这是一个 linux/arm64 系统架构镜像
Kubeasz 是一个基于 Docker 的容器镜像,用于部署和管理 Kubernetes 集群。该镜像提供了基础设施、网络、存储等功能,可以帮助用户快速搭建和配置 Kubernetes 生产环境。
源镜像 docker.io/easzlab/kubeasz:3.6.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64
镜像ID sha256:cfb567434a169ee3a13d2a69b4b7f46be017d003d8844008d7d333cd08b22e62
镜像TAG 3.6.2-linuxarm64
大小 167.18MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD tail -f /dev/null
启动入口
工作目录
OS/平台 linux/arm64
浏览量 51 次
贡献者
镜像创建 2023-09-04T13:55:01.449576496Z
同步时间 2024-10-29 16:38
更新时间 2024-11-22 22:27
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.11.3 PYTHON_PIP_VERSION=22.3.1 PYTHON_SETUPTOOLS_VERSION=65.5.1 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637 ANSIBLE_CORE_VER=2.14.4 EASZLAB_ANSIBLE_TAG=2.14.4-lite TZ=Asia/Shanghai
镜像标签
2023-09-04T13:54:05.178Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses c08fff641ee6420e13d5b284c03215c779715d1d: org.opencontainers.image.revision https://github.com/easzlab/dockerfile-kubeasz: org.opencontainers.image.source dockerfile-kubeasz: org.opencontainers.image.title https://github.com/easzlab/dockerfile-kubeasz: org.opencontainers.image.url 3.6.2: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.17.3 扫描引擎: Trivy 扫描时间: 2024-10-29 16:39

低危漏洞:7 中危漏洞:60 高危漏洞:15 严重漏洞:8

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64  docker.io/easzlab/kubeasz:3.6.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64  docker.io/easzlab/kubeasz:3.6.2

Shell快速替换命令

sed -i 's#easzlab/kubeasz:3.6.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64  docker.io/easzlab/kubeasz:3.6.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64  docker.io/easzlab/kubeasz:3.6.2'

镜像历史

大小 创建时间 层信息
2.47MB 2023-09-04 21:55:01 RUN |1 KUBEASZ_VER=3.6.2 /bin/sh -c set -x && wget https://github.com/easzlab/kubeasz/archive/refs/tags/"$KUBEASZ_VER".tar.gz && tar zxf ./"$KUBEASZ_VER".tar.gz && mv kubeasz-"$KUBEASZ_VER" /etc/kubeasz && ln -s -f /etc/kubeasz/ezctl /usr/bin/ezctl && ln -s -f /etc/kubeasz/ezdown /usr/bin/ezdown && ln -s -f /usr/local/bin/python3.11 /usr/bin/python && ln -s -f /usr/local/bin/python3.11 /usr/bin/python3 && mkdir -p /usr/libexec && ln -s /usr/bin/python3 /usr/libexec/platform-python && rm -rf ./"$KUBEASZ_VER".tar.gz # buildkit
0.00B 2023-09-04 21:55:01 ENV TZ=Asia/Shanghai
0.00B 2023-09-04 21:55:01 ARG KUBEASZ_VER=3.3.2
0.00B 2023-04-16 12:17:16 CMD ["tail" "-f" "/dev/null"]
108.04MB 2023-04-16 12:17:16 RUN /bin/sh -c set -x && apk --no-cache add --virtual build-dependencies gcc musl-dev python3-dev libffi-dev openssl-dev cargo build-base && apk --no-cache add bash openssh-client rsync && pip install pip --upgrade && pip install --no-cache-dir ansible-core=="$ANSIBLE_CORE_VER" ansible && mv /usr/local/lib/python3.11/site-packages/ansible_collections/ansible /tmp && mv /usr/local/lib/python3.11/site-packages/ansible_collections/community /tmp && rm -rf /usr/local/lib/python3.11/site-packages/ansible_collections/* && mv /tmp/ansible /tmp/community /usr/local/lib/python3.11/site-packages/ansible_collections && mv /usr/local/lib/python3.11/site-packages/ansible_collections/community/crypto /tmp && mv /usr/local/lib/python3.11/site-packages/ansible_collections/community/general /tmp && mv /usr/local/lib/python3.11/site-packages/ansible_collections/community/network /tmp && rm -rf /usr/local/lib/python3.11/site-packages/ansible_collections/community/* && mv /tmp/crypto /tmp/general /tmp/network /usr/local/lib/python3.11/site-packages/ansible_collections/community/ && ln -s -f /usr/local/bin/python3.11 /usr/bin/python && ln -s -f /usr/local/bin/python3.11 /usr/bin/python3 && apk del build-dependencies && rm -rf /var/cache/apk/* && rm -rf /root/.cache && rm -rf /root/.cargo # buildkit
0.00B 2023-04-16 12:17:16 ENV EASZLAB_ANSIBLE_TAG=2.14.4-lite
0.00B 2023-04-16 12:17:16 ENV ANSIBLE_CORE_VER=2.14.4
0.00B 2023-04-06 00:50:03 CMD ["python3"]
10.99MB 2023-04-06 00:50:03 RUN /bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 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 # buildkit
0.00B 2023-04-06 00:50:03 ENV PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
0.00B 2023-04-06 00:50:03 ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
0.00B 2023-04-06 00:50:03 ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
0.00B 2023-04-06 00:50:03 ENV PYTHON_PIP_VERSION=22.3.1
32.00B 2023-04-06 00:50:03 RUN /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 "$src" "/usr/local/bin/$dst"; done # buildkit
36.47MB 2023-04-06 00:50:03 RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; 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' \) \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version # buildkit
0.00B 2023-04-06 00:50:03 ENV PYTHON_VERSION=3.11.3
0.00B 2023-04-06 00:50:03 ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
1.75MB 2023-04-06 00:50:03 RUN /bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ; # buildkit
0.00B 2023-04-06 00:50:03 ENV LANG=C.UTF-8
0.00B 2023-04-06 00:50:03 ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2023-03-30 01:39:18 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.46MB 2023-03-30 01:39:18 /bin/sh -c #(nop) ADD file:e51d4089e73ad6dee52b31f0c8059a00c17df6e23f6741fe11b43bd84cc99008 in /

镜像信息

{
    "Id": "sha256:cfb567434a169ee3a13d2a69b4b7f46be017d003d8844008d7d333cd08b22e62",
    "RepoTags": [
        "easzlab/kubeasz:3.6.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.2-linuxarm64"
    ],
    "RepoDigests": [
        "easzlab/kubeasz@sha256:c258cedea9cc73b015584797389a99a0344fb91761e30214fbc60002680c2a77",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz@sha256:90021df1e65a6cb59aac9fbbb8add8cc5e8eff4ed8f2760c340cf8b892ad0f8a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-09-04T13:55:01.449576496Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
            "PYTHON_VERSION=3.11.3",
            "PYTHON_PIP_VERSION=22.3.1",
            "PYTHON_SETUPTOOLS_VERSION=65.5.1",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637",
            "ANSIBLE_CORE_VER=2.14.4",
            "EASZLAB_ANSIBLE_TAG=2.14.4-lite",
            "TZ=Asia/Shanghai"
        ],
        "Cmd": [
            "tail",
            "-f",
            "/dev/null"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2023-09-04T13:54:05.178Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "c08fff641ee6420e13d5b284c03215c779715d1d",
            "org.opencontainers.image.source": "https://github.com/easzlab/dockerfile-kubeasz",
            "org.opencontainers.image.title": "dockerfile-kubeasz",
            "org.opencontainers.image.url": "https://github.com/easzlab/dockerfile-kubeasz",
            "org.opencontainers.image.version": "3.6.2"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 167182642,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/15f1bf5c4cccff93f9b38e82588a8074dcfd70830474799747216f3804ac619b/diff:/var/lib/docker/overlay2/9a9a1f9e3a34807ecc4967a8da124750df209da968d09d0ecb22bb94ec2ccf03/diff:/var/lib/docker/overlay2/8788e610aa5044f1c56dd74c5e870e7de53f29ad04a8da2a5062b58ab4b8e5e0/diff:/var/lib/docker/overlay2/5a716f3c7e6e8f2a4f139360c67ccfda4362ed0313b1ddffdf66588c0958ae14/diff:/var/lib/docker/overlay2/f81d28ecd7457981c53061445aadc3f0898367be29479bf8d1e6b9a95455a91d/diff:/var/lib/docker/overlay2/85b72279db873d5eeb2c25ab233f0a0f2488e4cf26135ad7d9bd032e379a55da/diff",
            "MergedDir": "/var/lib/docker/overlay2/4c6685fd9bbc06889390d2a0831e0d7e93d8baa1b8b4b54e7b631a532602a9a4/merged",
            "UpperDir": "/var/lib/docker/overlay2/4c6685fd9bbc06889390d2a0831e0d7e93d8baa1b8b4b54e7b631a532602a9a4/diff",
            "WorkDir": "/var/lib/docker/overlay2/4c6685fd9bbc06889390d2a0831e0d7e93d8baa1b8b4b54e7b631a532602a9a4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:26cbea5cba74143fbe6f584f5fc5321543155aedc4a434fcaa63b643877b5a74",
            "sha256:2028de9f94ee2aec394312cb4a0623f85564ee0d6b8333f99399f3ffa78e966a",
            "sha256:0d28800bf24a0bac7251925ec1242053a2d02e8e80e812d389dfc34b953d6f3c",
            "sha256:039ad3946805b7698a6f65a13a63dde9ffe2f2e433840f319edbaf386dd3f4a9",
            "sha256:b499170956eba1e85d1bd924ebf2829c877f98b9a6dd340ce53eac20cd483b11",
            "sha256:3adcc871229fbdfa952a97c528bf39d565acb9e8ddb5161041df8de61afe9322",
            "sha256:52e449606fbedb6a8fd3f7be4d6248c8572151ec51264f605e3e8047d073bd4b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-29T16:38:45.515943875+08:00"
    }
}

更多版本

docker.io/easzlab/kubeasz:3.6.4

linux/amd64 docker.io157.38MB2024-08-13 23:28
161

docker.io/easzlab/kubeasz-k8s-bin:v1.30.1

linux/amd64 docker.io1.20GB2024-08-13 23:50
119

docker.io/easzlab/kubeasz:3.6.0

linux/amd64 docker.io157.03MB2024-09-19 19:48
130

docker.io/easzlab/kubeasz-k8s-bin:v1.29.5

linux/amd64 docker.io1.23GB2024-10-11 09:11
48

docker.io/easzlab/kubeasz:3.6.2

linux/arm64 docker.io167.18MB2024-10-29 16:38
50

docker.io/easzlab/kubeasz:3.5.0

linux/amd64 docker.io181.58MB2024-11-15 18:02
22

docker.io/easzlab/kubeasz:3.6.5

linux/amd64 docker.io157.42MB2024-11-15 18:07
28

docker.io/easzlab/kubeasz-k8s-bin:v1.31.2

linux/amd64 docker.io1.14GB2024-11-15 18:10
31

docker.io/easzlab/kubeasz-ext-bin:1.11.1

linux/amd64 docker.io690.90MB2024-11-15 18:14
25