Commit 18a3e45
authored
Introduce initial container support (#95)
* Introduce proto files for Task API and Container Service
Signed-off-by: Guvenc Gulce <[email protected]>
* Enhance image service to support container OCI images
Signed-off-by: Guvenc Gulce <[email protected]>
* Implement Container Task API
Signed-off-by: Guvenc Gulce <[email protected]>
* Implement Container Service
Signed-off-by: Guvenc Gulce <[email protected]>
* Fix lint warnings
Signed-off-by: Guvenc Gulce <[email protected]>
* Support both vm and container oci images
Signed-off-by: Guvenc Gulce <[email protected]>
* Implement container service test cases
Signed-off-by: Guvenc Gulce <[email protected]>
* Run the tests with sudo
As FeOS being a PID1 and needing root access to be able to function,
run the tests also with sudo to have a similar environment.
Signed-off-by: Guvenc Gulce <[email protected]>
* Download youki for the tests
Signed-off-by: Guvenc Gulce <[email protected]>
* Add LICENCES directory
Signed-off-by: Guvenc Gulce <[email protected]>
---------
Signed-off-by: Guvenc Gulce <[email protected]>1 parent 9a5173b commit 18a3e45
File tree
52 files changed
+3356
-58
lines changed- .github/workflows
- LICENCES
- cli
- src
- feos
- proto
- src
- services
- container-service
- migrations
- src
- persistence
- runtime
- host-service
- image-service
- src
- task-service
- src
- vm-service
- src
- src
- tests/integration
- utils
- hack
- initramfs
- youki
- proto/v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+3356
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
29 | 53 | | |
30 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
0 commit comments