Compare commits
1 Commits
6b0337fb15
...
renovate/q
| Author | SHA1 | Date | |
|---|---|---|---|
| 2546334560 |
@@ -18,7 +18,7 @@ jobs:
|
|||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: quay.io/podman/stable:v5.4
|
image: quay.io/podman/stable:v5.7
|
||||||
options: >-
|
options: >-
|
||||||
--privileged
|
--privileged
|
||||||
--security-opt seccomp=unconfined
|
--security-opt seccomp=unconfined
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: quay.io/podman/stable:v5.4
|
image: quay.io/podman/stable:v5.7
|
||||||
options: >-
|
options: >-
|
||||||
--privileged
|
--privileged
|
||||||
--security-opt seccomp=unconfined
|
--security-opt seccomp=unconfined
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/homeassistant/home-assistant:2026.1.3
|
FROM docker.io/homeassistant/home-assistant:2025.11.2
|
||||||
|
|
||||||
#COPY src/ /usr/src/homeassistant/homeassistant/
|
#COPY src/ /usr/src/homeassistant/homeassistant/
|
||||||
|
|
||||||
@@ -10,6 +10,9 @@ RUN mkdir -p /usr/local/config/custom_components && \
|
|||||||
wget -q -O - https://install.hacs.xyz | bash - && \
|
wget -q -O - https://install.hacs.xyz | bash - && \
|
||||||
cat /usr/local/config/custom_components/hacs/manifest.json | jq -r .requirements[] | xargs /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/musllinux/ --prefer-binary
|
cat /usr/local/config/custom_components/hacs/manifest.json | jq -r .requirements[] | xargs /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/musllinux/ --prefer-binary
|
||||||
|
|
||||||
|
# NOTE: Fix https://github.com/home-assistant/core/pull/155885
|
||||||
|
RUN sed -i 's/args, unknown = parser.parse_known_args(script_args)/args, unknown = parser.parse_known_args()/g' /usr/src/homeassistant/homeassistant/scripts/check_config.py
|
||||||
|
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENV PYTHONUSERBASE /config/deps
|
ENV PYTHONUSERBASE /config/deps
|
||||||
|
|||||||
Reference in New Issue
Block a user