2024-02-06 11:25:38 -08:00

30 lines
621 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"
],
"uncompressed_size_mb": 2480
}