1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-19 01:27:56 +00:00

LibreNMS 1.50

This commit is contained in:
CrazyMax 2019-04-02 00:12:13 +02:00
parent e8a67d632f
commit 034a9b2606
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 16 additions and 12 deletions

View file

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=1.49
- VERSION=1.50
- DOCKER_USERNAME=librenms
- DOCKER_REPONAME=librenms
- DOCKER_LOGIN=librenmsbot

View file

@ -1,21 +1,25 @@
# Changelog
## 1.50-RC1 (2019/04/01)
* LibreNMS 1.50
## 1.49-RC1 (2019/03/06)
* Upgrade to LibreNMS 1.49
* LibreNMS 1.49
## 1.48.1-RC1 (2019/01/31)
* Upgrade to LibreNMS 1.48.1
* LibreNMS 1.48.1
* Alpine Linux 3.9
## 1.48-RC1 (2019/01/28)
* Upgrade to LibreNMS 1.48
* LibreNMS 1.48
## 1.47-RC1 (2018/12/30)
* Upgrade to LibreNMS 1.47
* LibreNMS 1.47
## 1.46-RC3 (2018/12/29)
@ -27,7 +31,7 @@
## 1.46-RC1 (2018/12/02)
* Upgrade to LibreNMS 1.46
* LibreNMS 1.46
## 1.45-RC3 (2018/11/25)
@ -40,11 +44,11 @@
## 1.45-RC1 (2018/10/28)
* Upgrade to LibreNMS 1.45
* LibreNMS 1.45
## 1.44-RC1 (2018/10/17)
* Upgrade to LibreNMS 1.44
* LibreNMS 1.44
* Add `busybox-extras` and `bind-tools` packages
## 1.43-RC5 (2018/09/29)
@ -75,15 +79,15 @@
## 1.43-RC1 (2018/09/10)
* Upgrade to LibreNMS 1.43
* LibreNMS 1.43
## 1.42.01-RC1 (2018/08/05)
* Upgrade to LibreNMS 1.42.01
* LibreNMS 1.42.01
## 1.42-RC1 (2018/08/02)
* Upgrade to LibreNMS 1.42
* LibreNMS 1.42
* Add syslog-ng support
## 1.41-RC1 (2018/07/07)

View file

@ -84,7 +84,7 @@ RUN apk --update --no-cache add \
&& setcap cap_net_raw+ep /usr/bin/nmap \
&& setcap cap_net_raw+ep /usr/sbin/fping
ENV LIBRENMS_VERSION="1.49" \
ENV LIBRENMS_VERSION="1.50" \
LIBRENMS_PATH="/opt/librenms" \
DATA_PATH="/data" \
CRONTAB_PATH="/var/spool/cron/crontabs"