gcp 云构建 - 什么是 _REPO_NAME 变量?
Cloud Build 构建 Python 应用示例包含以下几行,其中包含 _REPO_NAME 指定变量。 # [START cloudbuild_python_image_yaml] # Docker Build - name: '…
如何在 docker build 上指定 Dockerfile 的绝对路径
如何在 docker 云构建作业上指定 -t 和 -f 参数。 - name: 'gcr.io/cloud-builders/docker' entrypoint: 'bash' args: - '-c' - |- docker build --ne…
GCP cloudbuild反应脚本构建找不到env.file
我正在做一些我认为很简单的事情: # Fetch config - name: 'gcr.io/cloud-builders/gsutil' volumes: - name: 'vol1' path: '/persistent_volume' ar…
如何在cloudbuild中使用secretmanager的自定义替换?
我在 cloudbuild.yaml 中使用自定义替换时遇到问题。 substitutions: _CUSTOM_SUBSTITUTION: this-is-a-path availableSecrets: secretManager: - ver…
- 共 1 页
- 1