-
Notifications
You must be signed in to change notification settings - Fork 186
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
Only allow specifying an image and tag or an image digest #519
Milestone
Comments
I am working on this. |
PrajwalM2212
added a commit
to PrajwalM2212/tern
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
PrajwalM2212
added a commit
to PrajwalM2212/tern
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
PrajwalM2212
added a commit
to PrajwalM2212/tern
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
PrajwalM2212
added a commit
to PrajwalM2212/tern
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
PrajwalM2212
added a commit
to PrajwalM2212/tern
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
PrajwalM2212
added a commit
to PrajwalM2212/tern
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
nishakm
pushed a commit
that referenced
this issue
Feb 11, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes #519 Signed-off-by: PrajwalM2212 <[email protected]>
rnjudge
pushed a commit
to rnjudge/tern
that referenced
this issue
Jun 5, 2020
This PR tests that the docker image string provided to tern is of image:tag or image@digest_type:digest format Closes tern-tools#519 Signed-off-by: PrajwalM2212 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Deferring to the Python API to figure out what image to download can result in some non-deterministic action. See #510 as an example where providing an image with no tag downloads "latest" and all other available tags.
Expected behavior
image:tag
image@digest_type:digest
Environment you are running Tern on
Enter all that apply
The text was updated successfully, but these errors were encountered: