-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Description
I'm wondering if it would be worth having a testing tag targeting the testing repo. Sort of like the devel tag, but using the testing repo instead of latest release, and perhaps setting the usual ENVs to rolling.
docker_images/ros2/source/devel/Dockerfile
Lines 24 to 25 in 7561576
| # setup sources.list | |
| RUN echo "deb http://packages.ros.org/ros2/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros2-latest.list |
# setup sources.list
- RUN echo "deb http://packages.ros.org/ros2/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros2-latest.list<br class="Apple-interchange-newline">
+ RUN echo "deb http://packages.ros.org/ros2-testing/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros2-testing.list<br class="Apple-interchange-newline">Hmm, well, I guess more like nightly but without installing rolling from the fat archive or nurfing rosdistro.
We'd probably want to revisit how to keep these images up-to-date.
I think we could use a similar pattern that I've used for Nav2, but add pip update and such:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels