autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
8.58k stars 2.88k forks source link

feat(docker,ansible): download artifacts at runtime #4771

Closed youtalk closed 1 month ago

youtalk commented 1 month ago

Description

This PR stops using the --download-artifacts option during docker build and changes to mounting ~/autoware_data at runtime. This eliminates the need to store the 651MB ~/autoware_data in the image every time, thereby reducing the download time and the image size.

I've also made a PR to update the documentation. https://github.com/autowarefoundation/autoware-documentation/pull/556

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Interface changes

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.