Skip to content

runtime: add --pull flag to refresh the dispatcher image#73

Merged
bhcopeland merged 1 commit into
kernelci:masterfrom
roxell:runtime-pull-flag
Jun 23, 2026
Merged

runtime: add --pull flag to refresh the dispatcher image#73
bhcopeland merged 1 commit into
kernelci:masterfrom
roxell:runtime-pull-flag

Conversation

@roxell

@roxell roxell commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

podman and docker do not re-pull an image that already exists locally, even with the :latest tag. So a cached dispatcher image is reused and never updated.

Add a --pull flag. It maps to podman --pull=newer and docker --pull=always, so the latest image is fetched before running.

Default is off to keep normal runs fast and offline-capable.

podman and docker do not re-pull an image that already exists
locally, even with the :latest tag. So a cached dispatcher image
is reused and never updated.

Add a --pull flag. It maps to podman --pull=newer and docker
--pull=always, so the latest image is fetched before running.

Default is off to keep normal runs fast and offline-capable.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@bhcopeland bhcopeland merged commit f5561ed into kernelci:master Jun 23, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants