Container image definitions
Go to file
dresi 18d0905531
All checks were successful
Build and push telegraf-snmp image / build-and-push-image (push) Successful in 2m38s
Build and push rsyncd image / build-and-push-image (push) Successful in 4m57s
feat: add sha/version tagging and feature branch support
2026-06-11 09:22:52 +02:00
.gitea/workflows feat: add sha/version tagging and feature branch support 2026-06-11 09:22:52 +02:00
rsyncd feat: initial structure with rsyncd and telegraf-snmp images 2026-06-10 10:29:16 +02:00
telegraf-snmp fix: correct MIB path from ubiquiti to ubnt in LibreNMS repo 2026-06-10 14:25:57 +02:00
README.md feat: add sha/version tagging and feature branch support 2026-06-11 09:22:52 +02:00

container-images

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.