Add chromium as an example

This commit is contained in:
Chris Hunt 2023-02-10 11:30:18 +00:00
parent 1256e268b2
commit 9bf7937414
No known key found for this signature in database
2 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,25 @@
{
"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"
},
"exec_config": {
"go": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"
},
"assign": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"
}
},
"categories": [
"Browser"
],
"friendly_name": "Chromium",
"architecture": [
"amd64",
"arm64"
]
}