chore(docker): bump next release to 810, create 811 dev#615
chore(docker): bump next release to 810, create 811 dev#615stephenwaite merged 16 commits intoopenemr:masterfrom
Conversation
| @@ -0,0 +1 @@ | |||
| 10 | |||
There was a problem hiding this comment.
just flagging this for myself to ensure other related flags are set
| @@ -0,0 +1 @@ | |||
| 10 | |||
There was a problem hiding this comment.
nice. just another flag for me.
| @@ -0,0 +1,40 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
nice. just another flag for me.
| @@ -0,0 +1,40 @@ | |||
| #!/bin/bash | |||
| @@ -1,6 +1,6 @@ | |||
| # syntax=docker/dockerfile:1 | |||
There was a problem hiding this comment.
line 158:
ARG OPENEMR_VERSION=master
change to:
ARG OPENEMR_VERSION=rel-810
| * `8.0.0`, `8.0.0.3`, `8.0.0.3-2026-03-25`, `latest` [Dockerfile](https://github.com/openemr/openemr-devops/blob/master/docker/openemr/8.0.0/Dockerfile) | [Instructions](https://github.com/openemr/openemr-devops/tree/master/docker/openemr/8.0.0/#openemr-official-docker-image) | ||
| * `7.0.4`, `7.0.4.0`, `7.0.4.0-2025-12-24` [Dockerfile](https://github.com/openemr/openemr-devops/blob/master/docker/openemr/7.0.4/Dockerfile) | [Instructions](https://github.com/openemr/openemr-devops/tree/master/docker/openemr/7.0.4/#openemr-official-docker-image) | ||
| * `8.0.1`, `next`, `dev` [Dockerfile](https://github.com/openemr/openemr-devops/blob/master/docker/openemr/8.0.1/Dockerfile) | [Instructions](https://github.com/openemr/openemr-devops/tree/master/docker/openemr/8.0.1/#openemr-official-docker-image) | ||
| * `8.1.0`, `next`, `dev` [Dockerfile](https://github.com/openemr/openemr-devops/blob/master/docker/openemr/8.1.0/Dockerfile) | [Instructions](https://github.com/openemr/openemr-devops/tree/master/docker/openemr/8.1.0/#openemr-official-docker-image) |
There was a problem hiding this comment.
also need to add 8.1.1, which will have the dev tag (while 8.1.0 keeps the next tag)
| @@ -1,6 +1,6 @@ | |||
| # syntax=docker/dockerfile:1 | |||
| # ============================================================================ | |||
There was a problem hiding this comment.
lines 278 and 291 need to bring in upgrade/fsupgrade-9.sh
(also need to do this for docker/openemr/8.1.1/Dockerfile )
There was a problem hiding this comment.
for above fsupgrade-10.sh, this is in step 5:
https://www.open-emr.org/wiki/index.php/Steps_for_an_official_release#Prepare_for_docker_upgrade
|
To complete the auto-upgrade mechanism, will need to do steps 1 and 2 at: |
|
nice, just told github actions to create the 8.1.0 and 8.1.1 dockers (auto builds nightly but figured would get them up now) Also updated bottom of the downloads page. And updated the release checklist for pertinent item: |
Fixes #614
Short description of what this resolves:
Changes proposed in this pull request: