mirror of
https://github.com/linuxserver/kasm_workspaces_registry.git
synced 2026-03-23 00:01:19 +08:00
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"description": "Github Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.",
|
|
"docker_registry": "https://ghcr.io/",
|
|
"image_src": "github-desktop.png",
|
|
"name": "lscr.io/linuxserver/github-desktop:latest",
|
|
"run_config": {
|
|
"entrypoint": [
|
|
"/kasminit"
|
|
],
|
|
"user": 1000,
|
|
"cap_add" : ["IPC_LOCK"]
|
|
},
|
|
"exec_config": {},
|
|
"categories": [
|
|
"Development"
|
|
],
|
|
"friendly_name": "Github Desktop",
|
|
"architecture": [
|
|
"amd64"
|
|
],
|
|
"compatibility": [
|
|
"1.13.x"
|
|
],
|
|
"uncompressed_size_mb": 2480
|
|
}
|