Commit 112fb0ee authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents c81e99d9 52f9875c
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment