KASM repo test

This commit is contained in:
Jarkko Toivanen 2024-10-25 02:55:53 +03:00
parent b0d58c8616
commit 19727f0977
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -0,0 +1,33 @@
{
"friendly_name": "Glasstop",
"image_src": "glasstop-logo.webp",
"description": "A customized desktop for my needs.",
"name": "git.jakest.us/jt/glasstop:dev",
"run_config": {
"hostname": "kasm"
},
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"docker_registry": "https://git.jakest.us/",
"categories": [
"Desktop"
],
"compatibility": [
{
"version": "1.16.x",
"image": "git.jakest.us/jt/glasstop:dev",
"available_tags": [
"dev",
"0.1.5-dev"
]
}
],
"require_gpu": false,
"enabled": true,
"image_type": "Container",
"architecture": [
"amd64"
]
}