#12 Container branches in dist-git
Opened 5 years ago by cverna. Modified 5 years ago

The current dist-git branch system (one branch per fedora release) does not really work well for the containers. Even more if we want to remove the $FGC (#2) from the registry path.

I propose to use something simpler:

branch : master --> Dockerfile FROM registry.fedoraproject.org/fedora:rawhide
branch : latest --> Dockerfile FROM registry.fedoraproject.org/fedora:latest
branch : x.x (where x.x is a specific version similar to the stream in module) --> Dockerfile FROM registry.fedoraproject.org/fedora:xx (where xx is the fedora release number that contains the version wanted).

This scheme makes it painless to maintain the master and latest branch, ie the FROM line should never change.


How do we ensure that the images are tagged correctly in the registry? Where will the mapping be stored?

@ttomecek IMHO it is separate/sub issue of this. I have already opened issue #7 for it.

Login to comment on this ticket.

Metadata