Skip to content

Commit

Permalink
Release build 24
Browse files Browse the repository at this point in the history
  • Loading branch information
manios committed Oct 11, 2024
1 parent 4920d98 commit 8045ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - <number>` 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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ LABEL name="Nagios" \
nrpeVersion=$NRPE_VERSION \
homepage="https://www.nagios.com/" \
maintainer="Christos Manios <maniopaido@gmail.com>" \
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" \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8045ac4

Please sign in to comment.