mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
chore(ci): package plugins to el9 (#4184)
This commit is contained in:
parent
7d88f6e0c3
commit
48332cf908
@ -1,4 +1,4 @@
|
|||||||
FROM docker-proxy.centreon.com/almalinux:8.5
|
FROM docker-proxy.centreon.com/almalinux:8
|
||||||
|
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
|
|
||||||
|
13
.github/docker/Dockerfile.packaging-plugins-alma9
vendored
Normal file
13
.github/docker/Dockerfile.packaging-plugins-alma9
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM docker-proxy.centreon.com/almalinux:9
|
||||||
|
|
||||||
|
RUN <<EOF
|
||||||
|
|
||||||
|
dnf -y install git gettext rpm-build dos2unix python3 epel-release
|
||||||
|
dnf -y install perl-App-cpanminus perl-JSON
|
||||||
|
cpanm App::FatPacker
|
||||||
|
cpanm File::Copy::Recursive
|
||||||
|
dnf clean all
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
WORKDIR /src
|
@ -19,11 +19,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-and-push-docker:
|
create-and-push-docker:
|
||||||
runs-on: [self-hosted, common]
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [centos7, alma8, bullseye]
|
distrib: [centos7, alma8, alma9, bullseye]
|
||||||
include:
|
include:
|
||||||
- project: plugins
|
- project: plugins
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/plugin-delivery.yml
vendored
2
.github/workflows/plugin-delivery.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [el7, el8]
|
distrib: [el7, el8, el9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
3
.github/workflows/plugin-package.yml
vendored
3
.github/workflows/plugin-package.yml
vendored
@ -59,6 +59,9 @@ jobs:
|
|||||||
- package_extension: rpm
|
- package_extension: rpm
|
||||||
image: packaging-plugins-alma8
|
image: packaging-plugins-alma8
|
||||||
distrib: el8
|
distrib: el8
|
||||||
|
- package_extension: rpm
|
||||||
|
image: packaging-plugins-alma9
|
||||||
|
distrib: el9
|
||||||
- package_extension: deb
|
- package_extension: deb
|
||||||
image: packaging-plugins-bullseye
|
image: packaging-plugins-bullseye
|
||||||
distrib: bullseye
|
distrib: bullseye
|
||||||
|
Loading…
x
Reference in New Issue
Block a user