This commit is contained in:
cmspeedau 2022-05-12 12:59:41 +10:00 committed by GitHub
commit 0f14ebb729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04 FROM ubuntu:20.04
RUN \ RUN \
apt update && \ apt update && \
@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TIMEOUT 12h ENV TIMEOUT 12h
ENV WEB_ROOT / ENV WEB_ROOT /
ENV MIRROR_URL http://archive.ubuntu.com/ubuntu ENV MIRROR_URL http://archive.ubuntu.com/ubuntu
ENV DIST1 bionic ENV DIST1 focal
ENV DIST2 "" ENV DIST2 ""
ENV DIST3 "" ENV DIST3 ""
ENV NTHREADS 10 ENV NTHREADS 10

View File

@ -83,6 +83,8 @@ deb [arch=amd64] http://repo-server:81/ubuntu/mirror/ppa.launchpad.net/jonathonf
- repeat this for all the repos in EXTRA1..5 - repeat this for all the repos in EXTRA1..5
## Changelog ## Changelog
* 2021-05-12
* Updated to Ubuntu focal
* 2020-01-31 * 2020-01-31
* support DIST1...3 for different releases * support DIST1...3 for different releases