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
https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier
dockerPull: ubuntu:14.04 -> dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
dockerPull: ubuntu:14.04
dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
The text was updated successfully, but these errors were encountered:
Hey @mr-c, I did some work on Janis where we replace the simple container with it’s digest. Here’s some sample code here: https://github.com/PMCC-BioinformaticsCore/janis-assistant/tree/master/janis_assistant/data/container
(Look in __init__.py for a lookup method)
__init__.py
Sorry, something went wrong.
@illusional Nice! Want to move that functionality over here?
I’m pretty busy at the moment, but I’ll give it a shot when a get some time.
See also https://github.com/Duke-GCB/cwl-freezer
No branches or pull requests
https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier
dockerPull: ubuntu:14.04
->dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
The text was updated successfully, but these errors were encountered: