Commit graph

4 commits

Author SHA1 Message Date
5ab69f3888 Add a local resolver useful for some testers + permit to deploy without checker build 2026-05-24 17:25:34 +08:00
c6a611db14 config: expose any checker AdminOpt via CLI flags and env vars
Some checks failed
continuous-integration/drone/push Build is failing
Replace the single -checker-<id>-remote-address flag (which only
handled the endpoint case) with a generic per-option flag
-checker-<id>-<opt-id> registered for every AdminOpt declared by each
checker definition. Type-aware parsing (bool, float64, string) mirrors
how JSON-decoded options arrive at runtime.
2026-05-10 20:18:17 +08:00
f0b3a0f94d ci: fix pipeline inconsistencies and improve Docker builds
- Replace DRONE_TAG##v with DRONE_SEMVER across all pipelines
- Add missing VERSION build_args and tag-specific Docker publish steps to amd64 pipeline
- Add prerelease: true to amd64 release publish steps for consistency with arm64
- Pin swag and go-licenses versions with renovate annotations
- Add renovate regex manager to track go install versions in .drone.yml
- Add BuildKit cache mounts and OCI labels to Dockerfiles
- Improve Dockerfile layer efficiency (separate web/web-admin asset copies, smaller COPY targets)
- Move npm build/generate directives to separate generate_npm.go files with //go:build ignore
- Update README build instructions to include web-admin and correct step order
2026-05-10 20:17:55 +08:00
ac18bf328c Add a minimal docker-compose.yml 2025-07-10 16:59:18 +02:00