mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
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:
commit
112fb0eeb6
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user