From 4b2f12498cea607a82085875aef767058507a408 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Wed, 22 Apr 2026 10:42:08 -0700 Subject: [PATCH] SYS-686 minor image updates --- .image-gitlab-ci.yml | 2 +- images/dovecot/Dockerfile | 2 +- images/dovecot/helm/Chart.yaml | 4 ++-- images/haproxy-keepalived/Dockerfile | 4 ++-- images/haproxy-keepalived/helm/Chart.yaml | 4 ++-- images/mysqldump/Dockerfile | 2 +- images/mysqldump/helm/Chart.yaml | 4 ++-- images/nut-upsd/Dockerfile | 2 +- images/nut-upsd/helm/Chart.yaml | 4 ++-- images/postfix-python/Dockerfile | 2 +- images/postfix-python/helm/Chart.yaml | 4 ++-- images/postfix/Dockerfile | 2 +- images/rsyslogd/Dockerfile | 2 +- images/rsyslogd/helm/Chart.yaml | 4 ++-- images/samba-dc/Dockerfile | 2 +- images/samba-dc/helm/Chart.yaml | 4 ++-- images/samba/Dockerfile | 2 +- images/samba/helm/Chart.yaml | 4 ++-- 18 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.image-gitlab-ci.yml b/.image-gitlab-ci.yml index c143821e..091ebec6 100644 --- a/.image-gitlab-ci.yml +++ b/.image-gitlab-ci.yml @@ -52,7 +52,7 @@ security_scan_trivy: CVE-2023-31484,CVE-2023-45853, CVE-2023-52425,CVE-2024-8176, CVE-2025-9900,CVE-2025-68121,CVE-2026-25679,CVE-2026-32280, - CVE-2026-32281,CVE-2026-32281, + CVE-2026-32281,CVE-2026-32283, CVE-2026-0861,CVE-2025-8194,CVE-2025-13699, CVE-2025-13836,CVE-2025-40914 # Above two rows are for spamassassin under debian trixie diff --git a/images/dovecot/Dockerfile b/images/dovecot/Dockerfile index 5420325d..a6e4928f 100644 --- a/images/dovecot/Dockerfile +++ b/images/dovecot/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG DOVECOT_VERSION=2.4.1-r2 +ARG DOVECOT_VERSION=2.4.3-r1 ARG PROCMAIL_VERSION=3.22-r4 ARG MKCERT_SHA=d1efad065f9ef34da372847ff4a4d5ffd86b97410b303d8a43ea25aa2119c86d ARG PROCMAIL_SHA=4ac9f21c3d7dbed5b32e7547da39f4d429de480679b4c856026caea39ca842f9 diff --git a/images/dovecot/helm/Chart.yaml b/images/dovecot/helm/Chart.yaml index 36e75de6..b41440f0 100644 --- a/images/dovecot/helm/Chart.yaml +++ b/images/dovecot/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/vdukhovni/dovecot type: application -version: 0.1.13 -appVersion: "2.4.1-r2" +version: 0.1.14 +appVersion: "2.4.3-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/haproxy-keepalived/Dockerfile b/images/haproxy-keepalived/Dockerfile index ad3ff2fe..f9716128 100644 --- a/images/haproxy-keepalived/Dockerfile +++ b/images/haproxy-keepalived/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:3.2.7-alpine +FROM haproxy:3.3.6-alpine ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG KEEPALIVED_VERSION=2.3.1-r0 +ARG KEEPALIVED_VERSION=2.3.4-r3 ENV KEEPALIVE_CONFIG_ID=main \ PORT_HAPROXY_STATS=8080 \ STATS_ENABLE=yes \ diff --git a/images/haproxy-keepalived/helm/Chart.yaml b/images/haproxy-keepalived/helm/Chart.yaml index 282310a9..570e9960 100644 --- a/images/haproxy-keepalived/helm/Chart.yaml +++ b/images/haproxy-keepalived/helm/Chart.yaml @@ -7,8 +7,8 @@ sources: - https://github.com/haproxy/haproxy - https://github.com/acassen/keepalived type: application -version: 0.1.20 -appVersion: "3.2.7-alpine-2.3.1-r0" +version: 0.1.21 +appVersion: "3.3.6-alpine-2.3.4-r3" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mysqldump/Dockerfile b/images/mysqldump/Dockerfile index 5be88771..b492d303 100644 --- a/images/mysqldump/Dockerfile +++ b/images/mysqldump/Dockerfile @@ -18,7 +18,7 @@ ENV HOUR=3 MINUTE=30 \ TZ=UTC ARG UID=210 ARG BACKUP_GID=34 -ARG CLIENT_VERSION=11.4.9-r0 +ARG CLIENT_VERSION=11.4.10-r0 RUN RMGROUP=$(grep :$BACKUP_GID: /etc/group | cut -d: -f 1) && \ [ -z "$RMGROUP" ] || delgroup $RMGROUP && \ diff --git a/images/mysqldump/helm/Chart.yaml b/images/mysqldump/helm/Chart.yaml index 69f437f5..7b86662c 100644 --- a/images/mysqldump/helm/Chart.yaml +++ b/images/mysqldump/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/mariadb/server/tree/10.5/client type: application -version: 0.1.15 -appVersion: "11.4.9-r0" +version: 0.1.16 +appVersion: "11.4.10-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/nut-upsd/Dockerfile b/images/nut-upsd/Dockerfile index 5cfed667..903c741c 100644 --- a/images/nut-upsd/Dockerfile +++ b/images/nut-upsd/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ 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.3-r3 +ARG NUT_VERSION=2.8.3-r4 ENV ACTIONS= \ API_USER=upsmon \ API_PASSWORD= \ diff --git a/images/nut-upsd/helm/Chart.yaml b/images/nut-upsd/helm/Chart.yaml index efe7f45d..cf673e69 100644 --- a/images/nut-upsd/helm/Chart.yaml +++ b/images/nut-upsd/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/networkupstools/nut type: application -version: 0.1.11 -appVersion: "2.8.3-r3" +version: 0.1.12 +appVersion: "2.8.3-r4" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index edbd2795..738a5227 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTFIX_VERSION=3.10.7-r0 +ARG POSTFIX_VERSION=3.10.8-r0 FROM instantlinux/postfix:$POSTFIX_VERSION ARG BUILD_DATE diff --git a/images/postfix-python/helm/Chart.yaml b/images/postfix-python/helm/Chart.yaml index a6da6105..da67cfea 100644 --- a/images/postfix-python/helm/Chart.yaml +++ b/images/postfix-python/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/vdukhovni/postfix type: application -version: 0.1.21 -appVersion: "3.10.7-r0" +version: 0.1.22 +appVersion: "3.10.8-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index 67051b37..4f7ff31d 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.name=postfix \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG POSTFIX_VERSION=3.10.7-r0 +ARG POSTFIX_VERSION=3.10.8-r0 ENV SASL_SECRETNAME=postfix-sasl-passwd \ TZ=UTC diff --git a/images/rsyslogd/Dockerfile b/images/rsyslogd/Dockerfile index 6b8cdba9..0b7aa6b4 100644 --- a/images/rsyslogd/Dockerfile +++ b/images/rsyslogd/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG RSYSLOG_VERSION=8.2512.0-r0 +ARG RSYSLOG_VERSION=8.2512.0-r1 ENV TZ=UTC RUN apk add --update gzip logrotate rsyslog=$RSYSLOG_VERSION \ rsyslog-mysql=$RSYSLOG_VERSION tar xz && \ diff --git a/images/rsyslogd/helm/Chart.yaml b/images/rsyslogd/helm/Chart.yaml index 5c842438..ead2c1ab 100644 --- a/images/rsyslogd/helm/Chart.yaml +++ b/images/rsyslogd/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/rsyslog/rsyslog type: application -version: 0.1.14 -appVersion: "8.2512.0-r0" +version: 0.1.15 +appVersion: "8.2512.0-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba-dc/Dockerfile b/images/samba-dc/Dockerfile index 9763d19b..678a09a5 100644 --- a/images/samba-dc/Dockerfile +++ b/images/samba-dc/Dockerfile @@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \ WINBIND_USE_DEFAULT_DOMAIN=yes \ WORKGROUP=AD -ARG SAMBA_VERSION=4.22.6-r0 +ARG SAMBA_VERSION=4.22.8-r0 COPY *.conf.j2 /root/ COPY entrypoint.sh /usr/local/bin/ diff --git a/images/samba-dc/helm/Chart.yaml b/images/samba-dc/helm/Chart.yaml index 977b248e..67f60a5f 100644 --- a/images/samba-dc/helm/Chart.yaml +++ b/images/samba-dc/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - ttps://gitlab.com/samba-team/samba type: application -version: 0.1.16 -appVersion: "4.22.6-r0" +version: 0.1.17 +appVersion: "4.22.8-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba/Dockerfile b/images/samba/Dockerfile index 97f6bc9a..b76ec16f 100644 --- a/images/samba/Dockerfile +++ b/images/samba/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG SAMBA_VERSION=4.22.6-r0 +ARG SAMBA_VERSION=4.22.8-r0 ENV LOGON_DRIVE=H \ NETBIOS_NAME=samba \ SERVER_STRING="Samba Server" \ diff --git a/images/samba/helm/Chart.yaml b/images/samba/helm/Chart.yaml index 51aa3eef..da948728 100644 --- a/images/samba/helm/Chart.yaml +++ b/images/samba/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://gitlab.com/samba-team/samba type: application -version: 0.1.16 -appVersion: "4.22.6-r0" +version: 0.1.17 +appVersion: "4.22.8-r0" dependencies: - name: chartlib version: 0.1.8