logo
ghcr.io/kubeflow/kfp-launcher:2.17.0
linux/amd64 ghcr.io

ghcr.io/kubeflow/kfp-launcher 镜像描述

该镜像包含Kubeflow Pipelines (KFP) 的启动器组件。KFP是一个用于创建、运行和管理机器学习工作流的平台。这个启动器镜像负责启动和管理KFP工作流的执行。

11
浏览次数
137.53MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0
源镜像
ghcr.io/kubeflow/kfp-launcher:2.17.0
镜像ID
sha256:5cde64cda22fbc3eda278d6308551b00b0f2a728b94a32d933b677bcfcccbceb
镜像 TAG
2.17.0
镜像大小
137.53MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
/bin/launcher-v2
工作目录
/bin
OS/平台
linux/amd64
镜像创建
2026-07-09T01:45:10.910551625Z
同步时间
2026-07-16 09:47
浏览量
11 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 8
KeyValue
2026-07-09T01:43:18.667Z org.opencontainers.image.created
Machine Learning Pipelines for Kubeflow org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
714d7e4a76085ff2cc107c4e26c18c38c14dbcaa org.opencontainers.image.revision
https://github.com/kubeflow/pipelines org.opencontainers.image.source
pipelines org.opencontainers.image.title
https://github.com/kubeflow/pipelines org.opencontainers.image.url
release-2.17 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.21.7 Trivy 2026-07-16 09:47 查看完整报告
0
低危 LOW
5
中危 MEDIUM
8
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
ghcr.io/kubeflow/kfp-launcher:2.17.0 (alpine 3.21.7) alpine bin/launcher-v2 gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0  ghcr.io/kubeflow/kfp-launcher:2.17.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0  ghcr.io/kubeflow/kfp-launcher:2.17.0

Shell快速替换命令

sed -i 's#ghcr.io/kubeflow/kfp-launcher:2.17.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0  ghcr.io/kubeflow/kfp-launcher:2.17.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0  ghcr.io/kubeflow/kfp-launcher:2.17.0'

镜像构建历史


# 2026-07-09 09:45:10  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/launcher-v2"]
                        
# 2026-07-09 09:45:10  129.70MB 复制新文件或目录到容器中
COPY /bin/launcher-v2 /bin/launcher-v2 # buildkit
                        
# 2026-07-09 09:43:20  0.00B 设置工作目录为/bin
WORKDIR /bin
                        
# 2026-07-09 09:43:20  0.00B 指定运行容器时使用的用户
USER 65532
                        
# 2026-07-09 09:43:20  3.03KB 执行命令并创建新的镜像层
RUN /bin/sh -c adduser -S -u 65532 appuser # buildkit
                        
# 2026-04-17 07:53:15  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-17 07:53:15  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:5cde64cda22fbc3eda278d6308551b00b0f2a728b94a32d933b677bcfcccbceb",
    "RepoTags": [
        "ghcr.io/kubeflow/kfp-launcher:2.17.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher:2.17.0"
    ],
    "RepoDigests": [
        "ghcr.io/kubeflow/kfp-launcher@sha256:9b5e9e4df0677f348d288334d49807c82c6d82bcdf99d6217bcbe75f684cda7f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/kfp-launcher@sha256:d12c0d22ec0fd21177bef1b18033e58b5ea28f5534cf867fd35f7e581a82180b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-09T01:45:10.910551625Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65532",
        "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": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/bin",
        "Entrypoint": [
            "/bin/launcher-v2"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-07-09T01:43:18.667Z",
            "org.opencontainers.image.description": "Machine Learning Pipelines for Kubeflow",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "714d7e4a76085ff2cc107c4e26c18c38c14dbcaa",
            "org.opencontainers.image.source": "https://github.com/kubeflow/pipelines",
            "org.opencontainers.image.title": "pipelines",
            "org.opencontainers.image.url": "https://github.com/kubeflow/pipelines",
            "org.opencontainers.image.version": "release-2.17"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 137532484,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0fd14604caae4e9c102f1abc2366dcc69c2dd29b6af181e4bf71726807c35bb9/diff:/var/lib/docker/overlay2/f0ca2c345cfeb6ddf4ae05beb068d8a5576376b97806b120ee5114f201d79ac3/diff:/var/lib/docker/overlay2/cdcd374eaac64305f6c5357f3dbadc114784859f96b843257d547b20de42b3db/diff",
            "MergedDir": "/var/lib/docker/overlay2/0ad865790d75764371597933ebcd2a6f9ea955ad82989c1020f202c193696827/merged",
            "UpperDir": "/var/lib/docker/overlay2/0ad865790d75764371597933ebcd2a6f9ea955ad82989c1020f202c193696827/diff",
            "WorkDir": "/var/lib/docker/overlay2/0ad865790d75764371597933ebcd2a6f9ea955ad82989c1020f202c193696827/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7211d01aba8fa2e9eb71ad34395cd313df5fc51a6b69b92d2dfad32cc37759cb",
            "sha256:19276bb9632444809818d27da43fb952f7409ef784affb96e7bb23ba848acc1c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:d9087e6d3b14ae90a99ca9522afd20275e9a8b70cce7792867214e7e8beefcc6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-16T09:47:46.189461314+08:00"
    }
}

更多版本

ghcr.io/kubeflow/kfp-launcher:2.4.0

linux/amd64 ghcr.io106.35MB2025-02-20 13:46
370

ghcr.io/kubeflow/kfp-launcher:2.15.0

linux/amd64 ghcr.io137.50MB2026-02-06 16:59
225

ghcr.io/kubeflow/kfp-launcher:2.16.0

linux/amd64 ghcr.io138.10MB2026-04-24 11:04
145

ghcr.io/kubeflow/kfp-launcher:2.17.0

linux/amd64 ghcr.io137.53MB2026-07-16 09:47
10
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×