32 lines
755 B
YAML
32 lines
755 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: docker.io/.*node
|
|
tag_patterns:
|
|
- ".*onbuild.*"
|
|
- image_pattern: gcr.io/distroless/.*
|
|
tag_patterns:
|
|
- "sha256-.*"
|