Skip to content

Commit e094139

Browse files
authored
Merge pull request #42140 from SNiemann15/pipelines17_tkn
RHDEVDOCS-3778: Pipelines 1.7 updating images for installing tkn
2 parents f695e37 + 0b289ab commit e094139

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

modules/op-installing-tkn-on-linux-using-rpm.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
= Installing {pipelines-title} CLI (tkn) on Linux using an RPM
99

10+
[role="_abstract"]
1011
For {op-system-base-full} version 8, you can install the {pipelines-title} CLI (`tkn`) as an RPM.
1112

1213
.Prerequisites
@@ -50,21 +51,21 @@ For {op-system-base-full} version 8, you can install the {pipelines-title} CLI (
5051
+
5152
[source,terminal]
5253
----
53-
# subscription-manager repos --enable="pipelines-1.6-for-rhel-8-x86_64-rpms"
54+
# subscription-manager repos --enable="pipelines-1.7-for-rhel-8-x86_64-rpms"
5455
----
5556
+
5657
* Linux on IBM Z and LinuxONE (s390x)
5758
+
5859
[source,terminal]
5960
----
60-
# subscription-manager repos --enable="pipelines-1.6-for-rhel-8-s390x-rpms"
61+
# subscription-manager repos --enable="pipelines-1.7-for-rhel-8-s390x-rpms"
6162
----
6263
+
6364
* Linux on IBM Power Systems (ppc64le)
6465
+
6566
[source,terminal]
6667
----
67-
# subscription-manager repos --enable="pipelines-1.6-for-rhel-8-ppc64le-rpms"
68+
# subscription-manager repos --enable="pipelines-1.7-for-rhel-8-ppc64le-rpms"
6869
----
6970

7071
. Install the `openshift-pipelines-client` package:

modules/op-installing-tkn-on-linux.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@
77

88
= Installing {pipelines-title} CLI (tkn) on Linux
99

10+
[role="_abstract"]
1011
For Linux distributions, you can download the CLI directly as a `tar.gz` archive.
1112

1213
.Procedure
1314

1415
. Download the relevant CLI.
1516

16-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-linux-amd64-0.21.0.tar.gz[Linux (x86_64, amd64)]
17+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-linux-amd64-0.23.1.tar.gz[Linux (x86_64, amd64)]
1718

18-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-linux-s390x-0.21.0.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
19+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-linux-s390x-0.23.1.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
1920

20-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-linux-ppc64le-0.21.0.tar.gz[Linux on IBM Power Systems (ppc64le)]
21+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-linux-ppc64le-0.23.1.tar.gz[Linux on IBM Power Systems (ppc64le)]
2122

2223
. Unpack the archive:
2324
+

modules/op-installing-tkn-on-macos.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77

88
= Installing {pipelines-title} CLI (tkn) on macOS
99

10+
[role="_abstract"]
1011
For macOS, the `tkn` CLI is provided as a `tar.gz` archive.
1112

1213
.Procedure
1314

14-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-macos-amd64-0.21.0.tar.gz[CLI].
15+
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-macos-amd64-0.23.1.tar.gz[CLI].
1516

1617
. Unpack and unzip the archive.
1718

modules/op-installing-tkn-on-windows.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77

88
= Installing {pipelines-title} CLI (tkn) on Windows
99

10+
[role="_abstract"]
1011
For Windows, the `tkn` CLI is provided as a `zip` archive.
1112

1213
.Procedure
1314

14-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-windows-amd64-0.21.0.zip[CLI].
15+
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-windows-amd64-0.23.1.zip[CLI].
1516

1617
. Unzip the archive with a ZIP program.
1718

0 commit comments

Comments
 (0)