From b09040efd501fcf376e44a1230658fb7a130d5b8 Mon Sep 17 00:00:00 2001 From: Gianluca Zuccarelli Date: Wed, 22 Sep 2021 19:32:11 +0200 Subject: [PATCH] containers: worker client base url protocol The base url for the osbuild-worker container was missing the `https` protocol in the docker-compose file. This commit adds this to prevent the worker from exiting --- distribution/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker-compose.yml b/distribution/docker-compose.yml index 79cf838f6..d8548335a 100644 --- a/distribution/docker-compose.yml +++ b/distribution/docker-compose.yml @@ -16,7 +16,7 @@ services: context: .. dockerfile: ./distribution/Dockerfile-worker # override the entrypoint to specify composer hostname and port - entrypoint: /usr/libexec/osbuild-composer/osbuild-worker composer:8700 + entrypoint: ["/usr/libexec/osbuild-composer/osbuild-worker" "https://composer:8700"] volumes: - ${CONTAINER_CONFIG_DIR}/:/etc/osbuild-composer environment: