watchtower/pkg/registry
kalvinparker e1f67fc3d0 feat(registry): add support for custom CA certificates and TLS validation
- Introduced `--registry-ca` and `--registry-ca-validate` flags for configuring TLS verification with private registries.
- Implemented in-memory token caching with expiration handling.
- Updated documentation to reflect new CLI options and usage examples.
- Added tests for token cache concurrency and expiry behavior.
2025-11-14 14:30:37 +00:00
..
auth feat(registry): add support for custom CA certificates and TLS validation 2025-11-14 14:30:37 +00:00
digest feat(registry): add support for custom CA certificates and TLS validation 2025-11-14 14:30:37 +00:00
helpers chore(deps): bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible (#1780) 2023-10-04 12:17:38 +02:00
manifest chore(deps): bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible (#1780) 2023-10-04 12:17:38 +02:00
registry.go feat(registry): add support for custom CA certificates and TLS validation 2025-11-14 14:30:37 +00:00
registry_suite_test.go test: reduce test output noise 2021-11-01 19:36:38 +01:00
registry_test.go fix(registry): image name parsing behavior (#1526) 2023-04-12 17:15:12 +02:00
trust.go fix(registry): image name parsing behavior (#1526) 2023-04-12 17:15:12 +02:00
trust_test.go fix(registry): image name parsing behavior (#1526) 2023-04-12 17:15:12 +02:00