Skip to content

Commit

Permalink
Add support for taskRun to expose digest of built images
Browse files Browse the repository at this point in the history
 - This features requires the builder used to build the image to export
 an oci standard layout file `index.json`
 https://github.com/opencontainers/image-spec/blob/master/image-layout.md
 - If the `index.json` file is not present, the digest will not be
 exposed in the taskRun
 - add a field in the image resource to indicate the location of the
 index.json file -> `indexpath`
 - add a field in the taskRun status to include the image name and
 digest -> `resourcesResult`
 - add a container step to collect the digest from all the files
 - the taskRun controller will collect the output from the
 image-digest-exporter container and update the taskRun status
  • Loading branch information
nader-ziada committed Apr 4, 2019
1 parent a669012 commit a510bba
Show file tree
Hide file tree
Showing 23 changed files with 5,936 additions and 54 deletions.
81 changes: 41 additions & 40 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a510bba

Please sign in to comment.