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

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

14
浏览次数
142.13MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1
源镜像
ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1
镜像ID
sha256:c533cab913a1bc8e3390d6e9f1df95e353f16ad49f8ad84c332cb03fa45c605e
镜像 TAG
v1.14.1
镜像大小
142.13MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
/ko-app/resolvers
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-08-04T01:03:42.556757017Z
同步时间
2026-07-28 17:43
浏览量
14 次
贡献者
⚙️ 环境变量 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
Tekton Pipelines 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
pipeline org.opencontainers.image.title
https://github.com/tektoncd/pipeline org.opencontainers.image.url
nightly org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.22.0 Trivy 2026-07-28 17:43 查看完整报告
44
低危 LOW
46
中危 MEDIUM
27
高危 HIGH
3
严重 CRITICAL
受影响目标 (2)
ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1 (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.14.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1#' 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.14.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1'

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.14.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1  ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1'

镜像构建历史


# 0001-01-01 08:00:00  107.64MB 
ko build ko://github.com/tektoncd/pipeline/cmd/resolvers
                        
# 0001-01-01 08:00:00  13.61MB 
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:c533cab913a1bc8e3390d6e9f1df95e353f16ad49f8ad84c332cb03fa45c605e",
    "RepoTags": [
        "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.14.1"
    ],
    "RepoDigests": [
        "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d@sha256:1d1a5e2efc61afef37d43905fe3598c3230fbe90c832d440a0885d1a41e7f5ee",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d@sha256:a09d0151d54e3a77c643a4225b696b78be4c2a1ff980733bbc833ee79158a235"
    ],
    "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": "Tekton Pipelines",
            "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": "pipeline",
            "org.opencontainers.image.url": "https://github.com/tektoncd/pipeline",
            "org.opencontainers.image.version": "nightly"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 142131652,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f867554cf81db19cf680874f5beb0b20121adcb88c721d4063a3b09c5b25d43c/diff:/var/lib/docker/overlay2/c5c33404f2037dfce047765369044b48bf13c667ef50b8aa53af0c9c2e4592b1/diff:/var/lib/docker/overlay2/15e9c29336be07a616e2f85c2fa19048aa0101e4789725d766317ccc7e405d7d/diff",
            "MergedDir": "/var/lib/docker/overlay2/0f8524d1f146065a666bd47f7c637d8cb548edeb5ac9b1d97d353cd68ea90c3e/merged",
            "UpperDir": "/var/lib/docker/overlay2/0f8524d1f146065a666bd47f7c637d8cb548edeb5ac9b1d97d353cd68ea90c3e/diff",
            "WorkDir": "/var/lib/docker/overlay2/0f8524d1f146065a666bd47f7c637d8cb548edeb5ac9b1d97d353cd68ea90c3e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fd2758d7a50e2b78d275ee7d1c218489f2439084449d895fa17eede6c61ab2c4",
            "sha256:1f5a84edfa928e324914565143dc7d34c6c5b7cc08fefa0d073e576ea2dfca62",
            "sha256:8b59fd02b1accd36e577bafe81e16618549c6ccdc1246592f7b7bce8479d5014",
            "sha256:76cf804fc3ca555362a851e77cdc2f1704a8fc4e0161d2caad77dbd069a9e2cb"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-28T17:42:54.553110675+08:00"
    }
}

更多版本

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