We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a63452 commit 4ee9789Copy full SHA for 4ee9789
Makefile
@@ -173,8 +173,12 @@ docker-init: ## Build VPC CNI plugin Init container image.
173
174
# Run the built CNI container image to use in functional testing
175
docker-func-test: docker ## Run the built CNI container image to use in functional testing
176
+ rm -rf /tmp/cni/bin
177
+ mkdir -p /tmp/cni/bin
178
docker run $(DOCKER_RUN_FLAGS) \
179
+ -v /tmp/cni/bin:/host/opt/cni/bin \
180
"$(IMAGE_NAME)"
181
182
183
## Build multi-arch VPC CNI plugin container image.
184
multi-arch-cni-build:
0 commit comments