tag-blacklist
Image tag should not be 'latest'.
| Provider | Level | Tags |
|---|---|---|
| skopeo | Warning | lifecycle |
Messages
| Type | Message |
|---|---|
| Pass | Image tag is not 'latest'. |
| Fail | Image is using the 'latest' tag. Use immutable version tags instead. |
Playbook Example
rules:
- provider: skopeo
rule: tag-blacklist
Condition
{
"!=": [
{
"var": "request.tag"
},
"latest"
]
}