Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
# Download the binary
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.2/vendir-linux-amd64
# Move the binary in to your PATH
mv vendir-linux-amd64 /usr/local/bin/vendir
# Make the binary executable
chmod +x /usr/local/bin/vendirVia Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install vendir
$ vendir version Verify checksums file signature
Install cosign on your system https://docs.sigstore.dev/system_config/installation/
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:
# Download the checksums file, certificate and signature
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.2/checksums.txt
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.2/checksums.txt.sig
# Verify the checksums file
cosign verify-blob checksums.txt \
--certificate checksums.txt.pem \
--signature checksums.txt.sig \
--certificate-identity-regexp=https://github.com/carvel-dev \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comVerify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missingChangelog
- 96e9147 Fix: use fully-qualified ref as cache key for imgpkg image/bundle fetches
- 58acd4c Merge pull request #465 from himsngh/himsngh/fix-399
What's Changed
New Contributors
Full Changelog: v0.46.1...v0.46.2
📂 Files Checksum
92160571582d04e1da66a15e476d4f63b6ca894593c6b126b0d53bea8da0f58b ./vendir-darwin-amd64
19782987d7e66dd4a334dc740d6e96fce2f87667da5f155bcf898151ae349570 ./vendir-windows-amd64.exe
0b4bad28b765c4cbf0cc2234d0d420bcf2d352b58eb202e9c55263374f95bd71 ./vendir-linux-amd64
dd77c509214e3a7114d30de4b9a94ba09cdcb84230244589db10448d8c744662 ./vendir-darwin-arm64
bb0574c3aff6a5ae99801ceb3d63893917f763908700883bc1fbbcfed2ab6c9b ./vendir-linux-arm64