#22 Updated The Building container locally chapter
Merged by ttomecek. Opened by eslobodo.
eslobodo/modularity building_containers  into  master

Download 22.patch
no initial comment

docker build --tag= is a nice shortcut here

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

  • Fixes as per feedback

LGTM, let's merge

Pull-Request has been merged by ttomecek

Metadata