Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing "latest" and "released" versions of OHDSI Containers #124

Open
anthonysena opened this issue Mar 4, 2024 · 0 comments
Open

Managing "latest" and "released" versions of OHDSI Containers #124

anthonysena opened this issue Mar 4, 2024 · 0 comments

Comments

@anthonysena
Copy link

anthonysena commented Mar 4, 2024

The docker-compose.yml in Broadsea makes use of a number of OHDSI containers:

Container Reference Owner
ohds/broadsea-hades 4.2.1 Anthony Sena
ohdsi/webapi latest ???
ohdsi/atlas latest ???
ohdsi/broadsea-atlasdb 2.0.0 ???

I'd like to propose the following approach for managing the latest development build of a container ("latest") vs. a tagged version of a container ("released"):

  • The "latest" build of a container should reflect the most recent pre-released version of the corresponding repository. For example, "ohdsi/hades" should reflect the contents of the develop branch and use the most recent version.
  • The "released" build of a container should correspond to a tagged release of the corresponding repository.

Additionally, we should be using GitHub Actions (GHA) to manage the build and publishing of containers to the OHDSI DockerHub. GHA should be used to manage both the "latest" and "released" builds.

Somewhat related (and if not we can spin up a new issue): the "ohdsi/braodsea-hades" container should be replaced by an "ohdsi/hades" container that is defined by a GHA in https://github.com/OHDSI/Hades.

Tagging @leeevans to try and make sure I've summarized our discussion. Also tagging @alondhe, @konstjar, @ablack3

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

No branches or pull requests

1 participant