ros_deploy_base docker container rule #98
Replies: 2 comments
-
|
The original intent with |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the late reply. That makes sense. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm seeing a couple peculiarities related to the
ros_deploy_basedocker container rule://chatter:chatter_imageexample from theexamplesfolder, I run into the below error:2.) I'm also trying to use
@ros_deploy_base//imageas a base image to arules_dockerbuild target that uses aros2_py_binarybuild target (that depends onrosbag2) as the binary:When running
bazel runon it, I get the following error:I can get around the problem in my own use-case by just using a base image that has ROS2 installed. This does require a ROS2 install, which isn't the end of the world, but is perhaps not ideal since this should probably work without a ROS2 install.
I saw that
ros_deploy_basehasn't been updated in a couple years.I'm wondering if
ros_deploy_baseshould be updated? Would that help with my problems? Or is there perhaps something else at work here?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions