Cloud Build: Bump image.

This commit is contained in:
Marco Ebert 2024-07-17 22:51:59 +02:00 committed by k8s-infra-cherrypick-robot
parent d15aa71146
commit a94765aea0
12 changed files with 12 additions and 55 deletions

View file

@ -2,16 +2,13 @@ timeout: 18000s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
- REPO_INFO=https://github.com/kubernetes/ingress-nginx - REPO_INFO=https://github.com/kubernetes/ingress-nginx
- COMMIT_SHA=$_PULL_BASE_SHA - COMMIT_SHA=$_PULL_BASE_SHA
- BUILD_ID=$BUILD_ID - BUILD_ID=$BUILD_ID
- HOME=/root
- USER=root
args: args:
- -c - -c
- gcloud auth configure-docker && make release - gcloud auth configure-docker && make release

View file

@ -2,14 +2,10 @@ timeout: 600s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=cfssl push - gcloud auth configure-docker && cd images && make NAME=cfssl push

View file

@ -2,14 +2,10 @@ timeout: 1800s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push - gcloud auth configure-docker && cd images && make NAME=custom-error-pages push

View file

@ -4,14 +4,10 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_8 machineType: E2_HIGHCPU_8
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push - gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push

View file

@ -2,14 +2,10 @@ timeout: 1800s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push - gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push

View file

@ -4,14 +4,10 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_8 machineType: E2_HIGHCPU_8
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=go-grpc-greeter-server push - gcloud auth configure-docker && cd images && make NAME=go-grpc-greeter-server push

View file

@ -4,14 +4,10 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_8 machineType: E2_HIGHCPU_8
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=httpbun push - gcloud auth configure-docker && cd images && make NAME=httpbun push

View file

@ -2,14 +2,10 @@ timeout: 10800s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push - gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push

View file

@ -4,12 +4,10 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32 machineType: E2_HIGHCPU_32
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images/nginx-1.25 && make push - gcloud auth configure-docker && cd images/nginx-1.25 && make push

View file

@ -4,12 +4,10 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32 machineType: E2_HIGHCPU_32
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images/nginx && make push - gcloud auth configure-docker && cd images/nginx && make push

View file

@ -4,14 +4,10 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32 machineType: E2_HIGHCPU_32
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push - gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push

View file

@ -2,14 +2,10 @@ timeout: 3600s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90 - name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/k8s-staging-ingress-nginx - REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
- HOME=/root
args: args:
- -c - -c
- gcloud auth configure-docker && cd images/test-runner && make push - gcloud auth configure-docker && cd images/test-runner && make push