Skip to content

Commit b0dadd7

Browse files
committed
SYS-666 image and helm chart updates - alpine 3.23
1 parent cd3b851 commit b0dadd7

40 files changed

Lines changed: 83 additions & 73 deletions

File tree

images/data-sync/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -15,9 +15,9 @@ ENV PEERNAME= \
1515
SSHKEY1=data-sync-sshkey1 \
1616
SSHKEY2=data-sync-sshkey2
1717

18-
ARG UNISON_VERSION=2.53.7
19-
ARG OCAML_VERSION=4.14.2-r1
20-
ARG UNISON_SHA=a259537cef465c4806d6c1638c382620db2dd395ae42a0dd2efa3ba92712bed5
18+
ARG UNISON_VERSION=2.53.8
19+
ARG OCAML_VERSION=4.14.2-r2
20+
ARG UNISON_SHA=d0d30ea63e09fc8edf10bd8cbab238fffc8ed510d27741d06b5caa816abd58b6
2121
ARG RRSYNC_SHA=b745a37909fc10087cc9c901ad7dfda8ad8b6b493097b156b68ba33db4a5a52f
2222

2323
COPY src/ /root/src/

images/data-sync/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools
55
sources:
66
- https://github.com/instantlinux/docker-tools
77
type: application
8-
version: 0.1.14
9-
appVersion: "2.53.7-4.14.2-r1"
8+
version: 0.1.15
9+
appVersion: "2.53.8-4.14.2-r2"
1010
dependencies:
1111
- name: chartlib
1212
version: 0.1.8

images/ddclient/Dockerfile

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

images/ez-ipupdate/Dockerfile

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

images/git-dump/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -21,7 +21,7 @@ ENV API_TOKEN_SECRETNAME= \
2121
USERNAME=git-dump \
2222
TZ=UTC
2323

24-
ARG GIT_VERSION=2.49.1-r0
24+
ARG GIT_VERSION=2.52.0-r0
2525
ARG GID=505
2626
ARG UID=212
2727

images/git-pull/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
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 GIT_VERSION=2.49.1-r0
11+
ARG GIT_VERSION=2.52.0-r0
1212
ENV DEST=. \
1313
GIT_COMMIT=master \
1414
GIT_HOST=github.com \

images/git-pull/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools
55
sources:
66
- https://github.com/instantlinux/docker-tools
77
type: application
8-
version: 0.1.16
9-
appVersion: "2.49.1-r0"
8+
version: 0.1.17
9+
appVersion: "2.52.0-r0"
1010
dependencies:
1111
- name: chartlib
1212
version: 0.1.8

images/mysqldump/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -18,7 +18,7 @@ ENV HOUR=3 MINUTE=30 \
1818
TZ=UTC
1919
ARG UID=210
2020
ARG BACKUP_GID=34
21-
ARG CLIENT_VERSION=11.4.8-r0
21+
ARG CLIENT_VERSION=11.4.9-r0
2222

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

images/mysqldump/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/mariadb/server/tree/10.5/client
88
type: application
9-
version: 0.1.14
10-
appVersion: "11.4.8-r0"
9+
version: 0.1.15
10+
appVersion: "11.4.9-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/mythtv-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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.202511050005.7e93f0d37b~ubuntu24.04.1
24+
ARG MYTHTV_VERSION=2:35.0+fixes.202512040136.187b4cc6ca~ubuntu24.04.1
2525
ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2
2626

2727
RUN \

0 commit comments

Comments
 (0)