devel: update composer entrypoint
Minor fix to add the an entrypoint for the composer container to override the default entrypoint in the `Dockerfile-ubi`
This commit is contained in:
parent
7eb202e800
commit
69595bd645
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ services:
|
|||
build:
|
||||
context: ../../osbuild-composer
|
||||
dockerfile: ./distribution/Dockerfile-ubi
|
||||
entrypoint:
|
||||
[
|
||||
"python3",
|
||||
"/opt/entrypoint.py",
|
||||
"--remote-worker-api",
|
||||
"--composer-api"
|
||||
]
|
||||
volumes:
|
||||
- ${COMPOSER_CONFIG_DIR}/osbuild-composer.toml:/etc/osbuild-composer/osbuild-composer.toml:z
|
||||
- ${COMPOSER_CONFIG_DIR}/acl.yml:/etc/osbuild-composer/acl.yml:z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue