This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
Provide base Docker images for download instead of building locally #141
Labels
enhancement
New feature or request
Description
On first use, building the rosdep collector and sysroot images take a long time (especially sysroot, since it's emulated). It would be nice to provide the undifferentiated portion of the build (e.g. rosdep, build tools) as a downloadable docker image, which should save a lot of time for the average case.
Related Issues
N/A
Completion Criteria
Implementation Notes / Suggestions
sysroot.Dockerfile
into a separatebuildtools.Dockerfile
rosdep.Dockerfile
andbuildtools.Dockerfile
with the necessary matrix of build argumentsTesting Notes / Suggestions
Run an additional nightly e2e test build, configured to be able to find the GitHub Package artifacts
The text was updated successfully, but these errors were encountered: