rebase to 3.14, fix numpy wheel upstream

This commit is contained in:
aptalca 2021-10-25 15:43:15 -04:00
parent cb55ae0f4d
commit a84ea388fb
5 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
# set version label
ARG BUILD_DATE
@ -27,7 +27,6 @@ RUN \
ffmpeg \
libxml2 \
libxslt \
openblas \
py3-pip \
python3 \
unrar \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
# set version label
ARG BUILD_DATE
@ -27,7 +27,6 @@ RUN \
ffmpeg \
libxml2 \
libxslt \
openblas \
py3-pip \
python3 \
unrar \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
# set version label
ARG BUILD_DATE
@ -27,7 +27,6 @@ RUN \
ffmpeg \
libxml2 \
libxslt \
openblas \
py3-pip \
python3 \
unrar \

View File

@ -236,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **25.10.21:** - Rebase to alpine 3.14. Fix numpy wheel.
* **22.10.21:** - Added openblas package to prevent numpy error.
* **16.05.21:** - Use wheel index.
* **19.04.21:** - Install from release zip.

View File

@ -45,6 +45,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "25.10.21:", desc: "Rebase to alpine 3.14. Fix numpy wheel." }
- { date: "22.10.21:", desc: "Added openblas package to prevent numpy error." }
- { date: "16.05.21:", desc: "Use wheel index." }
- { date: "19.04.21:", desc: "Install from release zip." }