32 lines
686 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",
"run_config": {
"entrypoint": [
"/kasminit"
],
"user": 1000,
"environment": {
"HOME": "/home/kasm-user"
},
"cap_add": [
"IPC_LOCK"
]
},
"exec_config": {},
"categories": [
"Development"
],
"friendly_name": "Github Desktop",
"architecture": [
"amd64"
],
"compatibility": [
{
"version": "1.16.x",
"image": "lscr.io/linuxserver/github-desktop:latest",
"uncompressed_size_mb": 2480
}
]
}