mirror of
https://github.com/linuxserver/kasm_workspaces_registry.git
synced 2026-03-23 00:01:19 +08:00
30 lines
668 B
JSON
30 lines
668 B
JSON
{
|
|
"description": "DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.",
|
|
"docker_registry": "https://ghcr.io/",
|
|
"image_src": "sqlitebrowser.png",
|
|
"name": "lscr.io/linuxserver/sqlitebrowser:latest",
|
|
"run_config": {
|
|
"security_opt": [
|
|
"seccomp=unconfined"
|
|
],
|
|
"entrypoint": [
|
|
"/kasminit"
|
|
],
|
|
"user": 1000
|
|
},
|
|
"exec_config": {},
|
|
"categories": [
|
|
"Development"
|
|
],
|
|
"friendly_name": "SQLiteBrowser",
|
|
"architecture": [
|
|
"amd64",
|
|
"arm64"
|
|
],
|
|
"compatibility": [
|
|
"1.13.x",
|
|
"1.14.x"
|
|
],
|
|
"uncompressed_size_mb": 1070
|
|
}
|