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

Check the docker image that is pulled has the correct id #122

Open
Ugo opened this issue Feb 20, 2019 · 2 comments
Open

Check the docker image that is pulled has the correct id #122

Ugo opened this issue Feb 20, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Ugo
Copy link

Ugo commented Feb 20, 2019

Currently if an app dev pushes a new version of a docker image with a same tag, the worker will not see the difference when executing an task based on an old version of the image. Since the id of the docker image that should be used in the task is available, it should be used to check that the worker executes the task on the right docker image.

@Ugo Ugo added the enhancement New feature or request label Feb 20, 2019
@Ugo
Copy link
Author

Ugo commented Feb 21, 2019

The repoDigest of a docker image can be obtained with the following command:
docker inspect --format='{{.RepoDigests}}' IMAGE_NAME

@jeremyjams
Copy link
Member

I think we can merge this issue with that one : #91

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

No branches or pull requests

2 participants