summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-02 16:13:44 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-02 16:13:51 +0100
commit6b6732057d002908d65884e9591ea030c1f2623d (patch)
treeb171ce32670826b8759df6181fa9485afbd018fe /examples
parentbae8a4867cac1d191f065a0297b10206649276b3 (diff)
Fix: Add missing settings in example configuration
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/packages/example_2/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/packages/example_2/config.toml b/examples/packages/example_2/config.toml
index 2a241f0..1ae3a6f 100644
--- a/examples/packages/example_2/config.toml
+++ b/examples/packages/example_2/config.toml
@@ -2,6 +2,8 @@
# repository of package definitions
repository = "/tmp/butido_example_2"
+releases = "/dev/null"
+staging = "/dev/null"
# Phases which can be configured in the packages
available_phases = [ "unpack", "build", "install", "package" ]
@@ -10,12 +12,15 @@ available_phases = [ "unpack", "build", "install", "package" ]
# 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 = "example host name"
uri = "http://0.0.0.0:8095"
endpoint_type = "http"
+speed = 1
+maxjobs = 1
[containers]