Skip to content

chore: add script for running pr images with docker compose - #25242

Open
janhenrikoverland wants to merge 3 commits into
masterfrom
run-pr-script
Open

janhenrikoverland wants to merge 3 commits into
masterfrom
run-pr-script

Conversation

@janhenrikoverland

@janhenrikoverland janhenrikoverland commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Running a PR image locally currently means remembering to pull first (the core-pr tags are overwritten on every push) and then passing DHIS2_IMAGE to compose:

docker pull dhis2/core-pr:25126
DHIS2_IMAGE=dhis2/core-pr:25126 docker compose up

This adds a small run-pr.sh that does both:

./run-pr.sh 25126
./run-pr.sh 25126 -d  // detach

Extra arguments are passed on to docker compose up. Documented in the README next to the other compose examples.

@janhenrikoverland janhenrikoverland changed the title chore: Add script for running PR images with docker compose chore: add script for running pr images with docker compose Sep 16, 2026
@sonarqubecloud

Copy link
Copy Markdown

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