rebasing to alpine 3.9

This commit is contained in:
thelamer 2019-04-12 22:04:41 -07:00
parent 364c0b5ba0
commit 410e525de7
5 changed files with 5 additions and 3 deletions

View file

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

View file

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

View file

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

View file

@ -166,6 +166,7 @@ Below are the instructions for updating containers:
## Versions ## Versions
* **12.04.19:** - Rebase to Alpine 3.9.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **11.03.19:** - Swap copyartifacts for extrafiles, update endpoints with nightly tag. * **11.03.19:** - Swap copyartifacts for extrafiles, update endpoints with nightly tag.
* **01.03.19:** - Switch to python3. * **01.03.19:** - Switch to python3.

View file

@ -39,6 +39,7 @@ param_ports:
# changelog # changelog
changelogs: changelogs:
- { date: "12.04.19:", desc: "Rebase to Alpine 3.9." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." } - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "11.03.19:", desc: "Swap copyartifacts for extrafiles, update endpoints with nightly tag." } - { date: "11.03.19:", desc: "Swap copyartifacts for extrafiles, update endpoints with nightly tag." }
- { date: "01.03.19:", desc: "Switch to python3." } - { date: "01.03.19:", desc: "Switch to python3." }