Skip to content

Commit

Permalink
Issue #149 nut-upsd 2.8.2 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Apr 23, 2024
1 parent d4b95d9 commit fc7f865
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions images/nut-upsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name=nut-upsd \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
ARG NUT_VERSION=2.8.1-r0
ARG NUT_VERSION=2.8.2-r0
ENV API_USER=upsmon \
API_PASSWORD= \
DESCRIPTION=UPS \
Expand All @@ -26,7 +26,9 @@ ENV API_USER=upsmon \
HEALTHCHECK CMD upsc $NAME@localhost:3493 2>&1|grep -q stale && \
kill -SIGTERM -1 || true

RUN apk add --update nut=$NUT_VERSION \
RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' \
>>/etc/apk/repositories && \
apk add --update --no-cache nut@edge=$NUT_VERSION \
libcrypto3 libssl3 libusb musl net-snmp-libs util-linux

EXPOSE 3493
Expand Down
4 changes: 2 additions & 2 deletions images/nut-upsd/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/networkupstools/nut
type: application
version: 0.1.6
appVersion: "2.8.1-r0"
version: 0.1.7
appVersion: "2.8.2-r0"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down

0 comments on commit fc7f865

Please sign in to comment.