Skip to content

Commit

Permalink
use cloudbuild to build container images
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 26, 2023
1 parent 9f7d611 commit 2600d8c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1800s
options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230206-8160eea68e
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY="gcr.io/k8s-ingress-image-push"
- VERSION=$_PULL_BASE_REF
- VERBOSE=1
- HOME=/root
- USER=root
args: ['all-push','ALL_ARCH=amd64 arm64']
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "main"

0 comments on commit 2600d8c

Please sign in to comment.