Skip to content

Commit

Permalink
Rip out originalDigest
Browse files Browse the repository at this point in the history
The consensus was that image relocation should not modify the (content) digest.
  • Loading branch information
glyn committed Apr 11, 2019
1 parent b62cdf0 commit 662dd8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 101-bundle-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ The following OPTIONAL fields MAY be attached to an invocation image:
- `os`: The operating system of the image
- `mediaType`: The media type of the image
- `originalImage`: provides a path-like or URI-like representation of the original location of the image. If the `originalImage` field is omitted, as in the example above, its value defaults to that of the `image` field.
- `originalDigest`: contains a digest, in [OCI format](https://github.com/opencontainers/image-spec/blob/master/descriptor.md#digests), to be used to compute the integrity of the original image. The calculation of how the original image matches the digest is dependent upon image type. If the `originalDigest` field is omitted, as in the example above, its value defaults to that of the `digest` field.

## The Image Map

Expand Down

0 comments on commit 662dd8a

Please sign in to comment.