Image Descriptor and Modules¶
Note
This chapter applies to builder engines that use Dockerfile as the input.
While module processing chapter covered the template processing modules this section describes how the image processing interacts with the module processing.

Final Stages¶
This encompasses defining the USER
, the WORKDIR
, and ENTRYPOINT
. Finally the RUN
command is generated.
Final Image Stages¶
This encompasses the final part of the generation for the image descriptor which may include e.g. package installation or artifact handling.
Note
Note that the main image handling happens after modules have been included and processed.
The only exception to this is args
which are injected first.