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

Support for Alternate Docker Repositories? #1

Open
bwiggs opened this issue Jan 29, 2019 · 2 comments
Open

Support for Alternate Docker Repositories? #1

bwiggs opened this issue Jan 29, 2019 · 2 comments

Comments

@bwiggs
Copy link

bwiggs commented Jan 29, 2019

How can I specify an image for a container that's not on docker hub? Are non-standard docker repositories supported at this time?

According to the readme, the following is marked as TO DO, which I think is related to this?

Use non-default network

Some Context: Microsoft is moving their MSSQL docker images away from docker hub and into their own repo at mcr.microsoft.com. See the "We're Moving" notice here.

We are moving to mcr.microsoft.com where you can pull SQL Server 2017 on Linux containers as well as SQL Server 2019 preview containers. SQL Server 2019 preview containers will only be available on mcr.microsoft.com. Overtime we will only publish to mcr.microsoft.com/mssql/server and eventually deprecate microsoft/mssql-server-linux.

@dhui
Copy link
Owner

dhui commented Jan 29, 2019

Use non-default network

This refers to Docker networks, not Docker registries

We should support different docker registries though.
Have you tried specifying the registry in the image name? I don't see any options for specifying a repository in the SDK.

@dhui
Copy link
Owner

dhui commented Jun 21, 2019

Note, dktest works with other public docker registries as demonstrated here.

I'm not sure about authed registries though...

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