Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(docker): use Docker build cache to cache deb files #4721

Closed
wants to merge 5 commits into from

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented May 15, 2024

Description

This PR introduces the Docker build cache.

https://docs.docker.com/build/cache/

This will cache the deb files downloaded by apt-get install into the container registry, which is expected to speed up the installation of dependent packages.

A separate PR will also cache colcon build's ccache to the container registry.

Tests performed

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

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 youtalk self-assigned this May 15, 2024
Signed-off-by: Yutaka Kondo <[email protected]>
@youtalk youtalk closed this May 28, 2024
@youtalk youtalk deleted the mount-type-cache branch May 28, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant