Fixed package names for CentOS based images + removed LTSC2025

This commit is contained in:
Alexey Pustovalov
2025-07-08 14:26:34 +09:00
parent e0f77c4380
commit 6eb67d67d1
6 changed files with 8 additions and 9 deletions

View File

@ -36,7 +36,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
openssl-devel \
openldap-devel \
make \
mysql-devel \
mysql8.4-devel \
net-snmp-devel \
OpenIPMI-devel \
openldap-devel \

View File

@ -59,8 +59,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
fping \
iputils \
libxml2 \
mysql \
mysql-libs \
mysql8.4 \
mysql8.4-libs \
net-snmp-libs \
OpenIPMI-libs \
openldap \

View File

@ -62,8 +62,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libpsl \
libbrotli \
libxml2 \
mysql \
mysql-libs \
mysql8.4 \
mysql8.4-libs \
net-snmp-libs \
OpenIPMI-libs \
openldap \

View File

@ -39,7 +39,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \
curl-minimal \
httpd \
mysql \
mysql8.4 \
mod_ssl \
php \
php-curl \

View File

@ -38,7 +38,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="bash \
curl-minimal \
mysql \
mysql8.4 \
nginx \
php-bcmath \
php-curl \

View File

@ -29,8 +29,7 @@
]
},
"os-windows": {
"windows-2022": "ltsc2022",
"windows-2025": "ltsc2025"
"windows-2022": "ltsc2022"
},
"components": {
"agent": { "base": "build-mysql", "rhel": true },