Hi Jack, I think Mani's fix is what you need. It's a regression we have with the latest release of docker. They got more strict with what characters they allow in tags. As a quick fix you can probably downgrade your docker version temporariy until we can merge the patch and propagate the next ros_buildfarm release. You can also try Mani's patch from source. Tully On Fri, Aug 21, 2015 at 6:53 PM, Mani Monajjemi via ros-release < ros-release@lists.ros.org> wrote: > ​A possible fix for this issue is being discussed here: > https://github.com/ros-infrastructure/ros_buildfarm/pull/94 > > - Mani > > Mani Monajjemi > > On Fri, Aug 21, 2015 at 6:49 PM, Jack O'Quin via ros-release < > ros-release@lists.ros.org> wrote: > >> I have not yet succeeded in running the new pre-release tests for Indigo >> on Trusty. >> >> The web page generated this command for bwi_common: >> ``` >> >> mkdir -p /tmp/prerelease_job >> cd /tmp/prerelease_job >> generate_prerelease_script.py \ >> https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/master/index.yaml \ >> indigo default ubuntu trusty amd64 \ >> bwi_common \ >> --level 1 \ >> --output-dir ./ >> >> ``` >> >> When I run that and then ./prerelease.sh it fails with these messages: >> ``` >> + docker build -t devel_task_generation__indigo_prerelease . >> repository name component must match "[a-z0-9]+(?:[._-][a-z0-9]+)*" >> ``` >> >> As best I can tell, that regexp does not match a string with two '_' >> characters in a row. >> >> Any suggestions? >> -- >> joq >> >> _______________________________________________ >> ros-release mailing list >> ros-release@lists.ros.org >> http://lists.ros.org/mailman/listinfo/ros-release >> >> > > _______________________________________________ > ros-release mailing list > ros-release@lists.ros.org > http://lists.ros.org/mailman/listinfo/ros-release > >