Conversation
|
Hmm... apt hold seem to prevent apt from updating installed packages, but not installing them in the first place. Might need to use a different method. |
|
I can open a PR with osrf/docker_templates@9aa7196 if you're ok with the approach. Used it successfully earlier today to get the image to fail while listing all the packages and keys that couldn't be resolved |
Check this out: Details |
…g ros packages Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
483791b to
ac93fff
Compare
|
After offline discussion with @ruffsl we figured that the inability to install ROS packages via rosdep on nightly images should be a persistent thing. This way consumers of this image will not end up installing most of the last released rosdistro if they have misconfigured dependencies in their workspace. So we decided to make rosdep fetch an index without any ros distribution. Users will still be able to install ros-$ROS_DISTRO-... packages using apt but rosdep wont be aware of them. Relevant changes have been force-pushed to this PR and the corresponding template PR is available at osrf/docker_templates#71 |
|
LGTM! |
By marking all release packages as
holdContext: #304 (comment)