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 try to build a local notary server as the descriptions mentioned at Getting-started-with-the-Notary-CLI and when I print docker-compose build, always occurs this error:
ERROR [signer 3/7] RUN go get -tags 'mysql postgres file' github.com/golang-migrate/migrate/v4/cli
I dont know how to fix it.
I try to print cmds as the Building Notary said, after go install, I wonder how notary works? It occurs "command 'notary' not found".
The text was updated successfully, but these errors were encountered:
Two issues.
I try to build a local notary server as the descriptions mentioned at Getting-started-with-the-Notary-CLI and when I print
docker-compose build
, always occurs this error:ERROR [signer 3/7] RUN go get -tags 'mysql postgres file' github.com/golang-migrate/migrate/v4/cli
I dont know how to fix it.
I try to print cmds as the Building Notary said, after
go install
, I wonder hownotary
works? It occurs "command 'notary' not found".The text was updated successfully, but these errors were encountered: