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

fix(.dockerignore): not ignore specific csv and png files #5187

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Sep 6, 2024

Description

Fixed #5180
Resolved #5084

This PR does not ignore specific files to copy to Docker images.

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.

  • 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 Sep 6, 2024
@youtalk youtalk requested a review from oguzkaganozt September 6, 2024 12:00
@youtalk youtalk added DevOps Dojo: Build & Run type:containers Docker containers, containerization of components, or container orchestration. component:openadkit Issues or Features related to Open AD Kit labels Sep 6, 2024
@youtalk youtalk marked this pull request as ready for review September 6, 2024 12:00
@youtalk youtalk changed the title not ignore specific csv and png files fix(.dockerignore): not ignore specific csv and png files Sep 6, 2024
@xmfcx xmfcx added the tag:run-health-check Run health-check label Sep 6, 2024
Copy link
Contributor

@oguzkaganozt oguzkaganozt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but do we have another autoware.universe directories that may have essential csv or png artifacts ?

@youtalk
Copy link
Member Author

youtalk commented Sep 6, 2024

@oguzkaganozt Please see my comment #5009 (comment). I hope most of them are for test case.

@youtalk youtalk merged commit 71b7a4b into main Sep 6, 2024
31 of 34 checks passed
@youtalk youtalk deleted the fix-dockerignore branch September 6, 2024 13:04
@yvzksgl
Copy link
Member

yvzksgl commented Sep 19, 2024

Hello @youtalk i'm not sure if it's worked i tried universe-cuda-20240919 but the files that won't be ignored are still ignored.

@youtalk
Copy link
Member Author

youtalk commented Sep 19, 2024

@yvzksgl Please provide the list which you want not to ignore.

@yvzksgl
Copy link
Member

yvzksgl commented Sep 19, 2024

PNG files in src/universe/autoware.universe/common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/assets and CSV files in src/universe/autoware.universe/vehicle/autoware_raw_vehicle_cmd_converter/data/default

@youtalk
Copy link
Member Author

youtalk commented Sep 20, 2024

I've comfirmed the latest image doesn't have the files. I reopen the issue #5180.
Please wait for a while to resolve it.

docker run --rm -it ghcr.io/autowarefoundation/autoware:universe-devel-cuda
ls /opt/autoware/share/autoware_overlay_rviz_plugin/assets/images/
ls /opt/autoware/share/autoware_raw_vehicle_cmd_converter/data/default/

@youtalk
Copy link
Member Author

youtalk commented Sep 20, 2024

cc @yvzksgl
#5263 (comment)

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 tag:run-health-check Run health-check type:containers Docker containers, containerization of components, or container orchestration.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Missing Files in Docker Images
4 participants