ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/planetscale/vitess-operator:latest
linux/amd64 docker.io Shxuai_1559794 贡献

planetscale/vitess-operator 镜像描述

这是一个用于部署和管理 Vitess 数据库集群的 Kubernetes Operator 镜像。它由 Planetscale 提供,简化了在 Kubernetes 环境中运行 Vitess 的过程,允许用户通过 Kubernetes 的方式来管理 Vitess 集群的生命周期,包括部署、升级和扩展等操作。

346
浏览次数
248.89MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest
源镜像
docker.io/planetscale/vitess-operator:latest
镜像ID
sha256:0bb4c0938d7ba9412e045ccad335e19b99b1d0b1e7ad22b8e59a9bf9f34274ff
镜像 TAG
latest
镜像大小
248.89MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/usr/local/bin/entrypoint
工作目录
OS/平台
linux/amd64
镜像创建
2025-02-11T18:21:11.021853086Z
同步时间
2025-02-18 15:37
浏览量
346 次
贡献者
avatar Shxuai_1559794
⚙️ 环境变量 5
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
OPERATOR=/usr/local/bin/vitess-operator 2
USER_UID=1001 3
USER_NAME=vitess-operator 4
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2025-01-21T14:25:54 build-date
ubi8-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. description
public distribution-scope
1.33.8 io.buildah.version
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. io.k8s.description
Red Hat Universal Base Image 8 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel8 io.openshift.tags
Red Hat, Inc. maintainer
ubi8-minimal name
1179 release
Provides the latest release of the minimal Red Hat Universal Base Image 8. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179 url
4f8da2b64a13f2a264bd802d8909bf803211fb20 vcs-ref
git vcs-type
Red Hat, Inc. vendor
8.10 version
🛡️ 镜像安全扫描
redhat 8.10 Trivy 2025-02-18 15:37 查看完整报告
66
低危 LOW
14
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/planetscale/vitess-operator:latest (redhat 8.10) redhat usr/local/bin/vitess-operator gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest  docker.io/planetscale/vitess-operator:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest  docker.io/planetscale/vitess-operator:latest

Shell快速替换命令

sed -i 's#planetscale/vitess-operator:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest  docker.io/planetscale/vitess-operator:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest  docker.io/planetscale/vitess-operator:latest'

镜像构建历史


# 2025-02-12 02:21:11  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-02-12 02:21:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/entrypoint"]
                        
# 2025-02-12 02:21:11  599.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/local/bin/user_setup # buildkit
                        
# 2025-02-12 02:21:10  375.00B 复制新文件或目录到容器中
COPY build/bin /usr/local/bin # buildkit
                        
# 2025-02-12 02:21:10  156.16MB 复制新文件或目录到容器中
COPY /go/bin/manager /usr/local/bin/vitess-operator # buildkit
                        
# 2025-02-12 02:21:10  0.00B 设置环境变量 OPERATOR USER_UID USER_NAME
ENV OPERATOR=/usr/local/bin/vitess-operator USER_UID=1001 USER_NAME=vitess-operator
                        
# 2025-01-21 22:34:31  92.73MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2025-01-21 22:34:30  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2025-01-21 22:34:29  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-0d6f7.repo' '/etc/yum.repos.d/repo-a12e0.repo'
                        
# 2025-01-21 22:34:29  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-01-21T14:25:54" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4f8da2b64a13f2a264bd802d8909bf803211fb20" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179"
                        
# 2025-01-21 22:34:29  0.00B 
/bin/sh -c #(nop) ADD file:f15fe0163fb3f9e72a50dbad2199111e696b63a0e7fd6bdb2a96fcf55d9c1ee6 in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-1179 
                        
# 2025-01-21 22:34:29  0.00B 
/bin/sh -c #(nop) ADD file:69690347bb2ecf4dfb96676b634366f40c1c8df69dc5812502d80a6780cd084e in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-1179.json 
                        
# 2025-01-21 22:34:29  0.00B 
/bin/sh -c #(nop) LABEL release=1179
                        
# 2025-01-21 22:34:29  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.10"
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) ADD multi:655f463cfe5169d7bbec4da3814e0c005471bcc74188a056667c4e3ca5f39253 in /etc/yum.repos.d/ 
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c #(nop) ADD file:df13b6a4fdeac4626ab7cd7e99d16d30edc6e3e5441295ae7691bee26604a5b1 in /tmp/tls-ca-bundle.pem 
                        
# 2025-01-21 22:34:28  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2025-01-21 22:34:27  0.00B 
/bin/sh -c #(nop) ADD file:766a0ab65857bf510671c2f8f0509dcd4c7df6971b76022c258f75ebe5831f03 in / 
                        
                    

镜像信息

{
    "Id": "sha256:0bb4c0938d7ba9412e045ccad335e19b99b1d0b1e7ad22b8e59a9bf9f34274ff",
    "RepoTags": [
        "planetscale/vitess-operator:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator:latest"
    ],
    "RepoDigests": [
        "planetscale/vitess-operator@sha256:38cd08c9e895f1f895c6d96d39a8d19287b8bff22f87e31e0fadec7ea2406071",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/planetscale/vitess-operator@sha256:38cd08c9e895f1f895c6d96d39a8d19287b8bff22f87e31e0fadec7ea2406071"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-11T18:21:11.021853086Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "OPERATOR=/usr/local/bin/vitess-operator",
            "USER_UID=1001",
            "USER_NAME=vitess-operator"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-01-21T14:25:54",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.33.8",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8-minimal",
            "release": "1179",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179",
            "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 248891895,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ad6b575692ec3ed7032e2fb994b7cce4f4fd72dd31211f1a4edc97da145f1c8d/diff:/var/lib/docker/overlay2/356b40131fd9063ba136a210afcc14c1c046cb27750b7fa4ea756a53d1c86580/diff:/var/lib/docker/overlay2/05c7f16f16d9d31b3768897fcdebda3942f729492abf63d28b0daaac6f8ce8df/diff",
            "MergedDir": "/var/lib/docker/overlay2/20b712879b9199c6cab0f9a9d6b96123671518be4b3e39020d68743c7863895a/merged",
            "UpperDir": "/var/lib/docker/overlay2/20b712879b9199c6cab0f9a9d6b96123671518be4b3e39020d68743c7863895a/diff",
            "WorkDir": "/var/lib/docker/overlay2/20b712879b9199c6cab0f9a9d6b96123671518be4b3e39020d68743c7863895a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:61bac3f36336e38a14242df0c791e02aa7cb58e650983d0060836c4b914cad1e",
            "sha256:5e3ae3705d190a2833d9afacb3f09b2a2fddbd135342c88f4ca8f88f24b55bf5",
            "sha256:f9d8fab4f5c6c90cecf2db5a3ca1a49d7bf1b59b196d983b22fa1ff6516c0cbc",
            "sha256:6e6824cf6234f24a564bb9132dc30b0ed48bd5fc907894608259a2918ec333e1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-18T15:37:06.677264433+08:00"
    }
}

更多版本

docker.io/planetscale/vitess-operator:v2.14.0

linux/amd64 docker.io226.47MB2025-02-12 10:55
412

docker.io/planetscale/vitess-operator:latest

linux/amd64 docker.io248.89MB2025-02-18 15:37
345
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×