29 lines
689 B
YAML
29 lines
689 B
YAML
not_sync:
|
|
- image_pattern: quay.io/calico/.*
|
|
tag_patterns:
|
|
- ".*[0-9a-f]{7,40}.*"
|
|
- image_pattern: quay.io/tigera/.*
|
|
tag_patterns:
|
|
- ".*[0-9a-f]{7,40}.*"
|
|
- image_pattern: quay.io/jetstack/.*
|
|
tag_patterns:
|
|
- "[0-9a-f]{8,40}"
|
|
- image_pattern: docker.io/kubeovn/.*
|
|
tag_patterns:
|
|
- ".*[0-9a-f]{12,40}.*"
|
|
- image_pattern: docker.io/weaveworks/.*
|
|
tag_patterns:
|
|
- ".*[0-9a-f]{12,40}.*"
|
|
- image_pattern: docker.io/amazon/.*
|
|
tag_patterns:
|
|
- ".*[0-9a-f]{7,40}.*"
|
|
- image_pattern: docker.io/.*python
|
|
tag_patterns:
|
|
- ".*windows.*"
|
|
- image_pattern: docker.io/.*golang
|
|
tag_patterns:
|
|
- ".*windows.*"
|
|
- image_pattern: gcr.io/distroless/base
|
|
tag_patterns:
|
|
- "sha256-.*"
|