From 1283d204e0f21d5b42a7774a13fb10c68511f8f0 Mon Sep 17 00:00:00 2001 From: Guilherme Macedo Date: Wed, 18 Sep 2024 08:32:45 -0300 Subject: [PATCH] Add initial VEX Hub repo config (#2) Signed-off-by: Guilherme Macedo --- vex-repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vex-repository.json diff --git a/vex-repository.json b/vex-repository.json new file mode 100644 index 0000000..75588ef --- /dev/null +++ b/vex-repository.json @@ -0,0 +1,15 @@ +{ + "name": "VEX Hub", + "description": "VEX Repository by SUSE Rancher", + "versions": [ + { + "spec_version": "0.1", + "locations": [ + { + "url": "https://github.com/rancher/vexhub/archive/refs/heads/main.tar.gz//vexhub-main" + } + ], + "update_interval": "4h" + } + ] +}