mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add recipes
This commit is contained in:
parent
bb9b244991
commit
52733db6c2
6
recipes/wip/containers/crun-vm/recipe.toml
Normal file
6
recipes/wip/containers/crun-vm/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
# dependencies - https://github.com/containers/crun-vm/blob/main/docs/1-installing.md#from-source
|
||||
[source]
|
||||
git = "https://github.com/containers/crun-vm"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/containers/crun/recipe.toml
Normal file
5
recipes/wip/containers/crun/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO disable systemd and SELinux
|
||||
[source]
|
||||
tar = "https://github.com/containers/crun/releases/download/1.17/crun-1.17.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
6
recipes/wip/containers/docker/recipe.toml
Normal file
6
recipes/wip/containers/docker/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO implement a Cookbook template for the Go programming language
|
||||
[source]
|
||||
git = "https://github.com/docker/cli"
|
||||
branch = "27.x"
|
||||
[build]
|
||||
template = "go"
|
||||
6
recipes/wip/containers/podman/recipe.toml
Normal file
6
recipes/wip/containers/podman/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Implement a Cookbook template for the Go programming language
|
||||
[source]
|
||||
git = "https://github.com/containers/podman"
|
||||
branch = "v5.2"
|
||||
[build]
|
||||
template = "go"
|
||||
8
recipes/wip/containers/youki/recipe.toml
Normal file
8
recipes/wip/containers/youki/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO require cgroups
|
||||
[source]
|
||||
git = "https://github.com/containers/youki"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages youki
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user