From 6204932fb343377965fa632d496302d25c983dff Mon Sep 17 00:00:00 2001 From: takumin Date: Sat, 15 Oct 2022 01:26:05 +0900 Subject: [PATCH] feat: add containers/crun [containers/crun](https://github.com/containers/crun): A fast and lightweight fully featured OCI runtime and C library for running containers ```console $ aqua g -i containers/crun ``` --- pkgs/containers/crun/pkg.yaml | 2 ++ pkgs/containers/crun/registry.yaml | 9 +++++++++ registry.yaml | 8 ++++++++ 3 files changed, 19 insertions(+) create mode 100644 pkgs/containers/crun/pkg.yaml create mode 100644 pkgs/containers/crun/registry.yaml diff --git a/pkgs/containers/crun/pkg.yaml b/pkgs/containers/crun/pkg.yaml new file mode 100644 index 00000000000..f0b67b02047 --- /dev/null +++ b/pkgs/containers/crun/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: containers/crun@1.6 diff --git a/pkgs/containers/crun/registry.yaml b/pkgs/containers/crun/registry.yaml new file mode 100644 index 00000000000..e717656c9f5 --- /dev/null +++ b/pkgs/containers/crun/registry.yaml @@ -0,0 +1,9 @@ +packages: + - type: github_release + repo_owner: containers + repo_name: crun + asset: crun-{{.Version}}-{{.OS}}-{{.Arch}} + format: raw + description: A fast and lightweight fully featured OCI runtime and C library for running containers + supported_envs: + - linux diff --git a/registry.yaml b/registry.yaml index de6dfd560dd..a3012e7c89e 100644 --- a/registry.yaml +++ b/registry.yaml @@ -3960,6 +3960,14 @@ packages: pattern: checksum: ^(\b[A-Fa-f0-9]{64}\b) file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$" + - type: github_release + repo_owner: containers + repo_name: crun + asset: crun-{{.Version}}-{{.OS}}-{{.Arch}} + format: raw + description: A fast and lightweight fully featured OCI runtime and C library for running containers + supported_envs: + - linux - type: github_release repo_owner: controlplaneio repo_name: kubesec