Commit 6ab13d5
committed
Add :latest tag to stable releases for improved user experience
This commit adds :latest tag for stable releases to align with Docker
conventions and best practices. The :edge tag remains for anything from
the bleeding edge.
Changes:
- Workflow: Push :latest tag for stable (non-prerelease) versions
- README: Update examples to use :latest instead of :edge
- Fix: Correct httpd command syntax in example
Tag strategy going forward:
- :latest → most recent stable release (conventional)
- :edge → bleeding edge builds from main (for early adopters)
- :1.2.3 → specific versions (for reproducibility)
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>1 parent c712c34 commit 6ab13d5
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 | | |
151 | 156 | | |
152 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments