You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): publish version.php-derived tags per slot (8.0.0.3 / 8.1.1-dev)
The merge job now derives each slot's published version from the OpenEMR
version.php at the slot Dockerfile's OPENEMR_VERSION ref, instead of using
the bare symlink dir name. current publishes its true 8.0.0.3 and dev
self-identifies as 8.1.1-dev (no longer colliding with the eventual real
8.1.1 release). Each slot gets float + :ver + dated tags, plus the bare-dir
tag for current/next only.
Standardize the 8.0.0 Dockerfile to ARG OPENEMR_VERSION=rel-800 so the
merge-job grep is uniform across all three slots, and update the registry,
Docker Hub overview template, and renderer test to the docker_dir + full
model.
Assisted-by: Claude Code
Each production build also pushes an immutable `X.Y.Z-YYYY-MM-DD` tag (e.g. `{{ current.patch }}-2026-03-25`) so a deployment can pin a specific build and survive future rebuilds of the same version. See the [Tags page](https://hub.docker.com/r/openemr/openemr/tags) for the most recent dated tag of each track.
21
+
Each production build also pushes an immutable `X.Y.Z-YYYY-MM-DD` tag (e.g. `{{ current.full }}-2026-03-25`) so a deployment can pin a specific build and survive future rebuilds of the same version. See the [Tags page](https://hub.docker.com/r/openemr/openemr/tags) for the most recent dated tag of each track.
22
22
23
23
This [OpenEMR](http://www.open-emr.org) official docker supports automated installation/configuration of OpenEMR. It requires a companion mysql/mariadb container to work.
0 commit comments