repo2docker/repo2docker
David Douard 983607fed7 Fix the docker image name generation
make sure all the parts that constitute the generated docker image name
are escaped, otherwise the docker building process can fail (with a rather
hard to understand error).

Before this fix, the `provider.content_id` was not escaped.
2021-01-19 18:03:50 +01:00
..
buildpacks
contentproviders
__init__.py
__main__.py
_version.py
app.py Fix the docker image name generation 2021-01-19 18:03:50 +01:00
utils.py