Difference between revisions of "Build a Docker Image"

From Gcube Wiki
Jump to: navigation, search
(Tags/SHAs)
 
Line 1: Line 1:
 
= Tags/SHAs =
 
= Tags/SHAs =
 
Use fixed tags for immutability.
 
Use fixed tags for immutability.
Never build or compose from a <code>latest</code> tag.
+
 
 
== Automate ==
 
== Automate ==
  

Latest revision as of 21:46, 16 August 2020

Tags/SHAs

Use fixed tags for immutability.

Automate

Push

Back to the Docker guide.