adrianriobo / deliverest

Base container to acting as a delivery container for multi arch and multi platform
0 stars 4 forks source link

[enhancement] Add logic to select the arch and os for the target host #44

Open adrianriobo opened 4 months ago

adrianriobo commented 4 months ago

Currently deliverest expects the ARCH and OS will be set as ENVs when buidling the inheritance image.

On one side this can not be forced anyhow at building time. On the other hand that will force create one image per os x arch and typically when using this approach most of the size of the image is coming from the underlying image (Fedora from deliverest itself in this case).