From 5c68865d2547d45d5649966c4d90f8ff3e15f9de Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Wed, 25 Jun 2025 23:57:26 -0700 Subject: [PATCH] SYS-654 image updates for alpine 3.22 --- images/data-sync/Dockerfile | 2 +- images/ddclient/Dockerfile | 4 ++-- images/ddclient/helm/Chart.yaml | 4 ++-- images/ez-ipupdate/Dockerfile | 2 +- images/git-dump/Dockerfile | 4 ++-- images/git-dump/helm/Chart.yaml | 4 ++-- images/git-pull/Dockerfile | 4 ++-- images/git-pull/helm/Chart.yaml | 4 ++-- images/mysqldump/Dockerfile | 4 ++-- images/mysqldump/helm/Chart.yaml | 4 ++-- images/nagios/Dockerfile | 6 +++--- images/nagiosql/Dockerfile | 4 ++-- images/nut-upsd/Dockerfile | 2 +- images/openldap/Dockerfile | 2 +- images/postfix-python/Dockerfile | 4 ++-- images/postfix-python/helm/Chart.yaml | 4 ++-- images/postfix/Dockerfile | 4 ++-- images/proftpd/Dockerfile | 4 ++-- images/proftpd/helm/Chart.yaml | 4 ++-- images/rsyslogd/Dockerfile | 4 ++-- images/rsyslogd/helm/Chart.yaml | 4 ++-- images/vsftpd/Dockerfile | 2 +- 22 files changed, 40 insertions(+), 40 deletions(-) diff --git a/images/data-sync/Dockerfile b/images/data-sync/Dockerfile index 22724248..3e9d0e4d 100644 --- a/images/data-sync/Dockerfile +++ b/images/data-sync/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ diff --git a/images/ddclient/Dockerfile b/images/ddclient/Dockerfile index a95a0b61..077ee1b3 100644 --- a/images/ddclient/Dockerfile +++ b/images/ddclient/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 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 DDCLIENT_VERSION=3.11.2-r0 +ARG DDCLIENT_VERSION=4.0.0-r1 ENV HOST= \ INTERVAL=3600 \ IPLOOKUP_URI=http://ipinfo.io/ip \ diff --git a/images/ddclient/helm/Chart.yaml b/images/ddclient/helm/Chart.yaml index e2667fe5..c9648a17 100644 --- a/images/ddclient/helm/Chart.yaml +++ b/images/ddclient/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/ddclient/ddclient/ type: application -version: 0.1.3 -appVersion: "3.11.2-r0" +version: 0.1.4 +appVersion: "4.0.0-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/ez-ipupdate/Dockerfile b/images/ez-ipupdate/Dockerfile index 47fabfc5..7e5f97ac 100644 --- a/images/ez-ipupdate/Dockerfile +++ b/images/ez-ipupdate/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ diff --git a/images/git-dump/Dockerfile b/images/git-dump/Dockerfile index 7ce461da..abad75ef 100644 --- a/images/git-dump/Dockerfile +++ b/images/git-dump/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -21,7 +21,7 @@ ENV API_TOKEN_SECRETNAME= \ USERNAME=git-dump \ TZ=UTC -ARG GIT_VERSION=2.47.2-r0 +ARG GIT_VERSION=2.49.0-r0 ARG GID=505 ARG UID=212 diff --git a/images/git-dump/helm/Chart.yaml b/images/git-dump/helm/Chart.yaml index ef5b2b65..968c02b7 100644 --- a/images/git-dump/helm/Chart.yaml +++ b/images/git-dump/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.16 -appVersion: "2.47.2-r0" +version: 0.1.17 +appVersion: "2.49.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/git-pull/Dockerfile b/images/git-pull/Dockerfile index 9d298c25..ed25bbef 100644 --- a/images/git-pull/Dockerfile +++ b/images/git-pull/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 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 GIT_VERSION=2.47.2-r0 +ARG GIT_VERSION=2.49.0-r0 ENV DEST=. \ GIT_COMMIT=master \ GIT_HOST=github.com \ diff --git a/images/git-pull/helm/Chart.yaml b/images/git-pull/helm/Chart.yaml index e881a8d4..ce77da66 100644 --- a/images/git-pull/helm/Chart.yaml +++ b/images/git-pull/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.14 -appVersion: "2.47.2-r0" +version: 0.1.15 +appVersion: "2.49.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mysqldump/Dockerfile b/images/mysqldump/Dockerfile index a129f6db..0b5378c9 100644 --- a/images/mysqldump/Dockerfile +++ b/images/mysqldump/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -18,7 +18,7 @@ ENV HOUR=3 MINUTE=30 \ TZ=UTC ARG UID=210 ARG BACKUP_GID=34 -ARG CLIENT_VERSION=11.4.5-r0 +ARG CLIENT_VERSION=11.4.5-r2 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 1e97e9b6..7fd90102 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.12 -appVersion: "11.4.5-r0" +version: 0.1.13 +appVersion: "11.4.5-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/nagios/Dockerfile b/images/nagios/Dockerfile index 9657bc79..ccf96b6f 100644 --- a/images/nagios/Dockerfile +++ b/images/nagios/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -7,10 +7,10 @@ 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 NAGIOS_VERSION=4.5.8-r0 +ARG NAGIOS_VERSION=4.5.9-r0 ARG NAGIOS_GID=1000 ARG NAGIOS_UID=999 -ARG PLUGINS_VERSION=2.4.10-r0 +ARG PLUGINS_VERSION=2.4.12-r0 ARG WWW_UID=33 ENV AUTHORIZED_USERS=nagiosadmin \ CONFIG_CHECK=yes \ diff --git a/images/nagiosql/Dockerfile b/images/nagiosql/Dockerfile index 3a9a4d04..2890ea2e 100644 --- a/images/nagiosql/Dockerfile +++ b/images/nagiosql/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -20,7 +20,7 @@ ENV APACHE_BIN=httpd \ ARG APACHE_UID=33 ARG NAGIOS_GID=1000 ARG NAGIOS_UID=999 -ARG NAGIOS_VERSION=4.5.8-r0 +ARG NAGIOS_VERSION=4.5.9-r0 ARG NAGIOSQL_VERSION=3.5.0 ARG NAGIOSQL_SHA=f777dfd8152768669ac73d96a6547fc5d8add80f50fb9fb4e255fc4f344d1222 ARG NAGIOSQL_DOWNLOAD=nagiosql-$NAGIOSQL_VERSION-git2023-06-18.tar.bz2 diff --git a/images/nut-upsd/Dockerfile b/images/nut-upsd/Dockerfile index 0888db74..239fe3db 100644 --- a/images/nut-upsd/Dockerfile +++ b/images/nut-upsd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ diff --git a/images/openldap/Dockerfile b/images/openldap/Dockerfile index d859d32c..89c97120 100644 --- a/images/openldap/Dockerfile +++ b/images/openldap/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index 522b42fc..84e2543e 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTFIX_VERSION=3.9.3-r0 +ARG POSTFIX_VERSION=3.10.2-r0 FROM instantlinux/postfix:$POSTFIX_VERSION ARG BUILD_DATE @@ -21,7 +21,7 @@ ENV BLACKLIST_USER_SECRETNAME=mysql-blacklist-user \ SPAMC_HOST=spamassassin ARG GETPIP_SHA=5b9e2f9bb476ce76f84942bb7247dec8d6c0bb9dbc8c62ba2543b81fd7a4243c ARG GETPIP_URI=https://bootstrap.pypa.io/pip/3.7/get-pip.py -ARG PYTHON_PIP_VERSION=24.0 +ARG PYTHON_PIP_VERSION=25.1.1 COPY requirements.txt /root/ COPY src/ /usr/local/bin/ diff --git a/images/postfix-python/helm/Chart.yaml b/images/postfix-python/helm/Chart.yaml index cfd8e644..67b4f915 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.17 -appVersion: "3.9.3-r0" +version: 0.1.18 +appVersion: "3.10.2-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index 7f7c067c..dd3c77fa 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -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.9.3-r0 +ARG POSTFIX_VERSION=3.10.2-r0 ENV SASL_SECRETNAME=postfix-sasl-passwd \ TZ=UTC diff --git a/images/proftpd/Dockerfile b/images/proftpd/Dockerfile index 5956d953..792506c9 100644 --- a/images/proftpd/Dockerfile +++ b/images/proftpd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 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 PROFTPD_VERSION=1.3.8d-r0 +ARG PROFTPD_VERSION=1.3.9-r1 ENV ALLOW_OVERWRITE=on \ ANONYMOUS_DISABLE=off \ diff --git a/images/proftpd/helm/Chart.yaml b/images/proftpd/helm/Chart.yaml index 9ffa2bf4..f26dca30 100644 --- a/images/proftpd/helm/Chart.yaml +++ b/images/proftpd/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/proftpd/proftpd type: application -version: 0.1.11 -appVersion: "1.3.8d-r0" +version: 0.1.12 +appVersion: "1.3.9-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/rsyslogd/Dockerfile b/images/rsyslogd/Dockerfile index 392381aa..c35c82d4 100644 --- a/images/rsyslogd/Dockerfile +++ b/images/rsyslogd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -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.2410.0-r0 +ARG RSYSLOG_VERSION=8.2410.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 3f98bc37..5e097026 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.12 -appVersion: "8.2410.0-r0" +version: 0.1.13 +appVersion: "8.2410.0-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/vsftpd/Dockerfile b/images/vsftpd/Dockerfile index bdf0325d..f344ff34 100644 --- a/images/vsftpd/Dockerfile +++ b/images/vsftpd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF