Skip to main content
Version: v0.19.0

tag-blacklist

Image tag should not be 'latest'.

ProviderLevelTags
skopeoWarninglifecycle

Messages

TypeMessage
PassImage tag is not 'latest'.
FailImage is using the 'latest' tag. Use immutable version tags instead.

Playbook Example

rules:
- provider: skopeo
rule: tag-blacklist

Condition

{
"!=": [
{
"var": "request.tag"
},
"latest"
]
}