Skip to content

Commit

Permalink
Add release- back for Nagios Plugins branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Mar 12, 2024
1 parent faaed01 commit b27b7a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.0" \
nagiosPluginsVersion="release-2.4.6" \
nagiosPluginsVersion="2.4.6" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.1" \
Expand All @@ -30,7 +30,7 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.0 \
NAGIOS_PLUGINS_BRANCH=2.4.6 \
NAGIOS_PLUGINS_BRANCH=release-2.4.6 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.1 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.0" \
nagiosPluginsVersion="release-2.4.6" \
nagiosPluginsVersion="2.4.6" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.1" \
Expand All @@ -30,7 +30,7 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.0 \
NAGIOS_PLUGINS_BRANCH=2.4.6 \
NAGIOS_PLUGINS_BRANCH=release-2.4.6 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.1 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.0" \
nagiosPluginsVersion="release-2.4.6" \
nagiosPluginsVersion="2.4.6" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.1" \
Expand All @@ -30,7 +30,7 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.0 \
NAGIOS_PLUGINS_BRANCH=2.4.6 \
NAGIOS_PLUGINS_BRANCH=release-2.4.6 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.1 \
Expand Down

0 comments on commit b27b7a4

Please sign in to comment.