mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user