sigstore / docs

Sigstore documentation
https://sigstore.dev
MIT License
62 stars 73 forks source link

RPM installation instructions have incorrect URL #286

Closed jhutar closed 5 months ago

jhutar commented 5 months ago

Description

These are the current instructions:

LATEST_VERSION=$(curl https://api.github.com/repos/sigstore/cosign/releases/latest | grep tag_name | cut -d : -f2 | tr -d "v\", ")
curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-${LATEST_VERSION}.x86_64.rpm"
sudo rpm -ivh cosign-${LATEST_VERSION}.x86_64.rpm

Output:

$ curl --silent https://api.github.com/repos/sigstore/cosign/releases/latest | grep tag_name | cut -d : -f2 | tr -d "v\", "
2.2.2
$ curl -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-2.2.2.x86_64.rpm"
Not Found

Version

Current docs version on https://docs.sigstore.dev/system_config/installation/