Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 719 Bytes

building.md

File metadata and controls

29 lines (23 loc) · 719 Bytes

Building Notation

The notation repo contains the following:

  • notation - A CLI for signing and verifying artifacts with Notation

Building above binaries require golang with version >= 1.17.

Windows with WSL

  • Build the binaries, installing them to:
    • ~/bin/notation
    git clone https://github.com/notaryproject/notation.git
    cd notation
    make install
  • Verify binaries are installed
    docker --help
    # look for 
    Management Commands:
      generate*   Generate artifacts (CNCF Notary Project, 0.1.0)
      notation*   Manage signatures on Docker images (CNCF Notary Project, 0.5.3-alpha)
    
    which notation
    # output
    /home/<user>/bin/notation