Harmonize / across all name-related commands/Validate images names
Docker-DCO-1.1-Signed-off-by: Djibril Koné <kone.djibril@gmail.com> (github: enokd)master
							parent
							
								
									47c4e542ba
								
							
						
					
					
						commit
						9bad706a1f
					
				| 
						 | 
					@ -206,4 +206,8 @@ func TestValidRepositoryName(t *testing.T) {
 | 
				
			||||||
		t.Log("Repository name should be invalid")
 | 
							t.Log("Repository name should be invalid")
 | 
				
			||||||
		t.Fail()
 | 
							t.Fail()
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						if err := validateRepositoryName("docker///docker"); err == nil {
 | 
				
			||||||
 | 
							t.Log("Repository name should be invalid")
 | 
				
			||||||
 | 
							t.Fail()
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue