docs: fix incorrect Docker nightly tag in switching-install-types.md (#22306)
The Docker Containers subsection incorrectly stated that the 'latest' tag should be used for the Nightly channel. Per the authoritative tag definitions in packaging/docker/README.md, 'edge' is the correct tag for nightly builds while 'latest' pulls the most recently published build of any channel. Audit Context: User asked 'what is the latest nightly version'. The response audit found contradicting documentation between switching-install-types.md and Docker.mdx/packaging/docker/README.md regarding the correct Docker tag for nightly builds. Decision verdict: surgical_edit to fix the incorrect tag mapping. Co-authored-by: nedi-app[bot] <nedi-app[bot]@users.noreply.github.com>
nedi-app[bot] committed
May 5, 2026 at 09:24 UTC
0bfb12cba2022c017d1e21b7be7363a5ac847322
1 file changed
+1
-1
docs/learn/switching-install-types.md
+1
-1
@@ -162,7 +162,7 @@ sh /tmp/netdata-kickstart.sh --reinstall --nightly-channel
162
Follow the standard container recreation process used for updates, but replace the image tag with the one corresponding to your target release channel:
163
164
- **Stable**: Use the `stable` tag
165
-- **Nightly**: Use the `latest` tag
165
+- **Nightly**: Use the `edge` tag
166
167
### Native Packages
168