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

Check if image exists in ECR #51

Closed
estahn opened this issue Jan 28, 2021 · 2 comments
Closed

Check if image exists in ECR #51

estahn opened this issue Jan 28, 2021 · 2 comments

Comments

@estahn
Copy link
Owner

estahn commented Jan 28, 2021

The current implementation only checks if it's available via in-memory cache. If it is not then a download will be initiated – which effectively only syncs the latest layers. But ideally, no download should be initiated as this seems to count towards the rate-limiting of some providers.

@krmichelos
Copy link
Contributor

Does this change address this issue by adding a break in the workflow if the image is already in the target repo?
a133c78

@estahn
Copy link
Owner Author

estahn commented Feb 13, 2024

From practical experience this does not appear to be an issue. If so, I will reopen it.

@estahn estahn closed this as completed Feb 13, 2024
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

No branches or pull requests

2 participants