1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

Upgrade to LibreNMS 1.47

This commit is contained in:
CrazyMax 2018-12-30 16:56:37 +01:00
parent 72e623be89
commit 4da1d9d0b7
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -1,5 +1,9 @@
# Changelog
## 1.47-RC1 (2018/12/30)
* Upgrade to LibreNMS 1.47
## 1.46-RC3 (2018/12/29)
* Missing Python 2 memcached module for poller (Issue #9)

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.46" \
ENV LIBRENMS_VERSION="1.47" \
LIBRENMS_PATH="/opt/librenms" \
DATA_PATH="/data" \
CRONTAB_PATH="/var/spool/cron/crontabs"