Merge pull request #27561 from Honny1/fix-validatepr

Add --network=host to validatepr container for GitHub access
This commit is contained in:
openshift-merge-bot[bot]
2025-11-20 18:18:52 +00:00
committed by GitHub

View File

@@ -335,6 +335,7 @@ validatepr: ## Go Format and lint, which all code changes must pass
$(PODMANCMD) run --rm \
-v $(CURDIR):/go/src/github.com/containers/podman \
--security-opt label=disable \
--network=host \
-it \
-w /go/src/github.com/containers/podman \
quay.io/libpod/validatepr:latest \