Skip to content

Commit ba2378f

Browse files
authored
Merge pull request #38188 from SNiemann15/pipelines16_binaries
RHDEVDOCS-3437: Pipelines 1.6 updating images for installing tkn
2 parents de27d84 + eb7512c commit ba2378f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ For {op-system-base-full} version 8, you can install the {pipelines-title} CLI (
4949
+
5050
[source,terminal]
5151
----
52-
# subscription-manager repos --enable="pipelines-1.5-for-rhel-8-x86_64-rpms"
52+
# subscription-manager repos --enable="pipelines-1.6-for-rhel-8-x86_64-rpms"
5353
----
5454
+
5555
* Linux on IBM Z and LinuxONE (s390x)
5656
+
5757
[source,terminal]
5858
----
59-
# subscription-manager repos --enable="pipelines-1.5-for-rhel-8-s390x-rpms"
59+
# subscription-manager repos --enable="pipelines-1.6-for-rhel-8-s390x-rpms"
6060
----
6161
+
6262
* Linux on IBM Power Systems (ppc64le)
6363
+
6464
[source,terminal]
6565
----
66-
# subscription-manager repos --enable="pipelines-1.5-for-rhel-8-ppc64le-rpms"
66+
# subscription-manager repos --enable="pipelines-1.6-for-rhel-8-ppc64le-rpms"
6767
----
6868

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive
1212

1313
. Download the relevant CLI.
1414

15-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.19.1/tkn-linux-amd64-0.19.1.tar.gz[Linux (x86_64, amd64)]
15+
* 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)]
1616

17-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.19.1/tkn-linux-s390x-0.19.1.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
17+
* 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)]
1818

19-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.19.1/tkn-linux-ppc64le-0.19.1.tar.gz[Linux on IBM Power Systems (ppc64le)]
19+
* 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)]
2020

2121
. Unpack the archive:
2222
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For macOS, the `tkn` CLI is provided as a `tar.gz` archive.
1010

1111
.Procedure
1212

13-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.19.1/tkn-macos-amd64-0.19.1.tar.gz[CLI].
13+
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-macos-amd64-0.21.0.tar.gz[CLI].
1414

1515
. Unpack and unzip the archive.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For Windows, the `tkn` CLI is provided as a `zip` archive.
1010

1111
.Procedure
1212

13-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.19.1/tkn-windows-amd64-0.19.1.zip[CLI].
13+
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.21.0/tkn-windows-amd64-0.21.0.zip[CLI].
1414

1515
. Unzip the archive with a ZIP program.
1616

0 commit comments

Comments
 (0)