Container image definitions
Go to file
dresi a923b29aa6
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 4m12s
Merge pull request 'feat/telegraf-snmp-unifi-own-dockerfile' (#5) from feat/telegraf-snmp-unifi-own-dockerfile into main
Reviewed-on: #5
2026-06-11 16:23:46 +02:00
.gitea/workflows feat: add workflow_dispatch trigger and document rebuild options 2026-06-11 16:03:54 +02:00
rsyncd feat: add multi-module support and custom config mount to rsyncd 2026-06-11 14:37:06 +02:00
telegraf-snmp-unifi fix: import GPG key into keyring instead of apt trusted.gpg.d 2026-06-11 16:12:16 +02:00
README.md feat: add workflow_dispatch trigger and document rebuild options 2026-06-11 16:03:54 +02:00

container-images

Images

Image Beschreibung
tools/telegraf-snmp-unifi Telegraf mit UniFi SNMP MIBs
tools/rsyncd rsync Daemon

CI Workflows

Trigger Tags gebaut
Push auf feat/** :<sha>
Push/Merge auf main :<sha> + :latest
git tag v1.0.0 && git push origin v1.0.0 :<sha> + :v1.0.0

:latest wird nur durch Pushes auf main überschrieben. Feature-Branches bauen immer, lassen :latest aber unberührt.

Rebuild without code changes

To trigger a rebuild (e.g. to pull latest apt upgrade):

Option 1 — empty commit:

git commit --allow-empty -m "chore: rebuild to pull latest apt upgrades"
git push

Option 2 — manual trigger: Use the "Run workflow" button in the Gitea Actions UI (telegraf-snmp-unifi workflow only).