autoware icon indicating copy to clipboard operation
autoware copied to clipboard

feat(docker): install minimum packages in `base` stage

Open youtalk opened this issue 1 month ago • 1 comments

Description

This PR makes changes to minimize the number of packages installed with apt-get install at the base stage. https://github.com/autowarefoundation/autoware/pull/4738#issuecomment-2123673155 is why we need to minimize the image size as much as possible. Having a smaller image size is beneficial.

Tests performed

https://github.com/autowarefoundation/autoware/actions/runs/9185294602

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.

  • [ ] There are no open discussions or they are tracked via tickets.

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

youtalk avatar May 22 '24 04:05 youtalk