mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #1410 from rneugeba/aws
projects: Move AWS bits to projects until they are usable again
This commit is contained in:
commit
8d934f6914
@ -14,6 +14,7 @@ If you want to create a project, please submit a pull request to create a new di
|
||||
- [Mirage SDK](miragesdk/) privilege separation for userspace services
|
||||
- [Wireguard](wireguard/) cryptographic enforced container network separation
|
||||
- [OKernel](okernel/) intra-kernel protection using EPT (HPE)
|
||||
- [AWS](aws) AWS build support
|
||||
|
||||
## Current projects not yet documented
|
||||
- Clear Linux integration (Intel)
|
||||
|
14
projects/aws/roadmap.md
Normal file
14
projects/aws/roadmap.md
Normal file
@ -0,0 +1,14 @@
|
||||
# AWS support
|
||||
|
||||
The aim is provide good integration of Moby with Amazon AWS.
|
||||
|
||||
Currently there is a container ([cli](cli/)) containing the AWS tools to manage AWS images and a Alpine based image ([alpine-aws](alpine-aws/)) which contains the integration services for AWS.
|
||||
|
||||
## Roadmap
|
||||
|
||||
**Near-term:**
|
||||
- Package AWS Integrations tools/cloudinit into a container image to be used in yaml files.
|
||||
- Add support for [building AMIs](https://github.com/docker/moby/pull/1119)
|
||||
|
||||
**Mid-term:**
|
||||
- Regular CI jobs testing AWS integration
|
Loading…
Reference in New Issue
Block a user