Add cloudbuild.yaml for debian-base/debian-iptables and pause

Tested this locally using:
```
gcloud builds submit --config build/cloudbuild.yaml .
```

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2020-04-28 10:57:10 -04:00
parent 77bf313584
commit a7b9ba784b
4 changed files with 45 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
TEMP_DIR:=$(shell mktemp -d)
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.1
BASE_REGISTRY?=k8s.gcr.io
BASEIMAGE?=$(BASE_REGISTRY)/debian-base-$(ARCH):v2.0.1
# This option is for running docker manifest command
export DOCKER_CLI_EXPERIMENTAL := enabled