e07e50c904
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>
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"name": "polaris-headlamp-plugin",
|
|
"version": "0.0.1",
|
|
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
|
"scripts": {
|
|
"start": "headlamp-plugin start",
|
|
"build": "headlamp-plugin build",
|
|
"package": "headlamp-plugin package",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@kinvolk/headlamp-plugin": "^0.13.0"
|
|
}
|
|
}
|