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

feat: Automatic inferring of registry from image prefix #369

Merged
merged 3 commits into from
Jan 27, 2022

Conversation

jannfis
Copy link
Contributor

@jannfis jannfis commented Jan 26, 2022

This new feature allows the registry API to be inferred from an image's prefix. E.g. if the image name is my.custom.registry/some/image, Argo CD Image Updater now won't require a dedicated configuration for the registry my.custom.registry, but instead assume the Docker registry API's endpoint at https://my.custom.registry/v2.

This works as long as the API is available via HTTPS on the same host as the registry's prefix and as long as you won't need any custom configuration for your registry, such as modified TLS settings.

Signed-off-by: jannfis jann@mistrust.net

Signed-off-by: jannfis <jann@mistrust.net>
Signed-off-by: jannfis <jann@mistrust.net>
Signed-off-by: jannfis <jann@mistrust.net>
@jannfis jannfis merged commit 113d8e7 into argoproj-labs:master Jan 27, 2022
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.

None yet

1 participant