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

Request: tool to replace simple docker references with digests #19

Open
mr-c opened this issue Jun 10, 2020 · 4 comments
Open

Request: tool to replace simple docker references with digests #19

mr-c opened this issue Jun 10, 2020 · 4 comments

Comments

@mr-c
Copy link
Member

mr-c commented Jun 10, 2020

https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier

dockerPull: ubuntu:14.04 -> dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2

@illusional
Copy link
Collaborator

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)

@mr-c
Copy link
Member Author

mr-c commented Jun 10, 2020

@illusional Nice! Want to move that functionality over here?

@illusional
Copy link
Collaborator

I’m pretty busy at the moment, but I’ll give it a shot when a get some time.

@mr-c
Copy link
Member Author

mr-c commented Jun 12, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants