diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bd785..33f5d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ This Docker image contains more than one software (Nagios, Nagios plugins, NRPE, Apache HTTPD, etc.) with different versions. Hence we decided to name the releases with the naming `Build - ` which will have an incremental unsigned integer. In this document we will describe the contents of every image in every build. +## Build 29 (2025-02-23) + +* Nagios core: v4.5.9 +* Nagios plugins: v2.4.12 +* NRPE: 4.1.3 + +### Bug Fixes + +* Do not set the `setuid` field in [gosu](https://github.com/tianon/gosu) as it causes errors and `ping` command does not work. ([#91](https://github.com/manios/docker-nagios/issues/91)) + ## Build 28 (2025-02-22) * Nagios core: v4.5.9 diff --git a/Dockerfile b/Dockerfile index 0ffd4c5..0b6a9cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -202,7 +202,7 @@ LABEL name="Nagios" \ nrpeVersion=$NRPE_VERSION \ homepage="https://www.nagios.com/" \ maintainer="Christos Manios " \ - build="28" \ + build="29" \ org.opencontainers.image.title="Nagios" \ org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \ org.opencontainers.image.vendor="Nagios" \ @@ -211,7 +211,7 @@ LABEL name="Nagios" \ org.opencontainers.image.url="https://hub.docker.com/r/manios/nagios" \ org.opencontainers.image.source="https://github.com/manios/docker-nagios" \ org.opencontainers.image.documentation="https://github.com/manios/docker-nagios/blob/master/README.md" \ - org.opencontainers.image.version="28" + org.opencontainers.image.version="29" RUN mkdir -p ${NAGIOS_HOME} && \ mkdir -p /orig/apache2