Read config file on image build indirection
This commit is contained in:
parent
b2a53c9753
commit
d467810c7c
3 changed files with 65 additions and 3 deletions
12
tests/test_cli/data/image-build-indirection-config.conf
Normal file
12
tests/test_cli/data/image-build-indirection-config.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[image-build-indirection]
|
||||
name = fedora-server-docker
|
||||
version = 26
|
||||
release = 1
|
||||
target = f26-candidate
|
||||
arch = x86_64
|
||||
|
||||
base_image_build = fedora-base
|
||||
utility_image_build = fedora-utility
|
||||
indirection_template = fedora-indirection.tdl
|
||||
indirection_template_url = git://git.fedorahosted.org/git/indirection-templates.git?fedora26#68c40eb7
|
||||
results_loc = fedora-indirection.tar
|
||||
Loading…
Add table
Add a link
Reference in a new issue