File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM alpine:3.22
1+ FROM alpine:3.23
22ARG BUILD_DATE
33ARG VCS_REF
44LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
77 org.label-schema.vcs-ref=$VCS_REF \
88 org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
99
10- ARG RSYSLOG_VERSION=8.2410 .0-r1
10+ ARG RSYSLOG_VERSION=8.2512 .0-r0
1111ENV TZ=UTC
1212RUN apk add --update gzip logrotate rsyslog=$RSYSLOG_VERSION \
1313 rsyslog-mysql=$RSYSLOG_VERSION tar xz && \
Original file line number Diff line number Diff line change 77- https://github.com/rsyslog/rsyslog
88type : application
99version : 0.1.14
10- # appVersion: "8.2506.0-r0"
11- appVersion : " 8.2410.0-r1"
10+ appVersion : " 8.2512.0-r0"
1211dependencies :
1312- name : chartlib
1413 version : 0.1.8
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sources:
66- https://github.com/instantlinux/docker-tools
77- https://github.com/restic/restic
88type : application
9- version : 0.1.21
9+ version : 0.1.22
1010# Remember to update restic==<ver> in values.yaml as releases are published;
1111# the values.yaml file is not able to reference .Chart.appVersion
12- appVersion : " 0.18.1-r2 "
12+ appVersion : " 0.18.1-r3 "
1313dependencies :
1414- name : chartlib
1515 version : 0.1.8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ deployment:
1717 mkdir -p /var/log/week && tail -f -n 0 /var/log/restic.log
1818 env :
1919 # Edit the version in Chart.yaml to keep consistent
20- app_version : 0.18.1-r2
20+ app_version : 0.18.1-r3
2121 env : /etc/profile
2222 tz : UTC
2323 nodeSelector :
You can’t perform that action at this time.
0 commit comments