If there are plus chars in the name of an entity, they are not correctly masked. workaround: ```bash sed -i 's#\([^ ]*[+][^ ]*\)#"\1"#g' swagger.puml ``` before image creation