maintainer and roadmap info

Signed-off-by: Kyle Quest <kcq.public@gmail.com>
This commit is contained in:
Kyle Quest 2023-05-27 11:45:17 -07:00
parent 712dc027ff
commit c79563cdff
3 changed files with 52 additions and 0 deletions

3
GOVERNANCE.md Normal file
View File

@ -0,0 +1,3 @@
# Governance
TBD

4
MAINTAINERS.md Normal file
View File

@ -0,0 +1,4 @@
# Maintainers
- [Kyle Quest](https://github.com/kcq) (@kcq)
- [Ivan Velichko](https://github.com/iximiuz) (@iximiuz)

45
ROADMAP.md Normal file
View File

@ -0,0 +1,45 @@
# High Level Project Roadmap
This is a high level roadmap that identies the current areas of focus. Note that it's not a detailed list of every possible enhancement.
* Community
* Collaborate with other CNCF projects to achieve mutually benefitial outcomes
* Talks, outreach, community training
* Engage with the community to increase project contributions
* Documentation
* Improve system design documentations to make it easier for new contributors to contribute to the project
* User docs (v1)
* Non-docker runtime support
* Direct ContainerD support
* Finch integration
* Podman support
* Kubernetes support vNext
* Container debugging
* Ephemeral container based debugging for Kubernetes
* Build/Optimize engine
* Error and logging enhancements to improve debuggability
* Improved build flag documentation with examples
* Improved CI/build tool integration documentation (including Github Actions)
* Integrations
* Consign integrations for `xray` (reporting) and `build` (signing)
* Plugins
* Plugin subsystem design
* Sample plugins
* Container image build plugin for BuildKit
* System sensor
* System sensor subsystem design
* External sensor integrations for Tetragon, Falco and Tracee as plugins
* Installers for all major platforms/package managers
* Example
* More build/optimize/minify examples
* Documenting examples including the configs used to produce the minified images