mirror of
https://github.com/linuxserver/kasm_workspaces_registry.git
synced 2026-03-23 00:01:19 +08:00
31 lines
635 B
JSON
31 lines
635 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",
|
|
"1.14.x",
|
|
"1.15.x",
|
|
"1.16.x"
|
|
],
|
|
"uncompressed_size_mb": 2480
|
|
}
|