mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Provide absolute path to cross build image VERSION file.
This allows invoking builds from non-root directories.
This commit is contained in:
		@@ -45,7 +45,7 @@ readonly KUBE_GCS_DELETE_EXISTING="${KUBE_GCS_DELETE_EXISTING:-n}"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Constants
 | 
					# Constants
 | 
				
			||||||
readonly KUBE_BUILD_IMAGE_REPO=kube-build
 | 
					readonly KUBE_BUILD_IMAGE_REPO=kube-build
 | 
				
			||||||
readonly KUBE_BUILD_IMAGE_CROSS_TAG="$(cat build/build-image/cross/VERSION)"
 | 
					readonly KUBE_BUILD_IMAGE_CROSS_TAG="$(cat ${KUBE_ROOT}/build/build-image/cross/VERSION)"
 | 
				
			||||||
# KUBE_BUILD_DATA_CONTAINER_NAME=kube-build-data-<hash>"
 | 
					# KUBE_BUILD_DATA_CONTAINER_NAME=kube-build-data-<hash>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Here we map the output directories across both the local and remote _output
 | 
					# Here we map the output directories across both the local and remote _output
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user