Add recipes

This commit is contained in:
Ribbon 2024-09-25 14:52:29 +00:00
parent bb9b244991
commit 52733db6c2
5 changed files with 31 additions and 0 deletions

View 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"

View 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"

View 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"

View 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"

View File

@ -0,0 +1,8 @@
#TODO require cgroups
[source]
git = "https://github.com/containers/youki"
[build]
template = "custom"
script = """
cookbook_cargo_packages youki
"""