0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-07 06:45:39 +00:00
netdata_netdata/packaging/repoconfig/netdata-edge.repo.al2023
Paul Szymanski d1a5035578
Add repo config for Amazon Linux 2023. ()
* Add repo config for Amazon Linux 2023.

dnf and yum resolve $releasever to a verbose release version (e.g. 2023.4.20240401).
However, there is no need to create repositories for every version Amazon comes up with.

Resolves https://github.com/netdata/netdata/issues/17324

* Have a more specific conditional file install (amzn2)

* Bump repo spec release for Amazon Linux changes.
2024-04-11 09:00:10 -04:00

21 lines
552 B
Text

[netdata-edge]
name=Netdata Edge
baseurl=https://repo.netdata.cloud/repos/edge/amazonlinux/2023/$basearch
repo_gpgcheck=1
gpgcheck=1
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
enabled=1
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
priority=50
[netdata-repoconfig]
name=Netdata Repository Config
baseurl=https://repo.netdata.cloud/repos/repoconfig/amazonlinux/2023/$basearch
repo_gpgcheck=1
gpgcheck=1
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
enabled=1
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
priority=50