#16 RFE: Make it posssible to use Fedora version as macro in Dockerfiles
Opened 5 years ago by churchyard. Modified 5 years ago

I have this:

FROM registry.fedoraproject.org/fedora:rawhide

In master branch and every tiem after branching, I need to diverge the branches, just to change the rawhid part to 29, etc.

It would be much more convenient, if it could say something like:

FROM registry.fedoraproject.org/fedora:{{auto}}

Of course, that would local docker builds, so i guess we would need to figure something more non breaking.


Login to comment on this ticket.

Metadata