summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-03 17:40:16 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 17:46:51 +0100
commit945e27e97e25e473288d2bbcb813065e733754e6 (patch)
treeab57279987d222c83080de55b99cfa3dac171169 /config.toml
parente56448f74a0bdc4ff703441d15ca5b7b06199fbe (diff)
Fix: Add missing example configuration values
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index ae592fb..813d801 100644
--- a/config.toml
+++ b/config.toml
@@ -79,12 +79,15 @@ available_phases = [ "unpack", "patch", "configure", "build", "fixup", "pack" ]
# Images which can be used to build
# images not listed here are automatically rejected
images = [ "debian:bullseye" ]
+verify_images_present = true
# List of docker endpoints
[[docker.endpoints]]
name = "testhostname"
uri = "http://0.0.0.0:8095"
endpoint_type = "http"
+speed = 1
+maxjobs = 1
[containers]