You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux ... 4.13.0-1014-azure #17-Ubuntu SMP Fri Apr 6 02:37:40 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Issue
the nomad docker driver does not allow digest tags to be used when running an image.
It will fail to recognize the @sha256:abcdef.... portion of the image and default to using latest
Reproduction steps
Run any job using the @sha256:... digest instead of a tag
For example: library/hello-world@sha256:f5233545e43561214ca4891fd1157e1c3c563316ed8e237750d59bde73361e77
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.7.1+ent (83ac1d7)
Operating system and Environment details
Linux ... 4.13.0-1014-azure #17-Ubuntu SMP Fri Apr 6 02:37:40 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Issue
the nomad docker driver does not allow digest tags to be used when running an image.
It will fail to recognize the
@sha256:abcdef....
portion of the image and default to usinglatest
Reproduction steps
Run any job using the
@sha256:...
digest instead of a tagFor example:
library/hello-world@sha256:f5233545e43561214ca4891fd1157e1c3c563316ed8e237750d59bde73361e77
The text was updated successfully, but these errors were encountered: