Google Cloud Builder-构建触发器失败,并显示“未找到请求的资源”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google Cloud Builder-构建触发器失败,并显示“未找到请求的资源”相关的知识,希望对你有一定的参考价值。
我正在尝试为Cloud Source Repositories项目设置构建触发器。 此仓库仅包括:
- cloudbuild.yaml
- Docker文件
- 自述文件
我将构建触发器配置为在推送特定标签并指定“ cloudbuild.yaml”作为构建配置文件的位置时运行。 该配置文件包含:
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/k8s-kubectl:$TAG_NAME', '-t', 'gcr.io/$PROJECT_ID/k8s-kubectl:latest', '--build-arg', 'VCS_REF=$COMMIT_SHA', '.']
images:
- 'gcr.io/$PROJECT_ID/k8s-kubectl:$TAG_NAME'
- 'gcr.io/$PROJECT_ID/k8s-kubectl:latest'
以上是关于Google Cloud Builder-构建触发器失败,并显示“未找到请求的资源”的主要内容,如果未能解决你的问题,请参考以下文章
如何通过 cli / rest api / cloud 功能运行 Google Cloud Build 触发器?
使用 Packer Google Compute Builder 创建映像,但没有嵌入项目用户(cloud-init)
私有 VPC 网络上的 Google Cloud Build