Skip to content

chore(docker): bump next release to 810, create 811 dev#615

Merged
stephenwaite merged 16 commits intoopenemr:masterfrom
stephenwaite:docker-bump-release
Mar 29, 2026
Merged

chore(docker): bump next release to 810, create 811 dev#615
stephenwaite merged 16 commits intoopenemr:masterfrom
stephenwaite:docker-bump-release

Conversation

@stephenwaite
Copy link
Copy Markdown
Member

@stephenwaite stephenwaite commented Mar 29, 2026

Fixes #614

Short description of what this resolves:

Changes proposed in this pull request:

@stephenwaite stephenwaite changed the title chore(docker): bump release to 810, dev 811, fix 800 to rel-800 chore(docker): bump release to 810, dev 811 Mar 29, 2026
@stephenwaite stephenwaite changed the title chore(docker): bump release to 810, dev 811 chore(docker): bump next release to 810, create 811 dev Mar 29, 2026
@@ -0,0 +1 @@
10
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just flagging this for myself to ensure other related flags are set

@@ -0,0 +1 @@
10
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. just another flag for me.

@@ -0,0 +1,40 @@
#!/bin/bash
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. just another flag for me.

@@ -0,0 +1,40 @@
#!/bin/bash
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. another flag for me.

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 158:
ARG OPENEMR_VERSION=master
change to:
ARG OPENEMR_VERSION=rel-810

Comment thread docker/openemr/OVERVIEW.md Outdated
* `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)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
# ============================================================================
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lines 278 and 291 need to bring in upgrade/fsupgrade-9.sh
(also need to do this for docker/openemr/8.1.1/Dockerfile )

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bradymiller
Copy link
Copy Markdown
Member

To complete the auto-upgrade mechanism, will need to do steps 1 and 2 at:
https://www.open-emr.org/wiki/index.php/Steps_for_an_official_release#Prepare_for_docker_upgrade

@stephenwaite stephenwaite merged commit a72d2d6 into openemr:master Mar 29, 2026
18 checks passed
@bradymiller
Copy link
Copy Markdown
Member

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:
https://www.open-emr.org/wiki/index.php/QA_and_Release_Process#Version_8.1.0
https://www.open-emr.org/wiki/index.php/QA_and_Release_Process#Packages

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.

chore(docker): need to move version 801 to 810

2 participants