Commit Graph

24 Commits

Author SHA1 Message Date
dresi
88790ed23a feat: add workflow_dispatch trigger and document rebuild options
Some checks failed
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Failing after 1m58s
2026-06-11 16:03:54 +02:00
dresi
5235b2af95 feat: rename telegraf-snmp to telegraf-snmp-unifi
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 2m25s
2026-06-11 10:28:16 +02:00
dresi
18d0905531 feat: add sha/version tagging and feature branch support
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
2026-06-11 09:22:52 +02:00
dresi
847f078918 refactor: replace custom buildkit image with private CA from Gitea variable
All checks were successful
Build and push rsyncd image / build-and-push-image (push) Successful in 4m52s
Build and push telegraf-snmp image / build-and-push-image (push) Successful in 7m38s
2026-06-11 08:13:40 +02:00
dresi
d816c63926 fix: install Harbor CA cert on ubuntu runner before build
All checks were successful
Build and push telegraf-snmp image / build-and-push-image (push) Successful in 2m25s
2026-06-11 08:03:21 +02:00
dresi
a88f7f95b8 fix: use repo ca-chain.crt path for buildkitd harbor.lan TLS config
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
2026-06-11 07:57:43 +02:00
dresi
c3cd53e207 fix: explicitly configure harbor.lan CA cert in buildkitd.toml
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
2026-06-11 07:48:45 +02:00
dresi
7c411c5a0f debug: check /etc/ssl/cert.pem cert count in buildkit container
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 2m17s
2026-06-11 07:28:52 +02:00
dresi
3262469e5a debug: test TLS to token endpoint specifically
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
2026-06-10 17:56:56 +02:00
dresi
b7fa7210db debug: dump all buildkitd PID 1 env vars
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m45s
2026-06-10 17:53:18 +02:00
dresi
18c15a386e debug: check SSL env vars of buildkitd process
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m54s
2026-06-10 17:51:17 +02:00
dresi
e99e4da96c debug: add TLS verification step in BuildKit container
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m57s
2026-06-10 17:29:50 +02:00
dresi
4584136624 fix: add linux/arm64 platform to telegraf-snmp build
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 5m22s
2026-06-10 17:05:30 +02:00
dresi
1daa0e70c8 feat: add CI workflow to build custom BuildKit image via plain docker build
Some checks failed
Build and push rsyncd image / build-and-push-image (push) Failing after 1m3s
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 51s
Build and push buildkit image / build-and-push-image (push) Successful in 3m24s
2026-06-10 17:02:09 +02:00
dresi
fc97ac3995 feat: add custom BuildKit image with internal CA, use in workflows 2026-06-10 16:56:51 +02:00
dresi
9b07e8743c fix: use insecure=true for harbor.lan in BuildKit config
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 2m17s
Build and push rsyncd image / build-and-push-image (push) Failing after 3m53s
2026-06-10 16:14:27 +02:00
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
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
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