reverting to alpine 3.8 until upstream is fixed

This commit is contained in:
thelamer 2019-03-01 20:25:42 -08:00
parent c94b975147
commit 91f5c88eb1
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.9
FROM lsiobase/alpine:3.8
# set version label
ARG BUILD_DATE

View file

@ -1,4 +1,4 @@
FROM lsiobase/alpine.arm64:3.9
FROM lsiobase/alpine.arm64:3.8
# Add qemu to build on x86_64 systems
COPY qemu-aarch64-static /usr/bin

View file

@ -1,4 +1,4 @@
FROM lsiobase/alpine.armhf:3.9
FROM lsiobase/alpine.armhf:3.8
# Add qemu to build on x86_64 systems
COPY qemu-arm-static /usr/bin

View file

@ -159,7 +159,7 @@ Below are the instructions for updating containers:
## Versions
* **01.03.19:** - Rebase to alpine 3.9, use python3.
* **01.03.19:** - Switch to python3.
* **07.02.19:** - Add fftw-dev build dependency for chromaprint.
* **28.01.19:** - Add pipeline logic and multi arch.
* **15.08.18:** - Rebase to alpine 3.8, use alpine repo version of pylast.

View file

@ -33,7 +33,7 @@ param_ports:
# changelog
changelogs:
- { date: "01.03.19:", desc: "Rebase to alpine 3.9, use python3." }
- { date: "01.03.19:", desc: "Switch to python3." }
- { date: "07.02.19:", desc: "Add fftw-dev build dependency for chromaprint." }
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "15.08.18:", desc: "Rebase to alpine 3.8, use alpine repo version of pylast." }