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) {
4848 Name : "basic resolve" ,
4949 Ref : "docker.io/library/alpine:latest" ,
5050 ResolveResponse : ResolveResponse {
51- MF : & ociv1.Manifest {Config : ociv1.Descriptor {Size : 1 }},
51+ MF : & ociv1.Manifest {Config : ociv1.Descriptor {MediaType : ociv1 . MediaTypeImageManifest , Size : 1 }},
5252 },
5353 Expectation : Expectation {
54- Ref : "docker.io/library/alpine@sha256:25d33b2d291ce47c3e4059589766ed98fadab639577efe5e9c89e4a4b50888fc " ,
54+ Ref : "docker.io/library/alpine@sha256:839b30716e23e3ac46ed28d6f9fc0f77e3e7121a9b4b2833e8fb6ec4ec89b3bd " ,
5555 },
5656 },
5757 {
5858 Name : "with-port" ,
5959 Ref : "some-internal-registry.customer.com:5000/gitpod/base-image:latest" ,
6060 ResolveResponse : ResolveResponse {
61- MF : & ociv1.Manifest {Config : ociv1.Descriptor {Size : 1 }},
61+ MF : & ociv1.Manifest {Config : ociv1.Descriptor {MediaType : ociv1 . MediaTypeImageManifest , Size : 1 }},
6262 },
6363 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 " ,
6565 },
6666 },
6767 {
You can’t perform that action at this time.
0 commit comments