You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well actually thinking about it more and looking at the code, the image ID is rather fixed, knowing the GitResource. for the test to pass, we just need to make sure the reference contains both the id and its SHA256. I will send a fix for this.
The image ID field is filled with image digest, not image ID.
idpbuilder/pkg/controllers/gitserver/image.go
Lines 53 to 62 in 1a9acbb
PushImage
returns:idpbuilder/pkg/apps/image.go
Lines 55 to 63 in 1a9acbb
Because digest is passed to Docker client, the test fails.
idpbuilder/pkg/controllers/gitserver/image_test.go
Line 55 in 1a9acbb
Did we meant to return the digest instead of id in this?
idpbuilder/pkg/apps/image.go
Line 23 in 1a9acbb
The text was updated successfully, but these errors were encountered: