Update defaults

This commit is contained in:
Chris Hunt
2024-08-13 11:05:25 +01:00
parent 5278b3914d
commit 687738b75b
3 changed files with 17 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
"description": "Chromium is a free and open-source browser, primarily developed and maintained by Google.",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "chromium.png",
"name": "kasmweb/chromium:develop",
"run_config": {
"hostname": "kasm"
},
@@ -23,8 +22,13 @@
"arm64"
],
"compatibility": [
"1.13.x",
"1.14.x"
],
"uncompressed_size_mb": 2170
{
"version": "1.17.x",
"image": "kasmweb/chromium:develop",
"uncompressed_size_mb": 2170,
"available_tags": [
"develop"
]
}
]
}