You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,12 +139,17 @@ help Show this help screen
139
139
140
140
## Running Linux container image
141
141
142
-
Container image is built every time a new pull request is merged to main branch. Currently there are tags `latest` and `main` pointing to the latest image.
142
+
Stable release images are tagged with versions like `0.1.0`. Tag `latest` always points to latest stable release.
143
+
144
+
Development images are build from main branch every time a new pull request is merged. Image tags for dev images use
145
+
the template `dev-YYYYMMMDDD-SHORT_SHA` e.g. `dev-20250704-eaa27fb`.
146
+
147
+
Tag `dev-latest` always points to the latest dev image built from latest git.
0 commit comments