Skip to content

Commit

Permalink
Merge pull request #4431 from sbueringer/pr-update-gcb-docker-gcloud
Browse files Browse the repository at this point in the history
🌱 upgrade cloudbuild to use gcb-docker-gcloud with go 1.16
  • Loading branch information
k8s-ci-robot authored Apr 6, 2021
2 parents c5b434a + e0a8a18 commit e66809a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cloudbuild-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ options:
substitution_option: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'
steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583'
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand All @@ -13,7 +13,7 @@ steps:
- DOCKER_BUILDKIT=1
args:
- release-staging-nightly
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583'
dir: 'test/infrastructure/docker'
entrypoint: make
env:
Expand Down
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ options:
substitution_option: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'
steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583'
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
Expand All @@ -13,7 +13,7 @@ steps:
- DOCKER_BUILDKIT=1
args:
- release-staging
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583'
dir: 'test/infrastructure/docker'
entrypoint: make
env:
Expand Down
2 changes: 2 additions & 0 deletions docs/book/src/developer/providers/v1alpha3-to-v1alpha4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Minimum Go version

- The Go version used by Cluster API is now Go 1.16+
- In case cloudbuild is used to push images, please upgrade to `gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583`
in the cloudbuild YAML files.

## Controller Runtime version

Expand Down

0 comments on commit e66809a

Please sign in to comment.