logo
ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0
linux/amd64 ghcr.io

这是一个Tekton Pipeline的Resolver镜像,版本号为ff86b24f130c42b88983d3c13993056d。它用于Tekton Pipeline系统中,负责解析Pipeline资源中的参数和工作空间。

19
浏览次数
141.67MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0
源镜像
ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0
镜像ID
sha256:8fb10eb90c04a98324fb66e6624d7f0a6066dfdcc67f6419989e5803f62fb391
镜像 TAG
v1.12.0
镜像大小
141.67MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
/ko-app/resolvers
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-08-04T01:03:42.556757017Z
同步时间
2026-07-27 14:11
浏览量
19 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ko-app 0
KO_DATA_PATH=/var/run/ko 1
🏷️ 镜像标签 9
KeyValue
Tekton Authors <tekton-dev@googlegroups.com> maintainer
2025-08-04T01:03:40.106Z org.opencontainers.image.created
This repo holds configuration for infrastructure used across the tektoncd org 🏗️ org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
1a662374f274c695aacac56042cdb3dffa58ead7 org.opencontainers.image.revision
https://github.com/tektoncd/pipeline org.opencontainers.image.source
plumbing org.opencontainers.image.title
https://github.com/tektoncd/plumbing org.opencontainers.image.url
nightly org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.22.0 Trivy 2026-07-27 14:11 查看完整报告
44
低危 LOW
60
中危 MEDIUM
50
高危 HIGH
3
严重 CRITICAL
受影响目标 (2)
ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0 (alpine 3.22.0) alpine ko-app/resolvers gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0

Shell快速替换命令

sed -i 's#ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0'

镜像构建历史


# 0001-01-01 08:00:00  106.92MB 
ko build ko://github.com/tektoncd/pipeline/cmd/resolvers
                        
# 0001-01-01 08:00:00  13.88MB 
ko build ko://github.com/tektoncd/pipeline/cmd/resolvers
                        
# 2025-08-04 09:03:42  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/sbin/tini" "--"]
                        
# 2025-08-04 09:03:42  0.00B 指定运行容器时使用的用户
USER 65532
                        
# 2025-08-04 09:03:42  12.57MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache tini git # buildkit
                        
# 2025-08-04 09:03:42  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=Apache-2.0
                        
# 2025-08-04 09:03:42  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Image for tini
                        
# 2025-08-04 09:03:42  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/tektoncd/plumbing
                        
# 2025-08-04 09:03:42  0.00B 添加元数据标签
LABEL maintainer=Tekton Authors <tekton-dev@googlegroups.com>
                        
# 2025-05-31 00:20:41  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-05-31 00:20:41  8.31MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:8fb10eb90c04a98324fb66e6624d7f0a6066dfdcc67f6419989e5803f62fb391",
    "RepoTags": [
        "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0"
    ],
    "RepoDigests": [
        "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d@sha256:b1f06197342ed946b23efd1ce124d7c17d50678b461733a6cc0912b07a4943e7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d@sha256:2480648ba757e080e78298a60909c83299fa9fe494a83694135cc23164c1c6bf"
    ],
    "Parent": "",
    "Comment": "go build output, at /ko-app/resolvers",
    "Created": "2025-08-04T01:03:42.556757017Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "github.com/ko-build/ko",
    "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:/ko-app",
            "KO_DATA_PATH=/var/run/ko"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/ko-app/resolvers"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Tekton Authors \u003ctekton-dev@googlegroups.com\u003e",
            "org.opencontainers.image.created": "2025-08-04T01:03:40.106Z",
            "org.opencontainers.image.description": "This repo holds configuration for infrastructure used across the tektoncd org 🏗️",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "1a662374f274c695aacac56042cdb3dffa58ead7",
            "org.opencontainers.image.source": "https://github.com/tektoncd/pipeline",
            "org.opencontainers.image.title": "plumbing",
            "org.opencontainers.image.url": "https://github.com/tektoncd/plumbing",
            "org.opencontainers.image.version": "nightly"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 141669532,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2e2ae83b2ad58890402392eb79e3fe443fed2d0fba7da20d556aa8b93731bbc8/diff:/var/lib/docker/overlay2/aa5b3d5d67e56687b646c284c527f27441dbffe17b96adbbd64ffed1b1bce097/diff:/var/lib/docker/overlay2/15e9c29336be07a616e2f85c2fa19048aa0101e4789725d766317ccc7e405d7d/diff",
            "MergedDir": "/var/lib/docker/overlay2/7d76aaa0fffb97ea41aafde10c09a2ea15b60bd6c7a5b33056275f6db779d4b1/merged",
            "UpperDir": "/var/lib/docker/overlay2/7d76aaa0fffb97ea41aafde10c09a2ea15b60bd6c7a5b33056275f6db779d4b1/diff",
            "WorkDir": "/var/lib/docker/overlay2/7d76aaa0fffb97ea41aafde10c09a2ea15b60bd6c7a5b33056275f6db779d4b1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fd2758d7a50e2b78d275ee7d1c218489f2439084449d895fa17eede6c61ab2c4",
            "sha256:1f5a84edfa928e324914565143dc7d34c6c5b7cc08fefa0d073e576ea2dfca62",
            "sha256:f5c8739cad86cb4e5cad629285065144ba4eb12e27c352c1e8a27496f3a93dc3",
            "sha256:1d61ecfc750a227084329ff9c773fa5d63e390fa2af3b2f44309558f346e7d93"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-27T14:10:59.186593437+08:00"
    }
}

更多版本

248
228
225
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×