Skip to content

Commit a627f7f

Browse files
committed
SYS-569 image updates
1 parent ff01041 commit a627f7f

23 files changed

Lines changed: 48 additions & 38 deletions

File tree

images/ddclient/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG DDCLIENT_VERSION=3.9.1-r0
11+
ARG DDCLIENT_VERSION=3.9.1-r1
1212
ENV HOST= \
1313
INTERVAL=3600 \
1414
IPLOOKUP_URI=http://ipinfo.io/ip \

images/ddclient/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/ddclient/ddclient/
88
type: application
99
version: 0.1.1
10-
appVersion: "3.9.1-r0"
10+
appVersion: "3.9.1-r1"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.5

images/dovecot/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/vdukhovni/dovecot
88
type: application
99
version: 0.1.1
10-
appVersion: "2.3.14-r0"
10+
appVersion: "2.3.15-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.5

images/mysqldump/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV HOUR=3 MINUTE=30 \
1919

2020
ARG UID=210
2121
ARG BACKUP_GID=34
22-
ARG CLIENT_VERSION=10.5.11-r0
22+
ARG CLIENT_VERSION=10.5.13-r0
2323

2424
RUN RMGROUP=$(grep :$BACKUP_GID: /etc/group | cut -d: -f 1) && \
2525
[ -z "$RMGROUP" ] || delgroup $RMGROUP && \

images/mysqldump/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/mariadb/server/tree/10.5/client
88
type: application
99
version: 0.1.2
10-
appVersion: "10.5.11-r0"
10+
appVersion: "10.5.13-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.5

images/nut-upsd/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/networkupstools/nut
88
type: application
99
version: 0.1.1
10-
appVersion: "2.7.4-r8"
10+
appVersion: "2.7.4-r10"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.5

images/postfix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG POSTFIX_VERSION=3.6.1-r0
11+
ARG POSTFIX_VERSION=3.6.3-r0
1212
ENV SASL_PASSWD_SECRET=postfix-sasl-passwd \
1313
TZ=UTC
1414

images/rsyslogd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG RSYSLOG_VERSION=8.2012.0-r0
11+
ARG RSYSLOG_VERSION=8.2012.0-r1
1212
ENV TZ=UTC
1313
RUN apk add --update gzip logrotate rsyslog=$RSYSLOG_VERSION \
1414
rsyslog-mysql=$RSYSLOG_VERSION tar xz && \

images/rsyslogd/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/rsyslog/rsyslog
88
type: application
99
version: 0.1.1
10-
appVersion: "8.2012.0-r0"
10+
appVersion: "8.2012.0-r1"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.5

images/samba-dc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
2424
WINBIND_USE_DEFAULT_DOMAIN=yes \
2525
WORKGROUP=AD
2626

27-
ARG SAMBA_VERSION=4.14.5-r0
27+
ARG SAMBA_VERSION=4.14.8-r0
2828

2929
COPY *.conf.j2 /root/
3030
COPY entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)