You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
If I am aware there is not better Makefile/build a framework to compose images as in this tool. I have some suggestions/enhancements:
Add "Jinja2" processing of the makefile before yaml is parsed, to allow things like:
% for os_codename in [xenial, bionic]
debian-{{os_codename}:
FROM: debian:{{os_codename}}
% endfor