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
No such thing technically since what a tag points to can always be changed
We attempt to make specific tags semi-immutable at the Dockerfile level, but the images themselves referenced by these tags will technically always change automatically whenever the underlying base images (debian, alpine, php) are updated (generally for security). This is a byproduct of how Docker base images and Docker Official images work.
The only truly immutable option - if you require that - is to reference your images by their digest. The caveat being you're 100% responsible for security updates.
General recommendations:
Pin your image references to something. Rule of thumb: a major release or one of { latest, previous, last }
Tagging policy
latest/previous/last match upstream
stable/production generally matches ?
Breaking changes
?
Image versions
Nextcloud Server versions
Base image versioning/rebuilding
Image tags
Mutable tags
Rolling tags
Semo-immutable
e.g. "29.0.5"
Digests (immutable/BOM use)
Changelog:
Release notes (high-level / quick summary)
Commit log (detailed /
The text was updated successfully, but these errors were encountered:
Breadcrumbs for down the road... (Mostly for myself).
Production Docker tags:
Tracking this in: #2265
Immutable:
General recommendations:
Changelog:
The text was updated successfully, but these errors were encountered: