2024-01-19 22:31:41 +00:00
|
|
|
timeout: 10800s
|
|
|
|
options:
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2024-01-27 15:33:50 +00:00
|
|
|
# job builds a multi-arch docker image for amd64,arm,arm64
|
2024-01-19 22:31:41 +00:00
|
|
|
machineType: E2_HIGHCPU_32
|
|
|
|
steps:
|
|
|
|
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
|
|
|
|
entrypoint: bash
|
|
|
|
env:
|
|
|
|
- DOCKER_CLI_EXPERIMENTAL=enabled
|
|
|
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
|
|
|
- HOME=/root
|
|
|
|
args:
|
|
|
|
- -c
|
|
|
|
- |
|
|
|
|
gcloud auth configure-docker \
|
|
|
|
&& cd images/nginx-1.25 && make push
|