It would be great to have docker hub (automated) builds. The only requirement so far is that (as far as I know) there's no way to specify a different name for the Docker file to use.
This means that the current Dockerfile.fedora cannot be used (and the current Dockerfile cannot be used as well as the rhel7 image cannot update packages from the docker hub).
Proposal is to rename Dockerfile to Dockerfile.rhel7 and Dockerfile.fedora to Dockerfile (not sure if this breaks some other building process you may have).
It would be great to have docker hub (automated) builds. The only requirement so far is that (as far as I know) there's no way to specify a different name for the Docker file to use.
This means that the current
Dockerfile.fedora
cannot be used (and the currentDockerfile
cannot be used as well as the rhel7 image cannot update packages from the docker hub).Proposal is to rename
Dockerfile
toDockerfile.rhel7
andDockerfile.fedora
toDockerfile
(not sure if this breaks some other building process you may have).