Merge pull request #42231 from mkumatag/docker_selinux_fix
Automatic merge from submit-queue (batch tested with PRs 41728, 42231) Fix docker volume selinux issue **What this PR does / why we need it**: **Which issue this PR fixes** * Fixes #42230 **Special notes for your reviewer**: **Release note**: ```release-note ```
This commit is contained in:
		| @@ -29,7 +29,7 @@ all: build | ||||
| build: | ||||
| 	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\ | ||||
| 	&& cd cni \ | ||||
| 	&& git checkout $(CNI_RELEASE) \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Submit Queue
					Kubernetes Submit Queue