Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to determine which outputs to retrieve? #210

Open
carolynvs opened this issue May 28, 2020 · 0 comments
Open

How to determine which outputs to retrieve? #210

carolynvs opened this issue May 28, 2020 · 0 comments
Labels
question Further information is requested

Comments

@carolynvs
Copy link
Contributor

In the updated claims spec, we don't necessarily retrieve all the outputs anymore and store them in the claim. It's up to the tool to say which outputs it wants to persist. Additionally the claim result stores a map of the generated output names to an object that contains metadata about the outputs, currently we just have one piece of info we want: contentDigest.

I'm just thinking about the scenario where the tool does NOT want all the outputs persisted and if we should also avoid retrieving those outputs from the container too? If the tool doesn't want the output persisted, does that mean we don't pull it, generate the content digest and store that on the claim result?

Tagging in @jlegrone since this scenario is his use case.

@carolynvs carolynvs added the question Further information is requested label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant