mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
Merge pull request #27561 from Honny1/fix-validatepr
Add --network=host to validatepr container for GitHub access
This commit is contained in:
1
Makefile
1
Makefile
@@ -335,6 +335,7 @@ validatepr: ## Go Format and lint, which all code changes must pass
|
|||||||
$(PODMANCMD) run --rm \
|
$(PODMANCMD) run --rm \
|
||||||
-v $(CURDIR):/go/src/github.com/containers/podman \
|
-v $(CURDIR):/go/src/github.com/containers/podman \
|
||||||
--security-opt label=disable \
|
--security-opt label=disable \
|
||||||
|
--network=host \
|
||||||
-it \
|
-it \
|
||||||
-w /go/src/github.com/containers/podman \
|
-w /go/src/github.com/containers/podman \
|
||||||
quay.io/libpod/validatepr:latest \
|
quay.io/libpod/validatepr:latest \
|
||||||
|
|||||||
Reference in New Issue
Block a user