Skip to content

Commit

Permalink
Release build 9
Browse files Browse the repository at this point in the history
  • Loading branch information
manios committed Jan 7, 2022
1 parent 809ceb0 commit 8280155
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@

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 9 (2022-01-07)

* Nagios core: v4.4.6
* Nagios plugins: v2.3.3
* NRPE: 4.0.3

### Bug Fixes

* Add missing dependencies to build legacy map cgi. ([#36](https://github.com/manios/docker-nagios/issues/36))
* Add missing `bind-tools` package. ([#37](https://github.com/manios/docker-nagios/issues/37))

## Build 8 (2021-10-21)

* Nagios core: v4.4.6
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ LABEL name="Nagios" \
nrpeVersion="4.0.3" \
homepage="https://www.nagios.com/" \
maintainer="Christos Manios <maniopaido@gmail.com>" \
build="8"
build="9"

RUN mkdir -p ${NAGIOS_HOME} && \
mkdir -p /orig/apache2
Expand Down

0 comments on commit 8280155

Please sign in to comment.