mirror of
https://github.com/librenms/docker.git
synced 2026-07-21 01:15:53 +00:00
LibreNMS 1.53
This commit is contained in:
parent
d4851e8a9d
commit
5feee28958
4 changed files with 8 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION=1.52
|
||||
- VERSION=1.53
|
||||
- DOCKER_USERNAME=librenms
|
||||
- DOCKER_REPONAME=librenms
|
||||
- DOCKER_LOGIN=librenmsbot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 1.53-RC1 (2019/07/01)
|
||||
|
||||
* LibreNMS 1.53
|
||||
* Alpine Linux 3.10
|
||||
|
||||
## 1.52-RC1 (2019/05/28)
|
||||
|
||||
* LibreNMS 1.52
|
||||
|
|
|
|||
|
|
@ -85,7 +85,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.52" \
|
||||
ENV LIBRENMS_VERSION="1.53" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
DATA_PATH="/data" \
|
||||
CRONTAB_PATH="/var/spool/cron/crontabs"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/
|
|||
|
||||
### Included
|
||||
|
||||
* Alpine Linux 3.9, Nginx, PHP 7.2
|
||||
* Alpine Linux 3.10, Nginx, PHP 7.3
|
||||
* Cron tasks as a ["sidecar" container](#crons)
|
||||
* Syslog-ng support through a ["sidecar" container](#syslog-ng)
|
||||
* Ability to configure [distributed polling](https://docs.librenms.org/#Extensions/Distributed-Poller/#distributed-poller)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue