File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM instantlinux/postfix:3.9.0-r1
1+ FROM instantlinux/postfix:3.10.2-r0
22
33ARG BUILD_DATE
44ARG 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
1212ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd
1313
1414ENV 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
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ sources:
66- https://github.com/instantlinux/docker-tools
77- https://github.com/vdukhovni/dovecot
88type : application
9- version : 0.1.10
10- appVersion : " 2.3.21.1-r0 "
9+ version : 0.1.11
10+ appVersion : " 2.4.1-r2 "
1111dependencies :
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
Original file line number Diff line number Diff line change 1- FROM haproxy:3.1.6 -alpine
1+ FROM haproxy:3.2.1 -alpine
22ARG BUILD_DATE
33ARG VCS_REF
44LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
Original file line number Diff line number Diff line change 77- https://github.com/haproxy/haproxy
88- https://github.com/acassen/keepalived
99type : 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"
1212dependencies :
1313- name : chartlib
1414 version : 0.1.8
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ ARG APT_SIG=13551B881504888C
2121ARG MYTHTV_GID=100
2222ARG MYTHTV_UID=2021
2323ARG 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
2625ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2
2726
2827RUN \
Original file line number Diff line number Diff line change 66- https://github.com/instantlinux/docker-tools
77- https://github.com/mythtv/mythtv
88type : 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 "
1111dependencies :
1212- name : chartlib
1313 version : 0.1.8
Original file line number Diff line number Diff 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
2626COPY requirements.txt /root/
2727COPY 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 && \
Original file line number Diff line number Diff line change 1- FROM alpine:3.21
1+ FROM alpine:3.22
22ARG BUILD_DATE
33ARG VCS_REF
44LABEL 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
2929COPY *.conf.j2 /root/
3030COPY entrypoint.sh /usr/local/bin/
Original file line number Diff line number Diff line change 66- https://github.com/instantlinux/docker-tools
77- ttps://gitlab.com/samba-team/samba
88type : application
9- version : 0.1.14
10- appVersion : " 4.20.6-r1 "
9+ version : 0.1.15
10+ appVersion : " 4.21.4-r4 "
1111dependencies :
1212- name : chartlib
1313 version : 0.1.8
Original file line number Diff line number Diff line change 1- FROM alpine:3.21
1+ FROM alpine:3.22
22ARG BUILD_DATE
33ARG VCS_REF
44LABEL 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
1212ENV LOGON_DRIVE=H \
1313 NETBIOS_NAME=samba \
1414 SERVER_STRING="Samba Server" \
You can’t perform that action at this time.
0 commit comments