Skip to content

build(docker): default DOCKER_IMAGE to ghcr.io/informedica/genpres - #484

Merged
halcwb merged 2 commits into
informedica:masterfrom
7sharp9:update-docker-location
Aug 26, 2026
Merged

build(docker): default DOCKER_IMAGE to ghcr.io/informedica/genpres#484
halcwb merged 2 commits into
informedica:masterfrom
7sharp9:update-docker-location

Conversation

@7sharp9

@7sharp9 7sharp9 commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

DockerBuild/DockerRun still defaulted to halcwb/genpres, left over from before #459/#482 wired up GHCR publishing on release. Align the local default with what tag-release.yml publishes so a plain dotnet run DockerBuild produces the same image name as CI. Update the DEVELOPMENT.md references to match.

DockerBuild/DockerRun still defaulted to halcwb/genpres, left over from before informedica#459/informedica#482 wired up GHCR publishing on release. Align the local default with what tag-release.yml publishes so a plain `dotnet run DockerBuild` produces the same image name as CI.  Update the DEVELOPMENT.md references to match.
@greptile-apps

greptile-apps Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR changes the local Docker image default from halcwb/genpres to the GHCR repository used by release publishing and updates the main development documentation references.

  • Uses ghcr.io/informedica/genpres for DockerBuild and DockerRun when DOCKER_IMAGE is unset.
  • Updates Docker build and release documentation to describe the GHCR default.
  • Leaves one later runtime example referring to the obsolete image.

Confidence Score: 4/5

The PR appears safe to merge, with one non-blocking stale Docker command in the development documentation.

The build behavior consistently uses the new GHCR image name; only a later documentation example remains inconsistent and may direct developers to the obsolete image.

Files Needing Attention: DEVELOPMENT.md

Important Files Changed

Filename Overview
Build.fs Changes the shared Docker image default to the same GHCR repository used by the release workflow; build, inspect, and run continue to use the value consistently.
DEVELOPMENT.md Updates the principal Docker image references, but one environment-configuration example still uses halcwb/genpres.

Comments Outside Diff (1)

  1. DEVELOPMENT.md, line 330 (link)

    P2 Stale Docker image example

    The updated documentation establishes ghcr.io/informedica/genpres as the default, but the later runtime example still invokes halcwb/genpres, directing developers to the obsolete image repository.

Reviews (1): Last reviewed commit: "build(docker): default DOCKER_IMAGE to g..." | Re-trigger Greptile

@halcwb
halcwb merged commit 81f9ab7 into informedica:master Aug 26, 2026
4 checks passed
@7sharp9
7sharp9 deleted the update-docker-location branch August 26, 2026 13:42
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