commit | 854a6f02ee101cc01bf98bfaa3de7e64af2fb5d3 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Sep 28 16:41:50 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Sep 28 20:31:32 2021 +0100 |
tree | 8d96ac1f53ab2d9cd8c686062eef2a3f61ff75de | |
parent | d54b19a67accc1a2cf8c6cc64622efba5c5af41d [diff] |
[docker] Refactor container to be more developer-friendly Clean up the Docker container image to make it more developer-friendly. - Ensure that all OpenTitan dependencies are available. - Provide a convenient way to run commands within the container as current local user, ensuring that file permissions of mounted volumes match. - Give the user within the container sudo rights, if it wants to use it e.g. to install additional packages. - Provide a convenient way to load additional configuration into the environment, e.g. the path to a license server. - Generally clean up the Dockerfile and make it consistent. - Remove some additionally installed packages where we don't know what they are used for. We can always add them back if we find out the use case. - Use the general mailing list as "maintainer" email address. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).