We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context I wanted to test compatibility of ncov build actions with a new docker image (Snakemake 7.24.1).
When triggering through workflow_dispatch one can overwrite the image to be used.
workflow_dispatch
It wasn't clear to me from the description what was accepted here. Would this be ok:
nextstrain/base:branch-snakemake-7.24.1
It would be great if there was an example tag that was explained or a link to docs where one can see what is accepted here.
The string to be changed is here (and similar for the other actions):
ncov/.github/workflows/rebuild-open.yml
Line 18 in cfa73be
Maybe it would be enough to state that the default is nextstrain/base, a classic docker pull image descriptor: https://docs.nextstrain.org/projects/cli/en/stable/commands/build/#development-options
nextstrain/base
docker pull
The text was updated successfully, but these errors were encountered:
It's any image descriptor accepted by Docker. This includes:
nextstrain/base nextstrain/base:branch-snakemake-7.24.1 nextstrain/base@sha256:5efcfcbe3cdcaaed225007b45169ae59f8a154efbde0f720f662c81e1fa39c38 docker.io/nextstrain/base docker.io/nextstrain/base:branch-snakemake-7.24.1 ghcr.io/another/image
Sorry, something went wrong.
Thanks @tsibley! This is maybe worth adding to the CLI docs (or not if it's too rarely used/verbose)
Successfully merging a pull request may close this issue.
Context
I wanted to test compatibility of ncov build actions with a new docker image (Snakemake 7.24.1).
When triggering through
workflow_dispatch
one can overwrite the image to be used.It wasn't clear to me from the description what was accepted here. Would this be ok:
nextstrain/base:branch-snakemake-7.24.1
or would I have to add container registry URL, etc?
It would be great if there was an example tag that was explained or a link to docs where one can see what is accepted here.
The string to be changed is here (and similar for the other actions):
ncov/.github/workflows/rebuild-open.yml
Line 18 in cfa73be
Maybe it would be enough to state that the default is
nextstrain/base
, a classicdocker pull
image descriptor: https://docs.nextstrain.org/projects/cli/en/stable/commands/build/#development-optionsThe text was updated successfully, but these errors were encountered: