-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pin all third-party docker images with sha #761
Comments
kirillmakhonin
added
improvement
[Changed] for changes in existing functionality
1.0.0
labels
Jan 25, 2019
mcdoker18
added a commit
that referenced
this issue
Jan 28, 2019
mcdoker18
added a commit
that referenced
this issue
Jan 28, 2019
mcdoker18
added a commit
that referenced
this issue
Jan 28, 2019
mcdoker18
added a commit
that referenced
this issue
Jan 28, 2019
mcdoker18
added a commit
that referenced
this issue
Jan 30, 2019
Merged #765 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have to pin Docker images (third-party) to exact SHA hashes, to rid off fails in case of uncontrolled updating Docker image tags with newer images.
Example:
FROM tensorflow/tensorflow@sha256:5edc0446cc989ad75bc30631f89f20694fe5bf5226f665d47e5c7f35a3b18484
The text was updated successfully, but these errors were encountered: