Skip to content
Snippets Groups Projects
Commit 52733db6 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent bb9b2449
No related branches found
No related tags found
No related merge requests found
#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"
#TODO disable systemd and SELinux
[source]
tar = "https://github.com/containers/crun/releases/download/1.17/crun-1.17.tar.gz"
[build]
template = "configure"
#TODO implement a Cookbook template for the Go programming language
[source]
git = "https://github.com/docker/cli"
branch = "27.x"
[build]
template = "go"
#TODO Implement a Cookbook template for the Go programming language
[source]
git = "https://github.com/containers/podman"
branch = "v5.2"
[build]
template = "go"
#TODO require cgroups
[source]
git = "https://github.com/containers/youki"
[build]
template = "custom"
script = """
cookbook_cargo_packages youki
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment