Compare commits
6 Commits
1e829798d4
...
d4b3791a3b
| Author | SHA1 | Date | |
|---|---|---|---|
| d4b3791a3b | |||
| dfe21640b5 | |||
| 44f940383f | |||
| 8e8a3456d9 | |||
| ae4d6424a4 | |||
| db849597a9 |
@@ -5,7 +5,7 @@ name: build
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: mgoltzsche/podman:5.2.2
|
image: mgoltzsche/podman:5.2.3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_USERNAME:
|
REGISTRY_USERNAME:
|
||||||
@@ -32,7 +32,7 @@ steps:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
image: mgoltzsche/podman:5.2.2
|
image: mgoltzsche/podman:5.2.3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
|
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
|
||||||
@@ -62,7 +62,7 @@ name: promote
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: promote
|
- name: promote
|
||||||
image: mgoltzsche/podman:5.2.2
|
image: mgoltzsche/podman:5.2.3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_USERNAME:
|
REGISTRY_USERNAME:
|
||||||
@@ -82,7 +82,7 @@ steps:
|
|||||||
path: /var/lib/containers
|
path: /var/lib/containers
|
||||||
|
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
image: mgoltzsche/podman:5.2.2
|
image: mgoltzsche/podman:5.2.3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
|
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM homeassistant/home-assistant:2024.8.2
|
FROM homeassistant/home-assistant:2024.9.2
|
||||||
|
|
||||||
#COPY src/ /usr/src/homeassistant/homeassistant/
|
#COPY src/ /usr/src/homeassistant/homeassistant/
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ FROM homeassistant/home-assistant:2024.8.2
|
|||||||
RUN mkdir -p /usr/local/config/custom_components && \
|
RUN mkdir -p /usr/local/config/custom_components && \
|
||||||
touch /usr/local/config/home-assistant.log && \
|
touch /usr/local/config/home-assistant.log && \
|
||||||
cd /usr/local/config && \
|
cd /usr/local/config && \
|
||||||
echo 2024.3 > .HA_VERSION && \
|
hass --version > .HA_VERSION && \
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user