File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/image-builder-mk3/pkg/resolve Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ func TestStandaloneRefResolverResolve(t *testing.T) {
48
48
Name : "basic resolve" ,
49
49
Ref : "docker.io/library/alpine:latest" ,
50
50
ResolveResponse : ResolveResponse {
51
- MF : & ociv1.Manifest {Config : ociv1.Descriptor {Size : 1 }},
51
+ MF : & ociv1.Manifest {Config : ociv1.Descriptor {MediaType : ociv1 . MediaTypeImageManifest , Size : 1 }},
52
52
},
53
53
Expectation : Expectation {
54
- Ref : "docker.io/library/alpine@sha256:25d33b2d291ce47c3e4059589766ed98fadab639577efe5e9c89e4a4b50888fc " ,
54
+ Ref : "docker.io/library/alpine@sha256:839b30716e23e3ac46ed28d6f9fc0f77e3e7121a9b4b2833e8fb6ec4ec89b3bd " ,
55
55
},
56
56
},
57
57
{
58
58
Name : "with-port" ,
59
59
Ref : "some-internal-registry.customer.com:5000/gitpod/base-image:latest" ,
60
60
ResolveResponse : ResolveResponse {
61
- MF : & ociv1.Manifest {Config : ociv1.Descriptor {Size : 1 }},
61
+ MF : & ociv1.Manifest {Config : ociv1.Descriptor {MediaType : ociv1 . MediaTypeImageManifest , Size : 1 }},
62
62
},
63
63
Expectation : Expectation {
64
- Ref : "some-internal-registry.customer.com:5000/gitpod/base-image@sha256:25d33b2d291ce47c3e4059589766ed98fadab639577efe5e9c89e4a4b50888fc " ,
64
+ Ref : "some-internal-registry.customer.com:5000/gitpod/base-image@sha256:839b30716e23e3ac46ed28d6f9fc0f77e3e7121a9b4b2833e8fb6ec4ec89b3bd " ,
65
65
},
66
66
},
67
67
{
You can’t perform that action at this time.
0 commit comments