mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7 (#301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
58b0b90a3e
commit
bd6ee6e2b7
3 changed files with 14 additions and 12 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "deb",
|
"versioningTemplate": "deb",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "debian_11/{{package}}"
|
"depNameTemplate": "debian_12/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/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
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
ENV PIP_BREAK_SYSTEM_PACKAGES=1
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
|
@ -13,15 +15,15 @@ COPY requirements.txt /tmp/
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
ARG BUILD_ARCH=amd64
|
ARG BUILD_ARCH=amd64
|
||||||
ENV TAUTULLI_VERSION="v2.12.4"
|
ARG TAUTULLI_VERSION="v2.12.4"
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
build-essential=12.9 \
|
build-essential=12.9 \
|
||||||
git=1:2.30.2-1+deb11u2 \
|
git=1:2.39.2-1.1 \
|
||||||
python3-dev=3.9.2-3 \
|
python3-dev=3.11.2-1+b1 \
|
||||||
python3-pip=20.3.4-4+deb11u1 \
|
python3-pip=23.0.1+dfsg-1 \
|
||||||
python3=3.9.2-3\
|
python3=3.11.2-1+b1 \
|
||||||
\
|
\
|
||||||
&& pip install \
|
&& pip install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: 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:6.2.7
|
amd64: ghcr.io/hassio-addons/debian-base:7.0.0
|
||||||
armhf: ghcr.io/hassio-addons/debian-base:6.2.7
|
armhf: ghcr.io/hassio-addons/debian-base:7.0.0
|
||||||
armv7: ghcr.io/hassio-addons/debian-base:6.2.7
|
armv7: ghcr.io/hassio-addons/debian-base:7.0.0
|
||||||
i386: ghcr.io/hassio-addons/debian-base:6.2.7
|
i386: ghcr.io/hassio-addons/debian-base:7.0.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue