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 <pre>latest</pre> tag.
+
Never build or compose from a <code>latest</code> tag.
 
== Automate ==
 
== Automate ==
  

Revision as of 21:45, 16 August 2020

Tags/SHAs

Use fixed tags for immutability. Never build or compose from a latest tag.

Automate

Push

Back to the Docker guide.