Skip to content

refactor(Dockerfile): simplify --mount=type=bind options#5878

Merged
youtalk merged 1 commit intomainfrom
refactor/simple-mount-type-bind
Mar 14, 2025
Merged

refactor(Dockerfile): simplify --mount=type=bind options#5878
youtalk merged 1 commit intomainfrom
refactor/simple-mount-type-bind

Conversation

@youtalk
Copy link
Copy Markdown
Member

@youtalk youtalk commented Mar 14, 2025

Description

Until now, files were mounted by specifying the stage name using the --mount=type=bind,from= option, but this PR changes to mounting files from the host. This makes the mount option description simpler.
It has also been confirmed that there is no negative impact on the image size:

How was this PR tested?

Notes for reviewers

None.

Effects on system behavior

None.

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
@github-actions
Copy link
Copy Markdown

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@youtalk youtalk added the run:health-check Run health-check label Mar 14, 2025
@youtalk youtalk self-assigned this Mar 14, 2025
@youtalk youtalk added type:containers Docker containers, containerization of components, or container orchestration. component:openadkit Issues or Features related to Open AD Kit labels Mar 14, 2025
@youtalk youtalk marked this pull request as ready for review March 14, 2025 06:47
@youtalk youtalk requested a review from oguzkaganozt as a code owner March 14, 2025 06:47
@youtalk youtalk requested review from mitsudome-r and xmfcx March 14, 2025 06:47
@youtalk youtalk merged commit 618b1f6 into main Mar 14, 2025
38 of 39 checks passed
@youtalk youtalk deleted the refactor/simple-mount-type-bind branch March 14, 2025 08:51
sykwer pushed a commit to sykwer/autoware that referenced this pull request Mar 22, 2025
…oundation#5878)

simplify mount=type=bind options

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: sykwer <sykwer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:openadkit Issues or Features related to Open AD Kit run:health-check Run health-check type:containers Docker containers, containerization of components, or container orchestration.

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

2 participants