Skip to content

Commit 2634f2f

Browse files
[WX-1234] Update Release Process with Docker Instructions (#7231)
Co-authored-by: Adam Nichols <anichols@broadinstitute.org>
1 parent c7b043b commit 2634f2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

processes/release_processes/README.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ The workflow outputs its status to the console.
9090
* Announce release in `#dsp-workflows`, set expectations about when the new version will be available in Terra.
9191
* **One business day later,** confirm that [the Homebrew package](https://formulae.brew.sh/formula/cromwell) has the latest version. If it doesn't, start investigation by looking at [Homebrew PR's](https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+cromwell).
9292

93+
### Publish Docker Image
94+
* If the release workflow went well, it's time to also publish Docker images for this release.
95+
* `git checkout` the Cromwell hash that was just published (i.e. the one directly BEFORE the "Update Cromwell version from x to x+1" commit that the publish WDL makes). It's important that the image being built uses the exact same code as the .jar files published to github.
96+
* Run `sbt -Dproject.isSnapshot=false -Dproject.isRelease=true dockerBuildAndPush` from your local Cromwell directory.
97+
* Grab a cup of coffee, and verify that all of the new images were pushed successfully. For example, you should now be able to do `docker pull broadinstitute/cromwell:{new version #}`
98+
* The list of images is `cromwell`, `cromiam`, `cromwell-drs-localizer`, and `womtool`
99+
93100
### How to Deploy Cromwell in CaaS staging and CaaS prod
94101

95102
CaaS is "Cromwell as a Service". It is used by a couple of Broad teams (Pipelines and Epigenomics), though the long-term plan is for those teams to migrate to using Terra.

0 commit comments

Comments
 (0)