dktest
dktest copied to clipboard
Support for Alternate Docker Repositories?
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.
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.
Note, dktest works with other public docker registries as demonstrated here.
I'm not sure about authed registries though...