feat: add Dockerfile, Gitea Actions CI, and Artifact Hub metadata

Multi-stage Dockerfile produces a lightweight image with the compiled
plugin at /plugins/. Gitea Actions workflow triggers on tag push (v*),
builds the plugin, pushes to the Gitea container registry, and creates
a release with the tarball attached.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 14:40:05 -05:00
parent 036cb66897
commit e07e50c904
5 changed files with 18208 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
"package": "headlamp-plugin package",
"tsc": "tsc --noEmit"
},
"devDependencies": {