Skip to content
Snippets Groups Projects
Commit e12696ff authored by Lars Bilke's avatar Lars Bilke
Browse files

Bump default base image to Ubuntu 20.04.

parent e6f8a571
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ Image build options:
Additional options:
--base_image BASE_IMAGE
The base image. (centos:8 is supported too) (default: ubuntu:19.10)
The base image. (centos:8 is supported too) (default: ubuntu:20.04)
--compiler COMPILER The compiler to use. Possible options: off, gcc, clang (default: gcc)
--compiler_version COMPILER_VERSION
Compiler version. (default: )
......
......@@ -129,7 +129,7 @@ class Cli_Args(argparse.ArgumentParser):
switches_g = self.add_argument_group('Additional options')
switches_g.add_argument('--base_image',
type=str,
default='ubuntu:19.10',
default='ubuntu:20.04',
help='The base image. (centos:8 is supported too)')
switches_g.add_argument(
'--compiler',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment