mirror of
https://github.com/linuxserver/kasm_workspaces_registry.git
synced 2026-03-23 00:01:19 +08:00
32 lines
690 B
JSON
32 lines
690 B
JSON
{
|
|
"description": "GitQlient is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality.",
|
|
"docker_registry": "https://ghcr.io/",
|
|
"image_src": "gitqlient.png",
|
|
"name": "lscr.io/linuxserver/gitqlient:latest",
|
|
"run_config": {
|
|
"security_opt": [
|
|
"seccomp=unconfined"
|
|
],
|
|
"entrypoint": [
|
|
"/kasminit"
|
|
],
|
|
"user": 1000
|
|
},
|
|
"exec_config": {},
|
|
"categories": [
|
|
"Development"
|
|
],
|
|
"friendly_name": "GitQlient",
|
|
"architecture": [
|
|
"amd64",
|
|
"arm64"
|
|
],
|
|
"compatibility": [
|
|
"1.13.x",
|
|
"1.14.x",
|
|
"1.15.x",
|
|
"1.16.x"
|
|
],
|
|
"uncompressed_size_mb": 1080
|
|
}
|