From b07eaa211b23bdbb193a73ed30055ab4d19882ab Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Wed, 5 Jul 2023 08:58:16 -0700 Subject: [PATCH] SYS-607 image updates for Alpine 3.18 --- README.md | 1 + images/data-sync/Dockerfile | 6 +++--- images/data-sync/helm/Chart.yaml | 4 ++-- images/dhcpd-dns-pxe/Dockerfile | 6 +++--- images/dhcpd-dns-pxe/helm/Chart.yaml | 4 ++-- images/dovecot/Dockerfile | 4 ++-- images/dovecot/helm/Chart.yaml | 4 ++-- images/ez-ipupdate/Dockerfile | 4 ++-- images/ez-ipupdate/helm/Chart.yaml | 4 ++-- 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/haproxy-keepalived/Dockerfile | 2 +- images/haproxy-keepalived/helm/Chart.yaml | 4 ++-- images/mysqldump/Dockerfile | 4 ++-- images/mysqldump/helm/Chart.yaml | 4 ++-- images/nagios/Dockerfile | 6 +++--- images/nut-upsd/Dockerfile | 2 +- images/openldap/Dockerfile | 4 ++-- images/openldap/helm/Chart.yaml | 4 ++-- 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/samba-dc/Dockerfile | 4 ++-- images/samba-dc/helm/Chart.yaml | 4 ++-- images/samba/Dockerfile | 4 ++-- images/samba/helm/Chart.yaml | 4 ++-- images/udp-nginx-proxy/Dockerfile | 2 +- images/vsftpd/Dockerfile | 2 +- k8s/helm/splunk/Chart.yaml | 4 ++-- 35 files changed, 68 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index d70cc429..39cd82b7 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ The cluster-deployment tools here include helm charts and ansible playbooks to s Thank you to the following contributors! +* [Mike Neir](https://github.com/d0ct0rvenkman) * [Chad Hedstrom](https://github.com/Hadlock) - [personal site](http://nearlydeaf.com/) * [Sean Mollet](https://github.com/SeanMollet) * [Juan Manuel Carrillo Moreno](https://github.com/inetshell) - [personal site](https://wiki.inetshell.mx/) diff --git a/images/data-sync/Dockerfile b/images/data-sync/Dockerfile index 0218b107..64735d5d 100644 --- a/images/data-sync/Dockerfile +++ b/images/data-sync/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -16,8 +16,8 @@ ENV PEERNAME= \ SSHKEY1=data-sync-sshkey1 \ SSHKEY2=data-sync-sshkey2 -ARG UNISON_VERSION=2.53.0 -ARG OCAML_VERSION=4.14.0-r0 +ARG UNISON_VERSION=2.53.3 +ARG OCAML_VERSION=4.14.1-r1 ARG UNISON_SHA=9364477df4501b9c7377e2ca1a7c4b44c1f16fa7cbc12b7f5b543d08c3f0740a ARG RRSYNC_SHA=b745a37909fc10087cc9c901ad7dfda8ad8b6b493097b156b68ba33db4a5a52f diff --git a/images/data-sync/helm/Chart.yaml b/images/data-sync/helm/Chart.yaml index dacb7029..b6a65e28 100644 --- a/images/data-sync/helm/Chart.yaml +++ b/images/data-sync/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.8 -appVersion: "2.53.0-4.14.0-r0" +version: 0.1.9 +appVersion: "2.53.3-4.14.1-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/dhcpd-dns-pxe/Dockerfile b/images/dhcpd-dns-pxe/Dockerfile index 959dc3bf..e222caad 100644 --- a/images/dhcpd-dns-pxe/Dockerfile +++ b/images/dhcpd-dns-pxe/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,8 +8,8 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG DHCP_VERSION=4.4.3_p1-r1 -ARG DNSMASQ_VERSION=2.87-r0 +ARG DHCP_VERSION=4.4.3_p1-r2 +ARG DNSMASQ_VERSION=2.89-r5 ENV DHCP_BOOT=pxelinux.0 \ DHCP_ENABLE=yes \ diff --git a/images/dhcpd-dns-pxe/helm/Chart.yaml b/images/dhcpd-dns-pxe/helm/Chart.yaml index d39fcfed..9738a8d4 100644 --- a/images/dhcpd-dns-pxe/helm/Chart.yaml +++ b/images/dhcpd-dns-pxe/helm/Chart.yaml @@ -7,8 +7,8 @@ sources: - https://source.isc.org/git/dhcp.git - http://thekelleys.org.uk/gitweb/?p=dnsmasq.git type: application -version: 0.1.8 -appVersion: "4.4.3_p1-r1-2.87-r0" +version: 0.1.9 +appVersion: "4.4.3_p1-r2-2.89-r5" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/dovecot/Dockerfile b/images/dovecot/Dockerfile index 843b8701..160f1bbd 100644 --- a/images/dovecot/Dockerfile +++ b/images/dovecot/Dockerfile @@ -1,4 +1,4 @@ -FROM instantlinux/postfix:3.7.3-r1 +FROM instantlinux/postfix:3.8.1-r0 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE @@ -9,7 +9,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG DOVECOT_VERSION=2.3.20-r6 +ARG DOVECOT_VERSION=2.3.20-r10 ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd ENV LDAP_PASSWD_SECRET=ldap-ro-password \ diff --git a/images/dovecot/helm/Chart.yaml b/images/dovecot/helm/Chart.yaml index 1affe778..23db690e 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.5 -appVersion: "2.3.20-r6" +version: 0.1.6 +appVersion: "2.3.20-r10" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/ez-ipupdate/Dockerfile b/images/ez-ipupdate/Dockerfile index 323ff7b8..bc7e093f 100644 --- a/images/ez-ipupdate/Dockerfile +++ b/images/ez-ipupdate/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG EZ_VERSION=3.0.10-r10 +ARG EZ_VERSION=3.0.10-r13 ENV HOST= \ INTERVAL=3600 \ IPLOOKUP_URI=http://ipinfo.io/ip \ diff --git a/images/ez-ipupdate/helm/Chart.yaml b/images/ez-ipupdate/helm/Chart.yaml index c5b16bce..1ffe55a5 100644 --- a/images/ez-ipupdate/helm/Chart.yaml +++ b/images/ez-ipupdate/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://sourceforge.net/projects/ez-ipupdate/ type: application -version: 0.1.2 -appVersion: "3.0.10-r10" +version: 0.1.3 +appVersion: "3.0.10-r13" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/git-dump/Dockerfile b/images/git-dump/Dockerfile index 6f748105..f837a5f4 100644 --- a/images/git-dump/Dockerfile +++ b/images/git-dump/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -18,7 +18,7 @@ ENV API_TOKEN_SECRET= \ USERNAME=git-dump \ TZ=UTC -ARG GIT_VERSION=2.38.4-r1 +ARG GIT_VERSION=2.40.1-r0 ARG GROUP=care ARG GID=505 ARG UID=212 diff --git a/images/git-dump/helm/Chart.yaml b/images/git-dump/helm/Chart.yaml index ffe7c467..485e7458 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.10 -appVersion: "2.38.4-r1" +version: 0.1.11 +appVersion: "2.40.1-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/git-pull/Dockerfile b/images/git-pull/Dockerfile index 00a771ec..fb2f46e1 100644 --- a/images/git-pull/Dockerfile +++ b/images/git-pull/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG GIT_VERSION=2.38.4-r1 +ARG GIT_VERSION=2.40.1-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 1a7c1205..23a0b70a 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.8 -appVersion: "2.38.4-r1" +version: 0.1.9 +appVersion: "2.40.1-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/haproxy-keepalived/Dockerfile b/images/haproxy-keepalived/Dockerfile index 651bdb16..98b55d1a 100644 --- a/images/haproxy-keepalived/Dockerfile +++ b/images/haproxy-keepalived/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.7.1-alpine +FROM haproxy:2.8.1-alpine MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF diff --git a/images/haproxy-keepalived/helm/Chart.yaml b/images/haproxy-keepalived/helm/Chart.yaml index 4580ac72..2f7b7d64 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.9 -appVersion: "2.7.1-alpine-2.2.7-r2" +version: 0.1.10 +appVersion: "2.8.1-alpine-2.2.7-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mysqldump/Dockerfile b/images/mysqldump/Dockerfile index c2e83921..eb257e5e 100644 --- a/images/mysqldump/Dockerfile +++ b/images/mysqldump/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -19,7 +19,7 @@ ENV HOUR=3 MINUTE=30 \ ARG UID=210 ARG BACKUP_GID=34 -ARG CLIENT_VERSION=10.6.11-r0 +ARG CLIENT_VERSION=10.11.4-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 bb623fc7..b7784ad6 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.6 -appVersion: "10.6.11-r0" +version: 0.1.7 +appVersion: "10.11.4-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/nagios/Dockerfile b/images/nagios/Dockerfile index 0d65ffd0..93f87eec 100644 --- a/images/nagios/Dockerfile +++ b/images/nagios/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,10 +8,10 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG NAGIOS_VERSION=4.4.9-r0 +ARG NAGIOS_VERSION=4.4.13-r0 ARG NAGIOS_GID=1000 ARG NAGIOS_UID=999 -ARG PLUGINS_VERSION=2.4.2-r0 +ARG PLUGINS_VERSION=2.4.5-r0 ARG WWW_UID=33 ENV AUTHORIZED_USERS=nagiosadmin \ CONFIG_CHECK=yes \ diff --git a/images/nut-upsd/Dockerfile b/images/nut-upsd/Dockerfile index d438e0f3..3957ce01 100644 --- a/images/nut-upsd/Dockerfile +++ b/images/nut-upsd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF diff --git a/images/openldap/Dockerfile b/images/openldap/Dockerfile index ece8a73f..9eef71ed 100644 --- a/images/openldap/Dockerfile +++ b/images/openldap/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG OPENLDAP_VERSION=2.6.3-r6 +ARG OPENLDAP_VERSION=2.6.4-r3 ENV SLAPD_DN_ATTR=uid \ SLAPD_FQDN=example.com \ SLAPD_LOG_LEVEL=Config,Stats \ diff --git a/images/openldap/helm/Chart.yaml b/images/openldap/helm/Chart.yaml index 23baaf0a..3eba92a2 100644 --- a/images/openldap/helm/Chart.yaml +++ b/images/openldap/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://git.openldap.org/openldap/openldap type: application -version: 0.1.2 -appVersion: "2.6.3-r6" +version: 0.1.3 +appVersion: "2.6.4-r3" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index aade0ff0..f71d5914 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTFIX_VERSION=3.7.3-r1 +ARG POSTFIX_VERSION=3.8.1-r0 FROM instantlinux/postfix:$POSTFIX_VERSION MAINTAINER Rich Braun "docker@instantlinux.net" @@ -22,7 +22,7 @@ ENV BLACKLIST_USER_SECRET=mysql-blacklist-user \ ARG GETPIP_SHA=311afebb7cdd310eb3a3a6bb6fffef53d84493db98c7cebf4008a18d3418c8be ARG GETPIP_URI=https://bootstrap.pypa.io/pip/3.5/get-pip.py -ARG PYTHON_PIP_VERSION=21.1.3 +ARG PYTHON_PIP_VERSION=23.1.2 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 88c3150e..9fa4d1bb 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.8 -appVersion: "3.7.3-r1" +version: 0.1.9 +appVersion: "3.8.1-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index 39f9d1b4..c55febb6 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG POSTFIX_VERSION=3.7.3-r1 +ARG POSTFIX_VERSION=3.8.1-r0 ENV SASL_PASSWD_SECRET=postfix-sasl-passwd \ TZ=UTC diff --git a/images/proftpd/Dockerfile b/images/proftpd/Dockerfile index 57102daa..4c9a70e0 100644 --- a/images/proftpd/Dockerfile +++ b/images/proftpd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG PROFTPD_VERSION=1.3.7f-r1 +ARG PROFTPD_VERSION=1.3.8-r3 ENV ALLOW_OVERWRITE=on \ ANONYMOUS_DISABLE=off \ ANON_UPLOAD_ENABLE=DenyAll \ diff --git a/images/proftpd/helm/Chart.yaml b/images/proftpd/helm/Chart.yaml index 592bfd25..f1a5a584 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.4 -appVersion: "1.3.7f-r1" +version: 0.1.5 +appVersion: "1.3.8-r3" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/rsyslogd/Dockerfile b/images/rsyslogd/Dockerfile index 4a2dd722..5dabf11d 100644 --- a/images/rsyslogd/Dockerfile +++ b/images/rsyslogd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG RSYSLOG_VERSION=8.2210.0-r0 +ARG RSYSLOG_VERSION=8.2306.0-r0 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 21e855a6..c551bbbf 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.7 -appVersion: "8.2210.0-r0" +version: 0.1.8 +appVersion: "8.2306.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba-dc/Dockerfile b/images/samba-dc/Dockerfile index 5c90547b..f9fef355 100644 --- a/images/samba-dc/Dockerfile +++ b/images/samba-dc/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \ WINBIND_USE_DEFAULT_DOMAIN=yes \ WORKGROUP=AD -ARG SAMBA_VERSION=4.16.8-r0 +ARG SAMBA_VERSION=4.18.3-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 727304e0..c8832184 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.8 -appVersion: "4.16.8-r0" +version: 0.1.9 +appVersion: "4.18.3-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba/Dockerfile b/images/samba/Dockerfile index a2d58362..02858532 100644 --- a/images/samba/Dockerfile +++ b/images/samba/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG SAMBA_VERSION=4.16.8-r0 +ARG SAMBA_VERSION=4.18.3-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 cb7e11c2..cf9f3271 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.6 -appVersion: "4.16.8-r0" +version: 0.1.9 +appVersion: "4.18.3-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/udp-nginx-proxy/Dockerfile b/images/udp-nginx-proxy/Dockerfile index 93c54989..2c249000 100644 --- a/images/udp-nginx-proxy/Dockerfile +++ b/images/udp-nginx-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.22.0-alpine +FROM nginx:1.25.1-alpine MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF diff --git a/images/vsftpd/Dockerfile b/images/vsftpd/Dockerfile index 52bb01f1..fa71ff12 100644 --- a/images/vsftpd/Dockerfile +++ b/images/vsftpd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.18 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF diff --git a/k8s/helm/splunk/Chart.yaml b/k8s/helm/splunk/Chart.yaml index 8423a916..36a642d2 100644 --- a/k8s/helm/splunk/Chart.yaml +++ b/k8s/helm/splunk/Chart.yaml @@ -15,8 +15,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://hub.docker.com/r/splunk/splunk type: application -version: 0.1.6 -appVersion: "9.0.3" +version: 0.1.7 +appVersion: "9.0.5" dependencies: - name: chartlib version: 0.1.8