dktest icon indicating copy to clipboard operation
dktest copied to clipboard

Support for Alternate Docker Repositories?

Open bwiggs opened this issue 6 years ago • 2 comments

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.

bwiggs avatar Jan 29 '19 15:01 bwiggs

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 avatar Jan 29 '19 19:01 dhui

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

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

dhui avatar Jun 21 '19 08:06 dhui