-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix(docker): update build script with respect to multi-container design #5571
fix(docker): update build script with respect to multi-container design #5571
Conversation
Signed-off-by: amadeuszsz <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
@amadeuszsz I can confirm that this worked for me, is there anything that needs to be done before this is ready for review? |
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
@esteve
Briefly speaking, I updated For this PR I'm removing arguments which don't apply, but I would prefer to keep them if we could force build target with use of local changes. If anyone know how to do it, please revert this commit and apply necessary changes. What I know is we can't build image using both |
Since not only the |
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
I found why I can't apply my changes into docker images - for I modified PR and now I believe we can merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your update.
Description
Fix for #5558 & #5514
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.