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
I'm investigating local build performance now. We tend to use :latest in test containers, but that slows builds down. In production containers we tend to use :[whatever version] but that's a false sense of stability as we learned from httpd:2.4.23 which had a config change within that tag that broke a downstream build.
This is just an idea but I felt build-contract would be a good place for a reminder about the value of :version@sha in FROM.
The text was updated successfully, but these errors were encountered:
I'm investigating local build performance now. We tend to use
:latest
in test containers, but that slows builds down. In production containers we tend to use:[whatever version]
but that's a false sense of stability as we learned fromhttpd:2.4.23
which had a config change within that tag that broke a downstream build.This is just an idea but I felt build-contract would be a good place for a reminder about the value of
:version@sha
in FROM.The text was updated successfully, but these errors were encountered: