Added OpenSSL package to server and sqlite3 images. Required to perform rehash of added CA certificates

This commit is contained in:
Alexey Pustovalov
2025-01-16 13:53:02 +09:00
parent 04c3ea7a10
commit a1bcd2aece
41 changed files with 66 additions and 0 deletions

View File

@ -52,6 +52,7 @@ RUN set -eux && \
nmap \
tzdata \
iputils \
openssl \
libcap \
libcurl \
libevent \

View File

@ -400,6 +400,8 @@ update_zbx_config() {
else
export ZBX_ALLOWROOT=1
fi
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
}
clear_zbx_env() {

View File

@ -66,6 +66,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
net-snmp-libs \
OpenIPMI-libs \
openldap \
openssl \
openssl-libs \
pcre2 \
shadow-utils \

View File

@ -397,6 +397,8 @@ update_zbx_config() {
else
export ZBX_ALLOWROOT=1
fi
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
}
clear_zbx_env() {

View File

@ -65,6 +65,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
net-snmp-libs \
OpenIPMI-libs \
openldap \
openssl \
openssl-libs \
pcre2 \
zlib \

View File

@ -397,6 +397,8 @@ update_zbx_config() {
else
export ZBX_ALLOWROOT=1
fi
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
}
clear_zbx_env() {

View File

@ -75,6 +75,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
shadow-utils \
iputils \
hostname \
openssl \
libssh \
libpsl \
libbrotli \

View File

@ -397,6 +397,8 @@ update_zbx_config() {
else
export ZBX_ALLOWROOT=1
fi
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
}
clear_zbx_env() {

View File

@ -57,6 +57,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
iputils-ping \
traceroute \
fping \
openssl \
libcurl4t64 \
libevent-2.1 \
libevent-pthreads-2.1 \

View File

@ -397,6 +397,8 @@ update_zbx_config() {
else
export ZBX_ALLOWROOT=1
fi
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
}
clear_zbx_env() {