Difference between revisions of "Build a Docker Image"

From Gcube Wiki
Jump to: navigation, search
(Created page with "** Tags/SHAs Use fixed tags for immutability. Never build or compose from a <pre>latest</pre> tag. ** Automate ** Push ''Back to the Docker_Guide_for_gCube_Users | Docker...")
 
 
(2 intermediate revisions by the same user not shown)
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.
 
** Automate
 
  
** Push
+
== Automate ==
 +
 
 +
== Push ==
  
 
''Back to the [[Docker_Guide_for_gCube_Users | Docker guide]].''
 
''Back to the [[Docker_Guide_for_gCube_Users | Docker guide]].''
  
 
[[Category:Docker]]
 
[[Category:Docker]]

Latest revision as of 21:46, 16 August 2020

Tags/SHAs

Use fixed tags for immutability.

Automate

Push

Back to the Docker guide.