mirror of
https://github.com/librenms/docker.git
synced 2026-07-28 20:40:10 +00:00
Upgrade to LibreNMS 1.49
This commit is contained in:
parent
23611c44ae
commit
a511cb1953
3 changed files with 6 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION=1.48.1
|
||||
- VERSION=1.49
|
||||
- DOCKER_USERNAME=librenms
|
||||
- DOCKER_REPONAME=librenms
|
||||
- DOCKER_LOGIN=librenmsbot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.49-RC1 (2019/03/06)
|
||||
|
||||
* Upgrade to LibreNMS 1.49
|
||||
|
||||
## 1.48.1-RC1 (2019/01/31)
|
||||
|
||||
* Upgrade to LibreNMS 1.48.1
|
||||
|
|
|
|||
|
|
@ -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.48.1" \
|
||||
ENV LIBRENMS_VERSION="1.49" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
DATA_PATH="/data" \
|
||||
CRONTAB_PATH="/var/spool/cron/crontabs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue