docker.io/easzlab/kubeasz:3.6.5 linux/amd64

docker.io/easzlab/kubeasz:3.6.5 - 国内下载镜像源 浏览次数:21
Kubeasz 是一个基于 Docker 的容器镜像,用于部署和管理 Kubernetes 集群。该镜像提供了基础设施、网络、存储等功能,可以帮助用户快速搭建和配置 Kubernetes 生产环境。
源镜像 docker.io/easzlab/kubeasz:3.6.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.5
镜像ID sha256:89ea17e0e2bc41af71ccc4266a2f3c7f626e07fae2b9a0cfa0ec659d7721f95e
镜像TAG 3.6.5
大小 157.42MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD tail -f /dev/null
启动入口
工作目录
OS/平台 linux/amd64
浏览量 21 次
贡献者
镜像创建 2024-11-12T13:16:54.202495431Z
同步时间 2024-11-15 18:07
更新时间 2024-11-21 09:51
环境变量
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
镜像标签
2024-11-12T13:16:41.544Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 898ced5906e8f7f367f36154a7b2002699bcbabc: 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.5: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.17.3 扫描引擎: Trivy 扫描时间: 2024-11-15 18:07

低危漏洞:8 中危漏洞:62 高危漏洞:16 严重漏洞:9

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

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#easzlab/kubeasz:3.6.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.5#' 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.5 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.5  docker.io/easzlab/kubeasz:3.6.5'

Ansible快速分发-Containerd

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

镜像历史

大小 创建时间 层信息
2.53MB 2024-11-12 21:16:54 RUN |1 KUBEASZ_VER=3.6.5 /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 2024-11-12 21:16:54 ENV TZ=Asia/Shanghai
0.00B 2024-11-12 21:16:54 ARG KUBEASZ_VER=3.6.5
0.00B 2023-04-16 12:12:29 CMD ["tail" "-f" "/dev/null"]
103.09MB 2023-04-16 12:12:29 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:12:29 ENV EASZLAB_ANSIBLE_TAG=2.14.4-lite
0.00B 2023-04-16 12:12:29 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
32.12MB 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.65MB 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 02:19:24 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.05MB 2023-03-30 02:19:24 /bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /

镜像信息

{
    "Id": "sha256:89ea17e0e2bc41af71ccc4266a2f3c7f626e07fae2b9a0cfa0ec659d7721f95e",
    "RepoTags": [
        "easzlab/kubeasz:3.6.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz:3.6.5"
    ],
    "RepoDigests": [
        "easzlab/kubeasz@sha256:1e489d09b161d325a918f441e14aec0c876c641d69610b501d06a256c0277c73",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/easzlab/kubeasz@sha256:f2d2fd2b130584c409c5fb6aa6e5b052a9c7b8abad9154ee3d4ff1d842171aa3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-12T13:16:54.202495431Z",
    "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": "2024-11-12T13:16:41.544Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "898ced5906e8f7f367f36154a7b2002699bcbabc",
            "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.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 157424219,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cb8e0e0f00d5a6f0afd41752900c2f85c215df12df570b72bc89c14b1a9e904a/diff:/var/lib/docker/overlay2/466d46bf62a2536bad883e1bf852bc3b0f67ec71febad835935ff6dac9b82703/diff:/var/lib/docker/overlay2/48b0ec2005b00bff0f627a5fb99f658491789f61195be7b09508bfac5ba86b90/diff:/var/lib/docker/overlay2/46b32df1cb5d2cf143912484f738c3229ab85184381f75b01572aaec932268dc/diff:/var/lib/docker/overlay2/bad134a420f517ba9e6858a4e7d3482b22922fa0ccda352e33247bf9d609d9a2/diff:/var/lib/docker/overlay2/2aa60e936db080b47f63806b85561b19c63879069afa0b6946d6992c49af748f/diff",
            "MergedDir": "/var/lib/docker/overlay2/ef16c9efa05814e106e89833fc9c27e8e5bbcd42b705ca21c152da183ff4287d/merged",
            "UpperDir": "/var/lib/docker/overlay2/ef16c9efa05814e106e89833fc9c27e8e5bbcd42b705ca21c152da183ff4287d/diff",
            "WorkDir": "/var/lib/docker/overlay2/ef16c9efa05814e106e89833fc9c27e8e5bbcd42b705ca21c152da183ff4287d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f1417ff83b319fbdae6dd9cd6d8c9c88002dcd75ecf6ec201c8c6894681cf2b5",
            "sha256:afe664e556196edf8dea8f027f4a6621dc701929509584d4110b12c6c1ed15d8",
            "sha256:db35aecc3002e0bfdaebf7de7ba61314e78c0d42d7d3f8100bd28e675e2b2d8e",
            "sha256:d5584830d7250920eb2dd9d4ffddcbe2f10eb6fae9c7a44430ea91d7fbcb7ecb",
            "sha256:c45401fc392cf294760e44b9801cedea9b963c1d5d423fa672116111ed734691",
            "sha256:16d2ad51cdeaba5cebe8c529a579188ab53a94aa7f05f0c1f3474263c2ad340b",
            "sha256:c9bd7000e9446cb1a5ab94fc35bd67eb7d9d0f45b9ca9db727a475456dbb714d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-15T18:07:00.324092737+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
116

docker.io/easzlab/kubeasz:3.6.0

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

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

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

docker.io/easzlab/kubeasz:3.6.2

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

docker.io/easzlab/kubeasz:3.5.0

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

docker.io/easzlab/kubeasz:3.6.5

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

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

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

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

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