zeek / zeek-testing-cluster

External testsuite for the Zeek Cluster Controller
1 stars 2 forks source link

git-related fixes for local testsuite operation #26

Closed ckreibich closed 1 year ago

ckreibich commented 1 year ago

These allow make docker to pass again when running locally, which broke due to the new dependency on git and git's insistance on safe directories. This didn't come up in CI because we re-use previously built Docker image in that setting.

Also mount the source tree read-only into the build-stage container, simply since it seems good to do so.