Merge pull request #5679 from thaJeztah/remove_use_of_nondistributable_artifacts
cli/command/system: don't use "non-distributable-artifacts" fields in tests
This commit is contained in:
commit
395716be3f
@ -70,8 +70,6 @@ var sampleInfoNoSwarm = system.Info{
|
|||||||
Architecture: "x86_64",
|
Architecture: "x86_64",
|
||||||
IndexServerAddress: "https://index.docker.io/v1/",
|
IndexServerAddress: "https://index.docker.io/v1/",
|
||||||
RegistryConfig: ®istrytypes.ServiceConfig{
|
RegistryConfig: ®istrytypes.ServiceConfig{
|
||||||
AllowNondistributableArtifactsCIDRs: nil,
|
|
||||||
AllowNondistributableArtifactsHostnames: nil,
|
|
||||||
InsecureRegistryCIDRs: []*registrytypes.NetIPNet{
|
InsecureRegistryCIDRs: []*registrytypes.NetIPNet{
|
||||||
{
|
{
|
||||||
IP: net.ParseIP("127.0.0.0"),
|
IP: net.ParseIP("127.0.0.0"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user