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
I'd like to use notary in a Makefile to check that an specific org/image:tag is signed.
There are cases where the image may not have yet been pushed and in these cases I would expect notary to exit 1 so I can push/sign the image in question.
For example, in LinuxKit, if a contributor where to add a new package called "foo", our Makefile would check:
This appeared to hang forever, but when I ran the command manually I saw that notary was prompting for a Username: and Password:. My expection would be that if no credentials were provided then this command should fail.
I'd like to use
notary
in aMakefile
to check that an specific org/image:tag is signed.There are cases where the image may not have yet been pushed and in these cases I would expect
notary
toexit 1
so I can push/sign the image in question.For example, in LinuxKit, if a contributor where to add a new package called "foo", our
Makefile
would check:but
linuxkit/foo
would not yet exist.This appeared to hang forever, but when I ran the command manually I saw that
notary
was prompting for aUsername:
andPassword:
. My expection would be that if no credentials were provided then this command should fail./cc @riyazdf
The text was updated successfully, but these errors were encountered: