Skip to content

Commit 90dee81

Browse files
authored
SYS-654 more image and helm updates (#208)
1 parent 934140e commit 90dee81

23 files changed

Lines changed: 68 additions & 50 deletions

File tree

images/dovecot/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM instantlinux/postfix:3.9.0-r1
1+
FROM instantlinux/postfix:3.10.2-r0
22

33
ARG BUILD_DATE
44
ARG VCS_REF
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG DOVECOT_VERSION=2.3.21.1-r0
11+
ARG DOVECOT_VERSION=2.4.1-r2
1212
ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd
1313

1414
ENV LDAP_SECRETNAME=ldap-ro-password \
@@ -20,7 +20,7 @@ RUN echo '@old http://dl-cdn.alpinelinux.org/alpine/v3.11/main' \
2020
apk add --no-cache dovecot=$DOVECOT_VERSION dovecot-ldap=$DOVECOT_VERSION \
2121
procmail@old && \
2222
rm /etc/ssl/dovecot/server.* && cd /usr/local/bin && \
23-
wget -q https://raw.githubusercontent.com/dovecot/core/release-2.3.21/doc/mkcert.sh && \
23+
wget -q https://raw.githubusercontent.com/dovecot/core/release-2.4.1/doc/mkcert.sh && \
2424
echo "$MKCERT_SHA mkcert.sh" | sha256sum -c && \
2525
chmod 755 /usr/local/bin/mkcert.sh
2626

images/dovecot/helm/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/vdukhovni/dovecot
88
type: application
9-
version: 0.1.10
10-
appVersion: "2.3.21.1-r0"
9+
version: 0.1.11
10+
appVersion: "2.4.1-r2"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8
1414
repository: https://instantlinux.github.io/docker-tools
1515
- name: data-sync
16-
version: 0.1.3
16+
version: 0.1.14
1717
repository: https://instantlinux.github.io/docker-tools

images/haproxy-keepalived/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haproxy:3.1.6-alpine
1+
FROM haproxy:3.2.1-alpine
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \

images/haproxy-keepalived/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sources:
77
- https://github.com/haproxy/haproxy
88
- https://github.com/acassen/keepalived
99
type: application
10-
version: 0.1.17
11-
appVersion: "3.1.6-alpine-2.3.1-r0"
10+
version: 0.1.18
11+
appVersion: "3.2.1-alpine-2.3.1-r0"
1212
dependencies:
1313
- name: chartlib
1414
version: 0.1.8

images/mythtv-backend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ ARG APT_SIG=13551B881504888C
2121
ARG MYTHTV_GID=100
2222
ARG MYTHTV_UID=2021
2323
ARG MYTHTV_PPA=http://ppa.launchpad.net/mythbuntu/35
24-
ARG MYTHTV_VERSION=2:35.0+fixes.202504212209.eaa307f0b6~ubuntu24.04.1
25-
ARG PPA_BRANCH=33
24+
ARG MYTHTV_VERSION=2:35.0+fixes.202506081602.5f093cd977~ubuntu24.04.1
2625
ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2
2726

2827
RUN \

images/mythtv-backend/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/mythtv/mythtv
88
type: application
9-
version: 0.1.13
10-
appVersion: "35.0-fixes.202504212209.eaa307f0b6"
9+
version: 0.1.14
10+
appVersion: "35.0-fixes.202506081602.5f093cd977"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/postfix-python/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ENV BLACKLIST_USER_SECRETNAME=mysql-blacklist-user \
1919
INBOUND_RELAY="by mail.mydomain.com" \
2020
SPAMLIMIT=12 \
2121
SPAMC_HOST=spamassassin
22-
ARG GETPIP_SHA=5b9e2f9bb476ce76f84942bb7247dec8d6c0bb9dbc8c62ba2543b81fd7a4243c
23-
ARG GETPIP_URI=https://bootstrap.pypa.io/pip/3.7/get-pip.py
24-
ARG PYTHON_PIP_VERSION=25.1.1
22+
ARG GETPIP_SHA=6ed6e98282a504ee0a6632856e16c39f222d313fc38be33de216d4afb6ac12f7
23+
ARG GETPIP_URI=https://bootstrap.pypa.io/pip/3.8/get-pip.py
24+
ARG PYTHON_PIP_VERSION=25.0.1
2525

2626
COPY requirements.txt /root/
2727
COPY src/ /usr/local/bin/
@@ -31,8 +31,8 @@ RUN apk add --no-cache --update \
3131
mkdir build && cd build && \
3232
wget -q -O get-pip.py $GETPIP_URI && \
3333
echo "$GETPIP_SHA get-pip.py" | sha256sum -c && \
34-
python3 get-pip.py --disable-pip-version-check --no-cache-dir \
35-
pip==$PYTHON_PIP_VERSION --break-system-packages && \
34+
python3 get-pip.py --no-cache-dir pip==$PYTHON_PIP_VERSION \
35+
--break-system-packages && \
3636
apk add --no-cache --virtual .fetch-deps \
3737
gcc git freetype-dev jpeg-dev musl-dev zlib-dev && \
3838
pip install -r /root/requirements.txt --break-system-packages && \

images/samba-dc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -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.20.6-r1
27+
ARG SAMBA_VERSION=4.21.4-r4
2828

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

images/samba-dc/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- ttps://gitlab.com/samba-team/samba
88
type: application
9-
version: 0.1.14
10-
appVersion: "4.20.6-r1"
9+
version: 0.1.15
10+
appVersion: "4.21.4-r4"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/samba/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG SAMBA_VERSION=4.20.6-r1
11+
ARG SAMBA_VERSION=4.21.4-r4
1212
ENV LOGON_DRIVE=H \
1313
NETBIOS_NAME=samba \
1414
SERVER_STRING="Samba Server" \

0 commit comments

Comments
 (0)