mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	- Fix dir arguments - Drop 'BASE_REGISTRY' env var from debian-iptables config Signed-off-by: Stephen Augustus <saugustus@vmware.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			467 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			467 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # See https://cloud.google.com/cloud-build/docs/build-config
 | |
| timeout: 1200s
 | |
| options:
 | |
|   substitution_option: ALLOW_LOOSE
 | |
|   machineType: 'N1_HIGHCPU_8'
 | |
| steps:
 | |
|   - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
 | |
|     entrypoint: make
 | |
|     dir: ./build/debian-base
 | |
|     env:
 | |
|       - DOCKER_CLI_EXPERIMENTAL=enabled
 | |
|       - REGISTRY=gcr.io/$PROJECT_ID
 | |
|       - IMAGE=gcr.io/$PROJECT_ID/debian-base
 | |
|       - BUILD_IMAGE=debian-build
 | |
|     args:
 | |
|       - all-push
 |