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

ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.4.0 - 国内下载镜像源 浏览次数:11

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

源镜像 ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.4.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.4.0
镜像ID sha256:5a9d972fc69691ee46a1f5e258921cb8d065d8fea1cda30f2d95daa63bc94a2b
镜像TAG v1.4.0
大小 135.93MB
镜像源 ghcr.io
CMD
启动入口 /ko-app/resolvers
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-08-04T01:03:42.556757017Z
同步时间 2025-09-29 21:32
更新时间 2025-09-30 01:27
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ko-app KO_DATA_PATH=/var/run/ko
镜像标签
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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 0001-01-01 08:00:00  101.12MB 
ko build ko://github.com/tektoncd/pipeline/cmd/resolvers
                        
# 0001-01-01 08:00:00  13.93MB 
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:5a9d972fc69691ee46a1f5e258921cb8d065d8fea1cda30f2d95daa63bc94a2b",
    "RepoTags": [
        "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.4.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.4.0"
    ],
    "RepoDigests": [
        "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d@sha256:25b9cbeae5b6d8d0b183d9b213fee176585552436c88e4203027d83496f9085d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d@sha256:950351e2baf52d39e32403e0cf2bef6f383cbceec83287134b401d51fc0749ef"
    ],
    "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": 135929873,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0f015f6146f9bf7a5f6cbf7476768bcad83f7046f28e407a09fe2a3d48c0e168/diff:/var/lib/docker/overlay2/76d6cb75945f74d6cbe130d25167b498a4cf61d156d8b52f4154d6be8fe28ce5/diff:/var/lib/docker/overlay2/612cc8e7287e174f0c2d5977a0ca343b7cc0bd246756da806897f7ce1d920402/diff",
            "MergedDir": "/var/lib/docker/overlay2/818889c6506e9efbce46b6a9083f49109ff209bbbe1839b68a50640018313402/merged",
            "UpperDir": "/var/lib/docker/overlay2/818889c6506e9efbce46b6a9083f49109ff209bbbe1839b68a50640018313402/diff",
            "WorkDir": "/var/lib/docker/overlay2/818889c6506e9efbce46b6a9083f49109ff209bbbe1839b68a50640018313402/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fd2758d7a50e2b78d275ee7d1c218489f2439084449d895fa17eede6c61ab2c4",
            "sha256:1f5a84edfa928e324914565143dc7d34c6c5b7cc08fefa0d073e576ea2dfca62",
            "sha256:c585dc2d40675ee4ea3f439605f91708f70cee0f57a4218e9efc82c48b9ff1bc",
            "sha256:41c0fb08258ebaaa229c6f91a09636418f066282bdb627b9212c6c868f3597bb"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-29T21:32:17.416643892+08:00"
    }
}

更多版本