diff --git a/pkgs/liquidmetal-dev/flintlock/flintlockd/pkg.yaml b/pkgs/liquidmetal-dev/flintlock/flintlockd/pkg.yaml new file mode 100644 index 00000000000..de220d25eee --- /dev/null +++ b/pkgs/liquidmetal-dev/flintlock/flintlockd/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: liquidmetal-dev/flintlock/flintlockd@v0.8.1 diff --git a/pkgs/liquidmetal-dev/flintlock/flintlockd/registry.yaml b/pkgs/liquidmetal-dev/flintlock/flintlockd/registry.yaml new file mode 100644 index 00000000000..908beec68e4 --- /dev/null +++ b/pkgs/liquidmetal-dev/flintlock/flintlockd/registry.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - name: liquidmetal-dev/flintlock/flintlockd + type: github_release + repo_owner: liquidmetal-dev + repo_name: flintlock + description: Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd + version_filter: not (Version matches "-alpha") + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: flintlockd_{{.Arch}} + format: raw + supported_envs: + - linux diff --git a/pkgs/liquidmetal-dev/flintlock/flintlockd/scaffold.yaml b/pkgs/liquidmetal-dev/flintlock/flintlockd/scaffold.yaml new file mode 100644 index 00000000000..018ccaa21c9 --- /dev/null +++ b/pkgs/liquidmetal-dev/flintlock/flintlockd/scaffold.yaml @@ -0,0 +1,9 @@ +--- +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json +# aqua - Declarative CLI Version Manager +# https://aquaproj.github.io/ +# Other than name is optional. All initial values are just examples. +name: liquidmetal-dev/flintlock/flintlockd +version_filter: not (Version matches "-alpha") +# version_prefix: cli- +all_assets_filter: not (Asset matches "-metrics") diff --git a/registry.yaml b/registry.yaml index e76922f4aaa..91b53bf42ad 100644 --- a/registry.yaml +++ b/registry.yaml @@ -44795,6 +44795,19 @@ packages: checksum: enabled: false - version_constraint: "true" + - name: liquidmetal-dev/flintlock/flintlockd + type: github_release + repo_owner: liquidmetal-dev + repo_name: flintlock + description: Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd + version_filter: not (Version matches "-alpha") + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: flintlockd_{{.Arch}} + format: raw + supported_envs: + - linux - type: github_release repo_owner: livebud repo_name: bud