Release build 33

This commit is contained in:
Christos Manios 2026-01-15 10:34:24 +02:00
parent 78dff4a2d0
commit 5acca58978
3 changed files with 15 additions and 3 deletions

View file

@ -3,6 +3,18 @@
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 - <number>` which will have an incremental unsigned integer. In this document we will describe the contents of every image in every build. 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 - <number>` which will have an incremental unsigned integer. In this document we will describe the contents of every image in every build.
## Build 33 (2026-01-15)
* Nagios core: v4.5.11
* Nagios plugins: v2.4.12
* NRPE: 4.1.3
* Alpine:
* 3.23.2: `amd64`, `i386`, `arm64`,`arm/v6`, `arm/v7`
### Features
* Upgrade to Nagios Core `4.5.11`. ([#99](https://github.com/manios/docker-nagios/issues/99))
## Build 32 (2025-12-04) ## Build 32 (2025-12-04)
* Nagios core: v4.5.10 * Nagios core: v4.5.10

View file

@ -190,7 +190,7 @@ LABEL name="Nagios" \
nrpeVersion=$NRPE_VERSION \ nrpeVersion=$NRPE_VERSION \
homepage="https://www.nagios.com/" \ homepage="https://www.nagios.com/" \
maintainer="Christos Manios <maniopaido@gmail.com>" \ maintainer="Christos Manios <maniopaido@gmail.com>" \
build="33-snapshot" \ build="33" \
org.opencontainers.image.title="Nagios" \ org.opencontainers.image.title="Nagios" \
org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \ org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \
org.opencontainers.image.vendor="Nagios" \ org.opencontainers.image.vendor="Nagios" \
@ -199,7 +199,7 @@ LABEL name="Nagios" \
org.opencontainers.image.url="https://hub.docker.com/r/manios/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.source="https://github.com/manios/docker-nagios" \
org.opencontainers.image.documentation="https://github.com/manios/docker-nagios/blob/master/README.md" \ org.opencontainers.image.documentation="https://github.com/manios/docker-nagios/blob/master/README.md" \
org.opencontainers.image.version="33-snapshot" org.opencontainers.image.version="33"
RUN mkdir -p ${NAGIOS_HOME} && \ RUN mkdir -p ${NAGIOS_HOME} && \
mkdir -p /orig/apache2 mkdir -p /orig/apache2

View file

@ -12,7 +12,7 @@ Build Status:
## Supported tags and respective `Dockerfile` links ## Supported tags and respective `Dockerfile` links
* `4.5.10`, `4.5`, `latest` [(4.5.10/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile) * `4.5.11`, `4.5`, `latest` [(4.5.11/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile)
For more information about the image versions you may refer to the [CHANGELOG](https://github.com/manios/docker-nagios/blob/master/CHANGELOG.md) For more information about the image versions you may refer to the [CHANGELOG](https://github.com/manios/docker-nagios/blob/master/CHANGELOG.md)