Describe use of sha256 hash with Wave#448
Merged
pditommaso merged 5 commits intomasterfrom Apr 29, 2024
Merged
Conversation
Contributor
|
Thanks for actioning this @jason-seqera ! I really like the perspective you gave to this paragraph. I now actually realise it might even have a better location under the |
pditommaso
reviewed
Apr 10, 2024
ewels
reviewed
Apr 11, 2024
0d9ae5b to
d14730f
Compare
ewels
reviewed
Apr 16, 2024
ewels
reviewed
Apr 16, 2024
Co-authored-by: Phil Ewels <phil.ewels@seqera.io>
pditommaso
reviewed
Apr 29, 2024
docs/guide.mdx
Outdated
Comment on lines
+70
to
+77
| You can run `nextflow inspect` to find the SHA256 hash of the Wave augmented container. | ||
|
|
||
| In your pipeline, you can use the SHA256 of the Wave augmented container, available in the target repository that you specify with the `wave.build.repository` parameter. For example: | ||
|
|
||
| ```groovy | ||
| docker.enabled = true | ||
| process.container = 'docker.io/<user>/my-bio-container@sha256:3235....ce8f' | ||
| ``` |
Collaborator
There was a problem hiding this comment.
I have no idea what this means
Collaborator
There was a problem hiding this comment.
I made no sense to me. I have rewritten it
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
ewels
added a commit
that referenced
this pull request
May 7, 2024
Follow on from #448 Try to add a little more detail / explanation about exactly what this section is proposing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So this is an early draft that seeks to clarify this use case.