Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue3797 (0.09 sec)

  1. pkg/credentialprovider/keyring_test.go

    // This validates that dockercfg entries with a scheme and url path are properly matched
    // by images that only match the hostname.
    // NOTE: the above covers the case of a more specific match trumping just hostname.
    func TestIssue3797(t *testing.T) {
    	rex := AuthConfig{
    		Username: "rex",
    		Password: "tiny arms", // Fake value for testing.
    		Email:    "******@****.***",
    	}
    
    	dk := &BasicDockerKeyring{}
    	dk.Add(DockerConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 15 10:47:22 UTC 2023
    - 15.1K bytes
    - Viewed (0)
Back to top