Commit 68c7c27
authored
Merge the "docs/update-documentation" branch into the "develop-v1+node24" branch
This merge updates `README.md` on the `develop-v1+node24` line to make the versioning examples consistent with how Runtime Node tags appear in GitHub Releases versus container registries. It also refreshes the size badge and the builder-stage example so the documentation reflects the current image constraints more precisely.
In the centered header block, the size badge is updated from `~45MB` to `<50MB`. In the Quickstart section, the Docker Hub and GHCR versioned pull examples are updated from `v<image_semver>+node<node_version>` to `v<major>.<minor>.<patch>-node<node_version>`, and the versioned `FROM runtimenode/runtime-node:...` example is updated to the same normalized registry tag format. In the versioned builder example, `FROM node:<node_version>-alpine AS builder` is updated to `FROM node:<node_version>-alpine3.23 AS builder`. In the Versioning and Tags section, the documented tag pattern 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`, and a new note is added explaining that `docker/metadata-action` normalizes `+` to `-` in published registry tags.
No other files or documentation sections are modified by this merge.1 file changed
Lines changed: 8 additions & 6 deletions
| 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