From 8045ac4399ce504600367ad6651aa36829cf8a83 Mon Sep 17 00:00:00 2001 From: Christos Manios Date: Fri, 11 Oct 2024 08:52:47 +0300 Subject: [PATCH] Release build 24 --- CHANGELOG.md | 2 +- Dockerfile | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426f8bb..cce8cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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 24 (2024-10-10) +## Build 24 (2024-10-11) * Nagios core: v4.5.6 * Nagios plugins: v2.4.12 diff --git a/Dockerfile b/Dockerfile index 7bcc788..fef73c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -204,7 +204,7 @@ LABEL name="Nagios" \ nrpeVersion=$NRPE_VERSION \ homepage="https://www.nagios.com/" \ maintainer="Christos Manios " \ - build="24-snapshot" \ + build="24" \ org.opencontainers.image.title="Nagios" \ org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \ org.opencontainers.image.vendor="Nagios" \ @@ -213,7 +213,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="24-snapshot" + org.opencontainers.image.version="24" RUN mkdir -p ${NAGIOS_HOME} && \ mkdir -p /orig/apache2 diff --git a/README.md b/README.md index 7dc243d..202c8cb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Build Status: ## Supported tags and respective `Dockerfile` links -* `4.5.5`, `4.5`, `latest` [(4.5.5/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile) +* `4.5.6`, `4.5`, `latest` [(4.5.6/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)