ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Pseudo-randomize container names to distinguish them from each other #64

Closed piraka9011 closed 4 years ago

piraka9011 commented 4 years ago

Copied from the aws-ros-dev fork:


The script produces a docker image and starts a container with a fixed name. If the container is not stopped, all subsequent script executions will try to start the old container and produce incorrect results.

This can be mitigated by adding a fixed length random string at the end of the current container name, to distinguish between different invocations of the script.

Resources

Issue #27

emersonknapp commented 4 years ago

Closing as no longer relevant - in the tool as it is right now: