From bd6ee6e2b7f56fdeb1996156fb273ebe2cd26ec9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:02:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/debian-base=20Docker=20tag=20to=20v7=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .github/renovate.json | 2 +- tautulli/Dockerfile | 14 ++++++++------ tautulli/build.yaml | 10 +++++----- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 91af0b1..748b5cb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "deb", "datasourceTemplate": "repology", - "depNameTemplate": "debian_11/{{package}}" + "depNameTemplate": "debian_12/{{package}}" }, { "fileMatch": ["/Dockerfile$"], diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index d1f2244..2db0ea8 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -1,7 +1,9 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.2.7 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} +ENV PIP_BREAK_SYSTEM_PACKAGES=1 + # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -13,15 +15,15 @@ COPY requirements.txt /tmp/ # Setup base ARG BUILD_ARCH=amd64 -ENV TAUTULLI_VERSION="v2.12.4" +ARG TAUTULLI_VERSION="v2.12.4" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \ build-essential=12.9 \ - git=1:2.30.2-1+deb11u2 \ - python3-dev=3.9.2-3 \ - python3-pip=20.3.4-4+deb11u1 \ - python3=3.9.2-3\ + git=1:2.39.2-1.1 \ + python3-dev=3.11.2-1+b1 \ + python3-pip=23.0.1+dfsg-1 \ + python3=3.11.2-1+b1 \ \ && pip install \ --no-cache-dir \ diff --git a/tautulli/build.yaml b/tautulli/build.yaml index 402c7d7..41eef1d 100644 --- a/tautulli/build.yaml +++ b/tautulli/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:6.2.7 - amd64: ghcr.io/hassio-addons/debian-base:6.2.7 - armhf: ghcr.io/hassio-addons/debian-base:6.2.7 - armv7: ghcr.io/hassio-addons/debian-base:6.2.7 - i386: ghcr.io/hassio-addons/debian-base:6.2.7 + aarch64: ghcr.io/hassio-addons/debian-base:7.0.0 + amd64: ghcr.io/hassio-addons/debian-base:7.0.0 + armhf: ghcr.io/hassio-addons/debian-base:7.0.0 + armv7: ghcr.io/hassio-addons/debian-base:7.0.0 + i386: ghcr.io/hassio-addons/debian-base:7.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev