File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +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.202508101748.931474b3a0 ~ubuntu24.04.1
24+ ARG MYTHTV_VERSION=2:35.0+fixes.202511050005.7e93f0d37b ~ubuntu24.04.1
2525ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2
2626
2727RUN \
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.15
10- appVersion : " 35.0-fixes.202508101748.931474b3a0 "
9+ version : 0.1.16
10+ appVersion : " 35.0-fixes.202511050005.7e93f0d37b "
1111dependencies :
1212- name : chartlib
1313 version : 0.1.8
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ ingress:
105105 hosts :
106106 - mythweb.example.com
107107ingressTOTP :
108+ annotations :
109+ cert-manager.io/cluster-issuer : letsencrypt-prod
110+ kubernetes.io/ingress.class : nginx
108111 hosts :
109112 - host : mythweb.example.com
110113 paths :
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" \
@@ -46,7 +46,7 @@ ENV AIRLINK_HOST= \
4646 WX_ROOT=/home/weewx/weewx-data \
4747 WX_USER=weewx
4848
49- ARG WEEWX_VERSION=5.1 .0
49+ ARG WEEWX_VERSION=5.2 .0
5050ARG WEEGREEN_VERSION=v0.12
5151ARG AIRLINK_VERSION=1.4
5252ARG WX_GROUP=dialout
Original file line number Diff line number Diff line change 66- https://github.com/instantlinux/docker-tools
77- https://github.com/weewx/weewx/
88type : application
9- version : 0.1.8
10- appVersion : " 5.1 .0"
9+ version : 0.1.9
10+ appVersion : " 5.2 .0"
1111dependencies :
1212- name : chartlib
1313 version : 0.1.8
You can’t perform that action at this time.
0 commit comments