Skip to content

Commit

Permalink
version 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Dec 2, 2020
1 parent 59636d5 commit 47240b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jarischaefer/baseimage-librenms:2.15

ENV LIBRENMS_VERSION=1.69 \
ENV LIBRENMS_VERSION=1.70.0 \
LIBRENMS_WEATHERMAP_VERSION=2b9e0f2e7df80b1e5eb75a1470bc657325cbb381 \
TZ=UTC \
RRDCACHED_LISTEN=unix:/var/run/rrdcached/rrdcached.sock \
Expand All @@ -21,6 +21,9 @@ RUN git clone --branch ${LIBRENMS_VERSION} https://github.com/librenms/librenms.
sed -i 's|"LibreNMS\\\\ComposerHelper::postInstall",|"Illuminate\\\\Foundation\\\\ComposerScripts::postInstall",\n "LibreNMS\\\\ComposerHelper::postInstall",|g' /opt/librenms/composer.json && \
curl -qsSL https://github.com/librenms-plugins/Weathermap/archive/${LIBRENMS_WEATHERMAP_VERSION}.tar.gz | tar -xz -C /opt/librenms/html/plugins && \
mv /opt/librenms/html/plugins/Weathermap-${LIBRENMS_WEATHERMAP_VERSION} /opt/librenms/html/plugins/Weathermap && \
ln -s /opt/librenms/lnms /usr/local/bin/lnms && \
cp /opt/librenms/misc/lnms-completion.bash /etc/bash_completion.d/ && \
cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms && \
cp /opt/librenms/.env.example /opt/librenms/.env && \
chown -R librenms:librenms /opt/librenms && \
find /opt/librenms -name '.gitignore' -type f -exec chmod -x "{}" + && \
Expand Down

0 comments on commit 47240b5

Please sign in to comment.