Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestParseImageName (0.26 sec)

  1. pkg/util/parsers/parsers_test.go

    */
    
    package parsers
    
    import (
    	"strings"
    	"testing"
    )
    
    // Based on Docker test case removed in:
    // https://github.com/docker/docker/commit/4352da7803d182a6013a5238ce20a7c749db979a
    func TestParseImageName(t *testing.T) {
    	testCases := []struct {
    		Input         string
    		Repo          string
    		Tag           string
    		Digest        string
    		expectedError string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 01:53:43 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top