misc: Added Dockerfile for Ubuntu 20.04
authorBobby R. Bruce <bbruce@ucdavis.edu>
Fri, 8 May 2020 21:42:46 +0000 (14:42 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 12 May 2020 20:39:21 +0000 (20:39 +0000)
commit69e78667859ed7058cee34501c2a0befec6dfdf6
treef84ce12a0be3e3461dac7cc715e5cc83ccfde214
parent0bc5d77ed27e0765953d93c2376a4b4aea675a01
misc: Added Dockerfile for Ubuntu 20.04

This Dockerfile creates an image which simulates an Ubuntu 20.04
environment. Unlike the Ubuntu 18.04 Dockerfile, this does not use
Python2. It uses exclusively Python3. Ubuntu 20.04 has Python3 installed
by default. The image this Dockerfile creates can be obtained from
"gcr.io/gem5-test/ubuntu-20.04_all-dependencies". To pull:

docker pull gcr.io/gem5-test/ubuntu-20.04_all-dependencies

Change-Id: I73b51028e0d6a3198aa6e7b1906d20ed6eb6c815
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28889
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile [new file with mode: 0644]