-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Docker image with sha256 doesn't work #4211
Comments
Thanks for reporting this. The second format you posted is the same as the first (at first glance), did you mean to post something else?
|
@chelseakomlo no, its the same format / string - i've updated OP to put emphasis on being |
Understood, thanks for confirming. |
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. |
Nomad version
0.7.1
Issue
fails with the following error in Nomad
while
docker run
works fine with the same valueExpected outcome
Like
docker run
Nomad should support format${registry}/${image}@sha256:${sha256_value}
Currently nomad only supports
${registry}/${image}:${some_tag}@sha256:${sha256_value}
The
${some_tag}
should be optional :)The text was updated successfully, but these errors were encountered: