-
Notifications
You must be signed in to change notification settings - Fork 54
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 login to private repositories #707
Comments
@mlin, are you open to evaluate a PR that will address this issue? |
@mlin, I already implemented this on our side (for AWS ECR and Google Artifact Registry), I think it could be adapted to use inside miniwdl, and would be more convenient for the login to happen at runtime. |
I will expand on a specific use case when changing this beahavior will be beneficial. |
@giuliovn a PR is certainly welcome as outlined on CONTRIBUTING.md, no need to ask. I am however working through a major life event right now, so I cannot promise to merge/release it quickly. |
hi,
I use
miniwdl
to run workflows with part of the docker images stored in private repostiories.I need to login to the repository before running, which is a bit unfortunate, especially since dokcer images are evaluated and pulled at runtime.
We use
miniwdl
as part of a bigger automation and are going to build CI tests, which will require to add an additional step of parsing the inputs and logging in to all the repositories, while it seems a reasonable requirement thatminiwdl
will try to login and fail if the permissions are insufficient.It could at least support the most common docker registries which have recognizable name patterns, like AWS, GPC and GitHub.
Thanks,
Giulio
The text was updated successfully, but these errors were encountered: