Skip to content

Add option to enable network access for package build

Eberhard Beilharz requested to merge ermshiperete/whalebuilder:master into master

For building non-main or non-Debian packages it is sometimes useful to be able to enable network access. This change adds a new option "--network NETWORK" to the build command that enables the access to the specified Docker NETWORK (or 'bridge' if NETWORK is omitted). The default is to disallow any network access.

Merge request reports