dnf-json: Can be started without systemd
Instead of starting the socket in the entrypoint, make dnf-json able to bind on the unixsocket by itself.
This commit is contained in:
parent
0877ae3ac0
commit
83e16afda4
3 changed files with 58 additions and 7 deletions
|
|
@ -68,7 +68,7 @@ sudo podman run \
|
|||
-v "$WELDR_DIR:/run/weldr/":Z \
|
||||
-p 8700:8700 \
|
||||
"quay.io/osbuild/osbuild-composer-ubi-pr:${CI_COMMIT_SHA}" \
|
||||
--weldr-api --remote-worker-api \
|
||||
--weldr-api --dnf-json --remote-worker-api \
|
||||
--no-local-worker-api --no-composer-api
|
||||
|
||||
# try starting a worker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue