adding LTS branch for us to freeze a stable mono for downstream

This commit is contained in:
thelamer
2019-08-01 17:46:16 -07:00
parent a693fe3a44
commit bc01e3ad0b
5 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/mono:bionic
FROM lsiobase/mono:LTS
# set version label
ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/mono:arm64v8-bionic
FROM lsiobase/mono:arm64v8-LTS
# set version label
ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/mono:arm32v7-bionic
FROM lsiobase/mono:arm32v7-LTS
# set version label
ARG BUILD_DATE

View File

@@ -199,6 +199,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **01.08.19:** - Rebase to Linuxserver LTS mono version.
* **13.06.19:** - Add env variable for setting umask.
* **10.05.19:** - Rebase to Bionic.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.

View File

@@ -48,6 +48,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.08.19:", desc: "Rebase to Linuxserver LTS mono version." }
- { date: "13.06.19:", desc: "Add env variable for setting umask." }
- { date: "10.05.19:", desc: "Rebase to Bionic." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }