Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
wxmerkt
left a comment
There was a problem hiding this comment.
Hi!
Thank you very much for working on this. I am trying to get it these images to run locally to debug some early noetic buildfarm/release issues. Please find comments inline for local changes I made.
Is there a "working" Dockerfile for debugging jobs on the noetic buildfarm yet?
Thanks,
Wolfgang
|
|
||
| # install ros packages | ||
| RUN apt-get update && apt-get install -y \ | ||
| ros-focal-robot \ |
There was a problem hiding this comment.
I believe this should be ros-noetic-robot
|
|
||
| # setup sources.list | ||
| RUN echo "deb http://repositories.ros.org/ubuntu/testing focal main" > /etc/apt/sources.list.d/ros1-latest.list | ||
| RUN echo "deb http://packages.ros.org/ros/ubuntu bionic main" > /etc/apt/sources.list.d/ros1-latest.list |
Recommended way to debug buildfarm jobs is to use the ros_buildfarm package. @ahcorde the docker_images on this repositories are generated. However they won't be generated and pushed upstream before the release actually happens. |
|
Sure, closed |
|
@ahcorde Are you using this branch for something on your side? or can it be safely deleted ? |
|
@mikaelarguedas Thank you for the pointers, much appreciated :-) |
|
Removed @mikaelarguedas |
we need to create the noetic dockerfiles to support some CI jobs (for example in the perception pipeline: ros-perception/image_pipeline#507).
Meta packages such as:
ros-noetic-ros-core,ros-noetic-ros-base, etc are not created yet. Fow now it's not possible to build these dockerfiles.Signed-off-by: ahcorde ahcorde@gmail.com