Update building-native-packages-locally.md (#21101)
Add info about versioning of tags for native package builds.
Austin S. Hemmelgarn committed
Oct 6, 2025 at 08:30 UTC
0ff516528731ed9312e45cfc61b3a34b2da5f0b5
1 file changed
+1
-1
packaging/building-native-packages-locally.md
+1
-1
@@ -25,7 +25,7 @@ podman run -it --rm -e VERSION=0.1 -v $PWD:/netdata netdata/package-builders:<ta
25
```
26
27
The `<tag>` should be the lowercase distribution name with no spaces, followed by the
28
-release of that distribution. For example, `centos7` to build on CentOS 7, or `ubuntu20.04`
28
+release of that distribution and then a `-v1` or `-v2` depending on the distro (DEB based distros use `-v2` currently, RPM based distros use `-v1` currently). For example, `centos7-v1` to build on CentOS 7, or `ubuntu20.04-v2`
29
to build on Ubuntu 20.04. Note that we use Rocky Linux for builds on CentOS/RHEL 8 or newer. See
30
[netdata/package-builders](https://hub.docker.com/r/netdata/package-builders/tags) for all available tags.
31