mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
Upgrade to LibreNMS 1.48.1
Alpine Linux 3.9
This commit is contained in:
parent
9a16c32fa3
commit
ef409c8a03
4 changed files with 9 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION=1.48
|
||||
- VERSION=1.48.1
|
||||
- DOCKER_USERNAME=librenms
|
||||
- DOCKER_REPONAME=librenms
|
||||
- DOCKER_LOGIN=librenmsbot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 1.48.1-RC1 (2019/01/31)
|
||||
|
||||
* Upgrade to LibreNMS 1.48.1
|
||||
* Alpine Linux 3.9
|
||||
|
||||
## 1.48-RC1 (2019/01/28)
|
||||
|
||||
* Upgrade to LibreNMS 1.48
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.8
|
||||
FROM alpine:3.9
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
|
@ -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" \
|
||||
ENV LIBRENMS_VERSION="1.48.1" \
|
||||
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.8, Nginx, PHP 7.2
|
||||
* Alpine Linux 3.9, Nginx, PHP 7.2
|
||||
* 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