rebase to bionic

This commit is contained in:
thelamer
2019-05-10 12:44:39 -07:00
parent b7e2fc7c94
commit 5bec90ad8c
5 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@@ -191,6 +191,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **10.05.19:** - Rebase to Bionic.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **09.09.18:** - Add pipeline build process.
* **24.02.18:** - Add nightly branch.

View File

@@ -48,6 +48,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "10.05.19:", desc: "Rebase to Bionic." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "09.09.18:", desc: "Add pipeline build process." }
- { date: "24.02.18:", desc: "Add nightly branch." }