Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/mariadb-galera/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:12.1.2
FROM mariadb:12.3.1
ARG BUILD_DATE
ARG VCS_REF
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
Expand Down
4 changes: 2 additions & 2 deletions images/mariadb-galera/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sources:
- https://github.com/MariaDB/server
- https://github.com/MariaDB/galera
type: application
version: 0.1.2
appVersion: "12.1.2"
version: 0.1.3
appVersion: "12.3.1"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
6 changes: 3 additions & 3 deletions images/mariadb-galera/requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==7.11.0
coverage==7.13.5
flake8==7.3.0
mock==5.2.0
pytest==8.4.2
pytest-cov==7.0.0
pytest==9.0.3
pytest-cov==7.1.0
7 changes: 4 additions & 3 deletions images/mythtv-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:noble
FROM ubuntu:resolute
ARG BUILD_DATE
ARG VCS_REF
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
Expand All @@ -19,7 +19,7 @@ ENV DBNAME=mythtv \
ARG MYTHTV_GID=100
ARG MYTHTV_UID=2021
ARG MYTHTV_PPA=ppa:mythbuntu/36
ARG MYTHTV_VERSION=2:36.0+fixes.202602111500.0bcc85b590~ubuntu24.04.1
ARG MYTHTV_VERSION=2:36.0+fixes.202604171138.4a9097b492~ubuntu26.04.1
ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2

RUN \
Expand All @@ -34,7 +34,8 @@ RUN \
curl iputils-ping less lsb-release mariadb-client net-tools \
mythtv-backend=$MYTHTV_VERSION \
mythtv-common=$MYTHTV_VERSION mythtv-transcode-utils=$MYTHTV_VERSION \
libmyth-python libmythtv-perl psmisc sudo tzdata v4l-utils vim xmltv
libmyth-python libmythtv-perl libjson-xs-perl psmisc sudo tzdata v4l-utils \
vim xmltv

COPY src/ /root/

Expand Down
4 changes: 2 additions & 2 deletions images/mythtv-backend/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/mythtv/mythtv
type: application
version: 0.1.19
appVersion: "36.0-fixes.202602111500.0bcc85b590"
version: 0.1.20
appVersion: "36.0-fixes.202604171138.4a9097b492"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
Loading