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(docker): replace ADD by RUN curl #3239

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

VRichardJP
Copy link
Contributor

@VRichardJP VRichardJP commented Jan 31, 2023

Fix invalid not-modified ETag error

Signed-off-by: Vincent Richard vincent.francois.richard@gmail.com

Description

Downloading data with ADD sometimes cause invalid not-modified ETag error.
Replaced with curl, which seems to work just fine.

See #3238

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.

Fix `invalid not-modified ETag` error

Signed-off-by: Vincent Richard <vincent.francois.richard@gmail.com>
Copy link
Contributor

@kenji-miyake kenji-miyake left a comment

Choose a reason for hiding this comment

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

Although I don't completely understand the root cause yet, seeing #3238 (comment), it looks to be okay.

@kenji-miyake
Copy link
Contributor

[Memo] The link to the previous related discussion: #2736 (comment)

@kenji-miyake kenji-miyake enabled auto-merge (squash) February 3, 2023 11:20
@kenji-miyake kenji-miyake merged commit 3d4a0fd into autowarefoundation:main Feb 3, 2023
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.

2 participants