mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	Fix docker volume selinux issue
This commit is contained in:
		| @@ -29,7 +29,7 @@ all: build | |||||||
| build: | build: | ||||||
| 	mkdir -p $(OUTPUT_DIR) | 	mkdir -p $(OUTPUT_DIR) | ||||||
|  |  | ||||||
| 	docker run -it -v $(OUTPUT_DIR):/output golang:$(GOLANG_VERSION) /bin/bash -c "\ | 	docker run -it -v $(OUTPUT_DIR):/output:Z golang:$(GOLANG_VERSION) /bin/bash -c "\ | ||||||
| 	git clone https://github.com/containernetworking/cni\ | 	git clone https://github.com/containernetworking/cni\ | ||||||
| 	&& cd cni \ | 	&& cd cni \ | ||||||
| 	&& git checkout $(CNI_RELEASE) \ | 	&& git checkout $(CNI_RELEASE) \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Manjunath A Kumatagi
					Manjunath A Kumatagi