Commit ce1c6f3
authored
Merge the "release/v1.2.4+node24.14.1" branch into the "maintenance/v1+node24" branch
This merge promotes `release/v1.2.4+node24.14.1` into `maintenance/v1+node24`, marking the next patch release on the Node.js 24 maintenance line. It consolidates one deployment workflow update in `.github/workflows/deployment.yml` that disables implicit Docker metadata tags and one documentation update in `README.md` aligning versioning examples, the builder-stage example, and the size badge with the current release conventions.
In `.github/workflows/deployment.yml`, `Extract metadata (tags, labels)` now adds `flavor:` with `latest=false` so tag builds only emit the explicit version tag derived from `type=ref,event=tag`. `Normalize tag (match tag)` and `Normalize promote name (floating tag)` now add the same `flavor:` setting so manual promotion source and destination normalization only emit the explicit `workflow_dispatch` tag inputs. In `README.md`, the centered header size badge is updated from `~45MB` to `<50MB`; the Docker Hub, GHCR, and versioned `FROM runtimenode/runtime-node:...` examples are updated from `v<image_semver>+node<node_version>` to `v<major>.<minor>.<patch>-node<node_version>`; the versioned builder example is updated from `FROM node:<node_version>-alpine AS builder` to `FROM node:<node_version>-alpine3.23 AS builder`; and the Versioning and Tags section is updated from `v<image_semver>+node<node_version>` with example `v1.2.3+node24.14.1` to `v<major>.<minor>.<patch>+node<node_version>` with example `v1.2.4+node24.14.1`, with a new note explaining that `docker/metadata-action` normalizes `+` to `-` in published registry tags.
No migration steps are required beyond updating to `v1.2.4+node24.14.1` on the `maintenance/v1+node24` line.2 files changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| 184 | + | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| 212 | + | |
| 213 | + | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
0 commit comments