This commit is contained in:
ai-dev 2024-10-30 12:58:02 +01:00
parent e99f0ee8fb
commit 4f55ec1987
2 changed files with 5 additions and 3 deletions

View File

@ -43,6 +43,8 @@ RUN \
&& cp -R prometheus-${PROMETHEUS_VERSION}.linux-${ARCH}/consoles/ /etc/prometheus/ \
&& rm -r prometheus-${PROMETHEUS_VERSION}.linux-${ARCH} \
&& chown -R prometheus:prometheus /etc/prometheus \
&& chmod +x /etc/cont-init.d/prometheus.sh \
&& chmod +x /etc/prometheus/services.d/* \
&& pip3 install \
--break-system-packages \
--no-cache-dir \

View File

@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:16.2.1
amd64: ghcr.io/hassio-addons/base:16.2.1
armv7: ghcr.io/hassio-addons/base:16.2.1
aarch64: ghcr.io/hassio-addons/base:16.3.4
amd64: ghcr.io/hassio-addons/base:16.3.4
armv7: ghcr.io/hassio-addons/base:16.3.4
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev