We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux instructions install an older version it appears:
sudo apt update;sudo apt install -y gnupg sudo mkdir -p /etc/apt/keyrings/ sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/tektoncd.gpg --keyserver keyserver.ubuntu.com --recv-keys 3EFE0E0A2F2F60AA echo "deb [signed-by=/etc/apt/keyrings/tektoncd.gpg] http://ppa.launchpad.net/tektoncd/cli/ubuntu eoan main"|sudo tee /etc/apt/sources.list.d/tektoncd-ubuntu-cli.list sudo apt update && sudo apt install -y tektoncd-cli
Client version: 2020-04-01T10:57:38Z Pipeline version: unknown
found via issue: tektoncd/pipeline#5804
I resolved the issue by: sudo apt remove tektoncd-cli curl -LO https://github.com/tektoncd/cli/releases/download/v0.37.0/tektoncd-cli-0.37.0_Linux-64bit.deb sudo apt install ./tektoncd-cli-0.37.0_Linux-64bit.deb
tkn version Thu 30 May 2024 11:55:11 PM Client version: 0.37.0 Chains version: v0.20.1 Pipeline version: v0.56.4 Triggers version: v0.26.1 Dashboard version: v0.43.1 Operator version: v0.70.2
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @mchasteen
@tektoncd/cli-maintainers fyi
Sorry, something went wrong.
Hey @mchasteen Can you please try by replacing eoan to noble
eoan
noble
Changing eoan to noble worked:
tkn version Fri 31 May 2024 03:44:21 PM Client version: 0.37.0 Chains version: v0.20.1 Pipeline version: v0.56.4 Triggers version: v0.26.1 Dashboard version: v0.43.1 Operator version: v0.70.2
No branches or pull requests
linux instructions install an older version it appears:
sudo apt update;sudo apt install -y gnupg
sudo mkdir -p /etc/apt/keyrings/
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/tektoncd.gpg --keyserver keyserver.ubuntu.com --recv-keys 3EFE0E0A2F2F60AA
echo "deb [signed-by=/etc/apt/keyrings/tektoncd.gpg] http://ppa.launchpad.net/tektoncd/cli/ubuntu eoan main"|sudo tee /etc/apt/sources.list.d/tektoncd-ubuntu-cli.list
sudo apt update && sudo apt install -y tektoncd-cli
tkn version Thu 30 May 2024 11:40:53 PM
Client version: 2020-04-01T10:57:38Z
Pipeline version: unknown
found via issue:
tektoncd/pipeline#5804
I resolved the issue by:
sudo apt remove tektoncd-cli
curl -LO https://github.com/tektoncd/cli/releases/download/v0.37.0/tektoncd-cli-0.37.0_Linux-64bit.deb
sudo apt install ./tektoncd-cli-0.37.0_Linux-64bit.deb
tkn version Thu 30 May 2024 11:55:11 PM
Client version: 0.37.0
Chains version: v0.20.1
Pipeline version: v0.56.4
Triggers version: v0.26.1
Dashboard version: v0.43.1
Operator version: v0.70.2
The text was updated successfully, but these errors were encountered: