Skip to content

Conversation

@pugnascotia
Copy link
Contributor

Following #52519, our Docker build pulls down curl sources in an
Alpine Linux container using wget. However that version of wget
doesn't support any retry flags. Since network issues can cause build
failures, wrap the wget calls in the same retry construct used for
yum commands elsewhere.

Closes #63600.

Following elastic#52519, our Docker build pulls down `curl` sources in an
Alpine Linux container using `wget`. However that version of `wget`
doesn't support any retry flags. Since network issues can cause build
failures, wrap the `wget` calls in the same retry construct used for
`yum` commands elsewhere.

Closes elastic#63600.
@pugnascotia pugnascotia added >bug >non-issue :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts v8.0.0 labels Oct 13, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Packaging)

@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Oct 13, 2020
Copy link
Contributor

@dliappis dliappis left a comment

Choose a reason for hiding this comment

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

LGTM, left a comment.

Copy link
Contributor

@mark-vieira mark-vieira left a comment

Choose a reason for hiding this comment

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

👍

@pugnascotia pugnascotia merged commit c5cebb0 into elastic:master Oct 14, 2020
@pugnascotia pugnascotia deleted the 63600-retry-wget-in-dockerfile branch October 14, 2020 13:00
@mark-vieira mark-vieira added Team:Delivery Meta label for Delivery team and removed Team:Core/Infra Meta label for core/infra team labels Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>bug :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts >non-issue Team:Delivery Meta label for Delivery team v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retry wget tasks while building the Docker image

5 participants