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

DataImportCron only support registry source #3605

Open
Muyan0828 opened this issue Jan 20, 2025 · 1 comment
Open

DataImportCron only support registry source #3605

Muyan0828 opened this issue Jan 20, 2025 · 1 comment

Comments

@Muyan0828
Copy link
Contributor

Is your feature request related to a problem? Please describe:
we want to create DataImportCron with other sources, such as http and s3.

@awels
Copy link
Member

awels commented Jan 27, 2025

The problem with other sources is that there is no standard way to identify new images. With container registry it is possible to compare digests and determine if the image in the registry is different. For other sources there is no such standard and thus really hard to identify if something changed.

We had an attempt before:
#2881

We still want this just haven't had the time to really investigate and complete it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants