Skip to content

Commit 1a44b6e

Browse files
martinpittallisonkarlitskaya
authored andcommitted
tasks: Set $COCKPIT_IMAGES_DATA_DIR in queue monitor containers
This was forgotten in commit 8ca1e1f. The container mounts the image cache, so it should be told where. In particular, this fixes the `--db` option for generated `store-tests` commands, which were previously pointing to the default ~/.cache/cockpit-images/.
1 parent 34e7c97 commit 1a44b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install-service

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ExecStart=/usr/bin/podman run --name=cockpit-tasks-%i --hostname=${CONTAINER_HOS
5656
--env=JOB_RUNNER_CONFIG=/config/job-runner.toml \
5757
--env=COCKPIT_GITHUB_TOKEN_FILE=/run/secrets/webhook/.config--github-token \
5858
--env=COCKPIT_S3_KEY_DIR=/run/secrets/tasks/s3-keys \
59+
--env=COCKPIT_IMAGES_DATA_DIR=/cache/images \
5960
--env=GIT_COMMITTER_NAME=Cockpituous \
6061
6162
--env=GIT_AUTHOR_NAME=Cockpituous \

0 commit comments

Comments
 (0)