mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix docker volume selinux issue
This commit is contained in:
parent
4aa9168536
commit
52f9875c0b
@ -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