Uh oh!
There was an error while loading. Please reload this page.
ci: retry the Bash 3.0 image build on a Docker Hub hiccup - #1128
Merged
Conversation
The base-image pull returned 502 and failed the job on an unrelated PR. The curl retries from #1107 are inside the build, so they cannot help: the pull happens before them. Dockerfile goes to a file, docker build runs up to three times with a backoff, and the third failure still fails the job. Verified with docker build --check that the file parses with the indentation the YAML heredoc preserves. Closes#1127
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 Background
Related #1127
Build Bash 3.0 Imagefailed on an unrelated PR with a Docker Hub 502resolving
debian:bookworm-slim— before any of the build's own commands ran,so the
curlretries from #1107 could not help.That is two distinct transient modes for this one job today (
ftp.gnu.orgtimeouts, now registry 502s), each costing a human the time to notice the red
tick is not about the change.
💡 Changes
docker buildruns up to three times with a backoff; the third failure still fails the jobdocker build --checkthat the file parses with the indentation the YAML heredoc preserves