Commit Graph

12 Commits

Author SHA1 Message Date
dresi
17165069c2 fix: also inject internal CA into BuildKit system CA store
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 2m36s
Build and push rsyncd image / build-and-push-image (push) Failing after 4m15s
2026-06-10 15:37:07 +02:00
dresi
4c2ef22a9b fix: configure BuildKit registry CA via buildkitd-config-inline
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 2m9s
Build and push rsyncd image / build-and-push-image (push) Failing after 4m5s
2026-06-10 15:27:26 +02:00
dresi
9c2599dd9b next try to fix tls verify in buidlkit upload to harbor.lan
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 57s
2026-06-10 15:17:57 +02:00
dresi
0cd3a94e6f fix: inject internal CA into BuildKit system trust store
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 2m13s
Build and push rsyncd image / build-and-push-image (push) Failing after 4m4s
Drop buildkitd.toml CA config approach — it does not apply to
BuildKit's OAuth token fetch which uses the Go system CA pool.
Instead append the CA cert to the BuildKit container's
/etc/ssl/certs/ca-certificates.crt and restart so buildkitd
picks it up via the system pool.
2026-06-10 14:59:26 +02:00
dresi
b237e769f1 fix: correct MIB path from ubiquiti to ubnt in LibreNMS repo
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m39s
2026-06-10 14:25:57 +02:00
dresi
018c6373b1 fix: remove apt install/remove of wget, already in telegraf:latest
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m28s
2026-06-10 14:16:07 +02:00
dresi
1021800126 fix: remove snmp-mibs-downloader, only fetch UBNT MIBs from GitHub
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m37s
snmp-mibs-downloader is in Debian non-free and not needed — the UBNT
MIBs required for UniFi SNMP polling are fetched directly from GitHub.
2026-06-10 14:12:38 +02:00
dresi
c6104d3426 fix: use vars. prefix for PRIVATE_REGISTRY_USER
Some checks failed
Build and push rsyncd image / build-and-push-image (push) Failing after 35s
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 2m3s
2026-06-10 13:53:32 +02:00
dresi
2c7bdc7475 refactor: revert to runs-on: docker after label simplification
Some checks failed
Build and push rsyncd image / build-and-push-image (push) Failing after 37s
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 31s
2026-06-10 13:04:21 +02:00
dresi
ff96e5567b fix: use build runner label for docker build workflows
Some checks are pending
Build and push rsyncd image / build-and-push-image (push) Waiting to run
Build and push telegraf-snmp image / build-and-push-image (push) Waiting to run
Workflows need docker CLI which is only available in the docker:latest
container started by the 'build' runner label, not node:20-bookworm.
2026-06-10 13:01:53 +02:00
dresi
8ab8d6132a ci: trigger initial telegraf-snmp build 2026-06-10 10:37:39 +02:00
dresi
46e0a70521 feat: initial structure with rsyncd and telegraf-snmp images
Some checks failed
Build and push rsyncd image / build-and-push-image (push) Failing after 6m3s
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 6m4s
2026-06-10 10:29:16 +02:00