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
This PR swaps `contentDigest` in place of `digest` in the json/mapstructure tags for the BaseImage type. Adds a test for marashalling as well.
Fixescnabio#59
This PR swaps `contentDigest` in place of `digest` in the json/mapstructure tags for the BaseImage type. Adds a test for marashalling as well.
Fixescnabio#59
* Switch `digest` to `contentDigest` in the json tags
This PR swaps `contentDigest` in place of `digest` in the json/mapstructure tags for the BaseImage type. Adds a test for marashalling as well.
Fixes#59
* Updated code review comments
Our
BaseImage
struct has JSON marshalling tags on the Digest field as follow:The spec defines invocation images and images to have a
contentDigest
field, not adigest
. We need to update to this.The text was updated successfully, but these errors were encountered: