aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-19 13:06:20 +0200
committerGitHub <noreply@github.com>2023-10-19 13:06:20 +0200
commit5a956537f445c46e9a979780e145005ae767bb62 (patch)
tree1215c91944abd4b647a290941860da7e7e91852f /docs
parente57ca1d5ae16e6d1e4ed21aa8cb297ade72ada25 (diff)
downloadNorthstarWiki-5a956537f445c46e9a979780e145005ae767bb62.tar.gz
NorthstarWiki-5a956537f445c46e9a979780e145005ae767bb62.zip
Add step regarding Docker image (#241)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/releases.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/development/releases.md b/docs/development/releases.md
index 5908db8..bcee236 100644
--- a/docs/development/releases.md
+++ b/docs/development/releases.md
@@ -81,7 +81,14 @@ The current process of making release (includinging release candidate) is:
12. Update main menu promos version on Atlas
-13. Observe version roll-out via [Grafana dashboard](https://northstar-stats.frontier.tf/).
+13. Push Docker image
+ 1. Get SHA512 checksum of zip from release CI
+ 2. Make PR to [Docker repo](https://github.com/pg9182/northstar-dedicated) to update Docker image to newest Northstar release
+ 3. Merge PR
+ 4. Wait for Docker repo CI to finish
+ 5. Approve image
+
+14. Observe version roll-out via [Grafana dashboard](https://northstar-stats.frontier.tf/).
### Git commands for tags: