ghcr.io/viz-software/static-path-provisioner:latest linux/amd64

ghcr.io/viz-software/static-path-provisioner:latest - 国内下载镜像源 浏览次数:36

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

该镜像 ghcr.io/viz-software/static-path-provisioner 提供了一个静态路径供应器。 它可能用于在 Docker 容器或 Kubernetes 集群中以一致和可重复的方式配置和管理文件系统路径。

源镜像 ghcr.io/viz-software/static-path-provisioner:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest
镜像ID sha256:863bdc244dab64cfb203e75217c9a864775530af738ffcc9bcaf674b31209c5f
镜像TAG latest
大小 54.33MB
镜像源 ghcr.io
CMD static-path-provisioner
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 36 次
贡献者
镜像创建 2024-11-30T19:26:23.946009225Z
同步时间 2025-05-08 18:22
更新时间 2025-06-16 09:59
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2024-11-30T19:50:30.556Z: org.opencontainers.image.created Dynamically provision hostPath-based PV: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 94e20f333fc183f367d7c3156cb0b58a1ad29b23: org.opencontainers.image.revision https://github.com/viz-software/static-path-provisioner: org.opencontainers.image.source static-path-provisioner: org.opencontainers.image.title https://github.com/viz-software/static-path-provisioner: org.opencontainers.image.url v0.2.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest  ghcr.io/viz-software/static-path-provisioner:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest  ghcr.io/viz-software/static-path-provisioner:latest

Shell快速替换命令

sed -i 's#ghcr.io/viz-software/static-path-provisioner:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest  ghcr.io/viz-software/static-path-provisioner:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest  ghcr.io/viz-software/static-path-provisioner:latest'

镜像构建历史


# 2024-12-01 03:26:23  0.00B 设置默认要执行的命令
CMD ["static-path-provisioner"]
                        
# 2024-12-01 03:26:23  46.53MB 复制新文件或目录到容器中
COPY /usr/src/static-path-provisioner /usr/bin/ # buildkit
                        
# 2024-09-06 20:05:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-09-06 20:05:36  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:863bdc244dab64cfb203e75217c9a864775530af738ffcc9bcaf674b31209c5f",
    "RepoTags": [
        "ghcr.io/viz-software/static-path-provisioner:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner:latest"
    ],
    "RepoDigests": [
        "ghcr.io/viz-software/static-path-provisioner@sha256:891d6aec392b2fff6f6819150d4e822d110fd4ee2b9527b78bed2a3d9bc87bc3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/viz-software/static-path-provisioner@sha256:be1d50307e17807722b0eb2f55488577a05c29dd5a0f73dabcab7578031231ce"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-30T19:26:23.946009225Z",
    "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/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "static-path-provisioner"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-11-30T19:50:30.556Z",
            "org.opencontainers.image.description": "Dynamically provision hostPath-based PV",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "94e20f333fc183f367d7c3156cb0b58a1ad29b23",
            "org.opencontainers.image.source": "https://github.com/viz-software/static-path-provisioner",
            "org.opencontainers.image.title": "static-path-provisioner",
            "org.opencontainers.image.url": "https://github.com/viz-software/static-path-provisioner",
            "org.opencontainers.image.version": "v0.2.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 54328472,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/775ff5c97ab784535d5db8935ac8acbbe219cb99a902653e67cd0e34cca73faa/diff",
            "MergedDir": "/var/lib/docker/overlay2/9befa26758bd8440c13e8d8c58b12a5b92889e7d9e99ca2159424e5ee4f21d0c/merged",
            "UpperDir": "/var/lib/docker/overlay2/9befa26758bd8440c13e8d8c58b12a5b92889e7d9e99ca2159424e5ee4f21d0c/diff",
            "WorkDir": "/var/lib/docker/overlay2/9befa26758bd8440c13e8d8c58b12a5b92889e7d9e99ca2159424e5ee4f21d0c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:75654b8eeebd3beae97271a102f57cdeb794cc91e442648544963a7e951e9558",
            "sha256:131af1eb36dfe5df7a6ae30651d4b5365bdfe9d8c4f2ffb2dcd6c490e3f66ef2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-08T18:22:19.885413746+08:00"
    }
}

更多版本

ghcr.io/viz-software/static-path-provisioner:latest

linux/amd64 ghcr.io54.33MB2025-05-08 18:22
35