blob: cff119cba88f257f2b1bfb2940fe95d00d42c170 [file]
<p>
<b>FROM</b> sets the base image starting from which the image is built.
</p>
<br/>
<p>
<pre>
FROM image
</pre>
<br/>
<pre>
FROM image:tag
<pre>
<br/>
FROM image@digest
</pre>
</p>
<br/>
<p>
<b>FROM</b> must be the first non-comment instruction in the Dockerfile
</p>