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

[docker] - Install previous version if current tags are missing artifacts #897

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

samruddhikhandale
Copy link
Member

Fixes: #883

Currently, docker-in-docker Feature builds are failing as the latest tag available for docker-compose is v2.24.7, however, the corresponding releases are still not available. This PR, attempts to find a previous version in such scenarios

@samruddhikhandale samruddhikhandale requested a review from a team as a code owner March 6, 2024 01:00
@samruddhikhandale samruddhikhandale self-assigned this Mar 6, 2024
@samruddhikhandale samruddhikhandale enabled auto-merge (squash) March 6, 2024 01:02
Copy link
Member

@joshspicer joshspicer left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@samruddhikhandale samruddhikhandale merged commit 965e120 into main Mar 6, 2024
111 checks passed
@samruddhikhandale samruddhikhandale deleted the samruddhikhandale/docke-compose-retry branch March 6, 2024 01:20
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.

Docker-in-docker: Add retry mechanism for fetching tags
2 participants