plugins/builder: change location of config file
Make the path reflect the name of the package / project.
This commit is contained in:
parent
ccf6d60dac
commit
cb7e4d76c5
2 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ fi
|
|||
${CONTAINER_RUNTIME} run --rm -i -t --name org.osbuild.koji.builder --network org.osbuild.koji \
|
||||
-v "${SHARE_DIR}:/share:z" \
|
||||
-v "${DATA_DIR}:/mnt:z" \
|
||||
-v "${PWD}/container/builder/osbuild-koji.conf:/etc/osbuild-composer/koji.conf:z" \
|
||||
-v "${PWD}/container/builder/osbuild-koji.conf:/etc/koji-osbuild/builder.conf:z" \
|
||||
--hostname org.osbuild.koji.kojid \
|
||||
--add-host=composer:$(ip route show dev cni-podman0 | cut -d\ -f7) \
|
||||
koji.builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue