You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This configuration approach is compatible with [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker).
55
57
58
+
#### Pin by immutable tags
59
+
60
+
Additional tags are being pushed for master releases, following the pattern
61
+
`$tag-YYMMDDHHMM`. Those tags are never overwritten and can be used as a more
62
+
intuitive approach. You can still use it in combination with digest for
63
+
increased security.
64
+
65
+
> Quay.io doesn't retain previous images when a tag is overwritten, so using an
66
+
> immutable tag is mandatory in order to avoid getting `Manifest not found`
67
+
> error once a mutable tag get updated.
68
+
56
69
## Development
57
70
58
71
While any docker installation will produce valid images, building with
0 commit comments