docker build --tag= is a nice shortcut here
docker build --tag=
nitpick: can we get a better indentation, so that microdnf calls are not in line with dockerfile instructions?
If the previous step is to build the module in koji, we can link to koji repo, if it's local build, I would add steps to host it on fedorapeople, something like:
$ mkdir module $ cp $RPMS module/ $ createrepo_c module/ $ rsync ./module/ $USER@fedorapeople.org:public_html/
A couple comments. I like the rewrite!
I would named it Module RPM repository.
This would be nice to have also in container-image-template. And some example.
1 new commit added
LGTM, let's merge
Pull-Request has been merged by ttomecek