File tree Expand file tree Collapse file tree
.github/docker/unit-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ ARG REGISTRY_URL=docker.io
33FROM ${REGISTRY_URL}/almalinux:10
44
55RUN bash -e <<EOF
6-
76dnf install -y 'dnf-command(config-manager)' epel-release zstd jq
87dnf config-manager --set-enabled crb
98
@@ -12,25 +11,25 @@ cat > /etc/yum.repos.d/centreon-plugins.repo <<'REPOEOF'
1211[centreon-plugins-stable]
1312name=centreon plugins stable x86_64
1413baseurl=https://packages.centreon.com/rpm-plugins/el10/stable/x86_64
15- enabled=0
14+ enabled=1
1615gpgcheck=1
1716gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
1817[centreon-plugins-stable-noarch]
1918name=centreon plugins stable noarch
2019baseurl=https://packages.centreon.com/rpm-plugins/el10/stable/noarch
21- enabled=0
20+ enabled=1
2221gpgcheck=1
2322gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
2423[centreon-plugins-testing]
2524name=centreon plugins testing x86_64
2625baseurl=https://packages.centreon.com/rpm-plugins/el10/testing/x86_64
27- enabled=0
26+ enabled=1
2827gpgcheck=1
2928gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
3029[centreon-plugins-testing-noarch]
3130name=centreon plugins testing noarch
3231baseurl=https://packages.centreon.com/rpm-plugins/el10/testing/noarch
33- enabled=0
32+ enabled=1
3433gpgcheck=1
3534gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
3635[centreon-plugins-unstable]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dnf install -y gcc make cpan perl-Test2-Suite.noarch perl-Test2-Plugin-NoWarning
5151dnf -y install 'perl(Crypt::OpenSSL::AES)' 'perl-Net-Curl' 'perl(YAML::XS)' 'perl(Hash::Merge)' 'perl(Clone)' 'perl(CryptX)' 'perl(JSON::XS)' 'perl(JSON::PP)' 'perl(Digest::MD5::File)'
5252dnf -y install 'perl(Hash::Merge)' 'perl(YAML::XS)' 'perl(ZMQ::FFI)' 'perl-CryptX' 'perl(EV)' 'perl(RRDs)' 'perl(DBI)' 'perl(DBD::SQLite)' 'perl(HTTP::Daemon)' 'perl(HTTP::Daemon::SSL)' 'perl(NetAddr::IP)' 'perl(Mojolicious)' 'perl(Mojo::IOLoop::Signal)' 'perl(Net::Curl)' 'perl(EV)'
5353dnf -y install git mariadb
54- # Replace libcurl-minimal with the full libcurl to enable NTLM support (removed from minimal build in RHEL 10 )
54+ # Replace libcurl-minimal with the full libcurl to enable NTLM support (removed from minimal build in RHEL 8 )
5555dnf -y install --allowerasing libcurl
5656dnf clean all
5757mkdir -p /var/lib/centreon/centplugins/
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ ENV LANG=en_US.utf8
1818
1919RUN bash -e <<EOF
2020# Add Centreon plugins repositories
21- # echo "deb https://packages.centreon.com/apt-plugins-stable/ trixie main" | tee /etc/apt/sources.list.d/centreon-plugins.list
22- # echo "deb https://packages.centreon.com/apt-plugins-testing/ trixie main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
23- # echo "deb https://packages.centreon.com/apt-plugins-unstable/ trixie main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
21+ echo "deb https://packages.centreon.com/apt-plugins-stable/ trixie main" | tee /etc/apt/sources.list.d/centreon-plugins.list
22+ echo "deb https://packages.centreon.com/apt-plugins-testing/ trixie main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
23+ echo "deb https://packages.centreon.com/apt-plugins-unstable/ trixie main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
2424echo "deb https://packages.centreon.com/apt-plugins-unstable/ trixie main" | tee a /etc/apt/sources.list.d/centreon-plugins.list
2525wget -O- https://apt-key.centreon.com | gpg --dearmor | tee /etc/apt/trusted.gpg.d/centreon.gpg > /dev/null 2>&1
2626apt-get update
You can’t perform that action at this time.
0 commit comments