Marc Bonnici
46ff6e1f62
Dockerfile: Bump release version
2023-04-29 17:29:43 -05:00
Marc Bonnici
8882feed84
Dorkerfile: Set a default TZ and non-interactive install
...
Set DEBIAN_FRONTEND to prevent waiting on user input and provide
a default timezone before package installation.
2021-01-25 09:52:30 +00:00
Marc Bonnici
7f82480a26
Dockerfile: Update base image to 20.04
...
19.10 is now EOL so update to use 20.04 LTS as a base instead.
2021-01-25 09:52:30 +00:00
Marc Bonnici
69378b0873
Dockerfile: Bump release version
2020-12-11 16:31:13 +00:00
Marc Bonnici
1f0da5facf
Dockerfile: Update to store environment variables in separate file
...
Instead of storing the environment variables in `.bashrc` store them
in `/home/wa/.wa_environment`. This allows for sourcing of this file
in non interactive environments.
2020-06-19 11:25:34 +01:00
Marc Bonnici
586d95a4f0
Dockerfile: Add note about mounting volumes with selinux
2020-06-01 12:26:25 +01:00
Marc Bonnici
491dcd5b5b
Dockerfile: Update with support for additional instruments
...
Ensure support is present in the Docker image for instruemnts that
require trace-cmd, monsoon or iio-capture.
2020-05-21 12:39:25 +01:00
Marc Bonnici
88284750e7
Dockerfile: Update to reference new release of WA and devlib
2019-12-20 16:07:10 +00:00
Marc Bonnici
8b337768a3
Dockerfile: Update ubuntu base to 19.10
2019-12-20 16:07:10 +00:00
Marc Bonnici
d9e7aa9af0
Dockerfile: Update to use the latest versions of WA and devlib
2019-07-19 16:37:00 +01:00
Marc Bonnici
43633ab362
extras/Dockerfile: Ensure we are using utf-8 in our docker container
...
For compatibility we want to be using utf-8 by default when we interact
with files within WA so ensure that our environment is configured
accordingly.
2019-07-12 13:32:28 +01:00
Marc Bonnici
179b2e2264
Dockerfile: Update to install all available extras for WA and devlib
...
Install all extras of WA and devliv to be able to use all available
features within the docker container.
2019-06-04 14:53:59 +01:00
Marc Bonnici
f8908e8194
Dockerfile: Update to newer base and Python version
...
- Update the base ubunutu image to 18.10 and switch to using Python3 for
installing WA.
- Fix typo in documenation.
2019-04-18 10:48:00 +01:00
Marc Bonnici
b5db4afc05
fw/version: Version Bump
...
Bump to the next revision release.
2019-03-04 15:50:13 +00:00
Marc Bonnici
60ffd27bba
extras/Dockerfile: Update to use the latest release version
2019-03-04 10:37:39 +00:00
Marc Bonnici
22c237ebe9
extras/Docker: Update to use latest release version.
...
Update the dockerfile to use the latest released versions of WA and Devlib.
2019-01-10 13:21:16 +00:00
Marc Bonnici
ac01bf38d5
extras/Dockerfile: Update to use latest releases
...
Update to use the latest release version of WA and devlib.
2018-07-06 14:42:14 +01:00
Sascha Bischoff
61710688cb
docker: Add note on how to use TTY
...
If one wishes to use the docker container with a TTY, then one must
explicitly mount it into the container when starting it. A note
conveying this has been added to the Dockerfile.
2018-04-10 16:52:58 +01:00
Sascha Bischoff
2743103e08
Docker: Add a Dockerfile for running WA
...
With this commit we add a Dockerfile which can be used to create a
Docker image for running WA and devlib. Users are able to use this
image in a Docker container to run workloads on devices, without
requiring WA on their host systems. Please be aware that udev rules
must still be correctly setup on the host.
NOTE: This Dockerfile will accept the Android SDK licenses
automatically.
2018-03-09 16:43:37 +00:00