3 Star 0 Fork 0

mirrors_rancher/aws-iam-authenticator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cloudbuild.yaml 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Turner 提交于 2022-04-05 23:41 . Faster multiarch docker builds
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud
entrypoint: /buildx-entrypoint
args:
- build
- --tag=gcr.io/$PROJECT_ID/aws-iam-authenticator:$_GIT_TAG
- --tag=gcr.io/$PROJECT_ID/aws-iam-authenticator:latest
- --build-arg=IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2021-08-26-1630012071
- --platform=linux/amd64,linux/arm64
- --output=type=registry
- .
substitutions:
_GIT_TAG: '12345'
_PULL_BASE_REF: 'master'
timeout: 1600s
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_rancher/aws-iam-authenticator.git
git@gitee.com:mirrors_rancher/aws-iam-authenticator.git
mirrors_rancher
aws-iam-authenticator
aws-iam-authenticator
master

搜索帮助