mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 08:57:48 +02:00
Updated CentOS Stream to 10 version from 9
This commit is contained in:
@ -51,6 +51,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
php-xml \
|
php-xml \
|
||||||
postgresql \
|
postgresql \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
|
gzip \
|
||||||
supervisor" && \
|
supervisor" && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
@ -117,7 +118,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
chmod -R g=u /var/lib/php/session/ && \
|
chmod -R g=u /var/lib/php/session/ && \
|
||||||
microdnf -y remove \
|
microdnf -y remove \
|
||||||
findutils \
|
findutils \
|
||||||
glibc-locale-source
|
glibc-locale-source \
|
||||||
|
gzip
|
||||||
|
|
||||||
HEALTHCHECK --interval=1m30s --timeout=3s --retries=3 --start-period=40s --start-interval=5s \
|
HEALTHCHECK --interval=1m30s --timeout=3s --retries=3 --start-period=40s --start-interval=5s \
|
||||||
CMD curl -f http://localhost:8080/ping || exit 1
|
CMD curl -f http://localhost:8080/ping || exit 1
|
||||||
|
Reference in New Issue
Block a user