SimpleContainerGenerator.jl icon indicating copy to clipboard operation
SimpleContainerGenerator.jl copied to clipboard

Feature Request: Private registries

Open Libbum opened this issue 3 years ago • 0 comments

I'd like to be able to add a private registry into the pipeline with something like

Pkg.Registry.add(Pkg.RegistrySpec(url = "[email protected]:MyCompany/JuliaRegistry.git"))

and an appropriate way to use my ssh key to authenticate. As an alternate, https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com and some environment variables should also be supported I guess.

Would be happy to have a go at adding this myself if you could point me to the best place in the code this would sit.

Libbum avatar Aug 14 '21 07:08 Libbum