mirror of
https://github.com/hassio-addons/addon-ledfx.git
synced 2025-05-07 04:31:27 +00:00
⬆️ Upgrades add-on base image to v10.0.1 (#80)
* ⬆️ Upgrades add-on base image to v10.0.1
* Fix issue caused by last minute swap
This commit is contained in:
parent
3cb4860c80
commit
f7c57a92fd
2 changed files with 26 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.1
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -13,30 +13,34 @@ ARG BUILD_ARCH=amd64
|
|||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r2 \
|
||||
cython=0.29.21-r1 \
|
||||
g++=10.2.1_pre1-r3 \
|
||||
gcc=10.2.1_pre1-r3 \
|
||||
gfortran=10.2.1_pre1-r3 \
|
||||
openblas-dev=0.3.13-r0 \
|
||||
python3-dev=3.8.10-r0 \
|
||||
cython=0.29.22-r2 \
|
||||
openblas-dev=0.3.15-r0 \
|
||||
py3-numpy-dev=1.20.3-r0 \
|
||||
python3-dev=3.9.5-r1 \
|
||||
zlib-dev=1.2.11-r3 \
|
||||
&& apk add --no-cache \
|
||||
alsa-plugins-pulse=1.2.2-r1 \
|
||||
ffmpeg-libs=4.3.1-r4 \
|
||||
nginx=1.18.0-r15 \
|
||||
openblas=0.3.13-r0 \
|
||||
ffmpeg-libs=4.4-r1 \
|
||||
nginx=1.20.1-r3 \
|
||||
openblas=0.3.15-r0 \
|
||||
portaudio-dev=190600.20161030-r1 \
|
||||
pulseaudio=14.1-r0 \
|
||||
pulseaudio-alsa=14.1-r0 \
|
||||
py3-pip=20.3.4-r0 \
|
||||
python3=3.8.10-r0 \
|
||||
pulseaudio-alsa=14.2-r5 \
|
||||
pulseaudio=14.2-r5 \
|
||||
py3-numpy=1.20.3-r0 \
|
||||
py3-pip=20.3.4-r1 \
|
||||
py3-pynacl=1.4.0-r1 \
|
||||
python3=3.9.5-r1 \
|
||||
\
|
||||
&& pip3 install \
|
||||
--find-links "https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/" \
|
||||
--find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \
|
||||
--no-cache-dir -r /tmp/requirements.txt \
|
||||
\
|
||||
&& apk del --no-cache --purge .build-dependencies \
|
||||
&& rm -fr \
|
||||
/tmp/* \
|
||||
/etc/nginx \
|
||||
&& apk del --no-cache --purge .build-dependencies
|
||||
/root/.cache \
|
||||
/tmp/*
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2",
|
||||
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2",
|
||||
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2",
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2",
|
||||
"i386": "ghcr.io/hassio-addons/base/i386:9.2.2"
|
||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.1",
|
||||
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.1",
|
||||
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.1",
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.1",
|
||||
"i386": "ghcr.io/hassio-addons/base/i386:10.0.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue