Skip to content

Commit 248f260

Browse files
authored
Merge pull request #65 from IBM/upd-readme-v1.18.1
Update readme for v1.18.1 release
2 parents 484ea28 + c8d920c commit 248f260

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ There are two ways to obtain the plugin
3535

3636
### Download from IBM container registry
3737

38-
The plugin is also provided in a container image `cp.icr.io/cpopen/cpfs/ibm-pak:TAG` where `TAG` should be replaced with the corresponding plugin version, for example `cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.0` will have `v1.18.0` of the plugin.
38+
The plugin is also provided in a container image `cp.icr.io/cpopen/cpfs/ibm-pak:TAG` where `TAG` should be replaced with the corresponding plugin version, for example `cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.1` will have `v1.18.1` of the plugin.
3939

4040
The following command will create a container and copy the plug-ins for all the supported platforms in a directory, `plugin-dir`. You can specify any directory name and it will be created while copying. After copying, it will delete the temporary container. The `plugin-dir` will have all the binaries and other artifacts you find in a Github release and repo at [IBM/ibm-pak](https://github.com/IBM/ibm-pak). For example,
4141

4242
1. If you use docker:
4343

4444
```
45-
id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.0 - )
45+
id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.1 - )
4646
docker cp $id:/ibm-pak-plugin plugin-dir
4747
docker rm -v $id
4848
cd plugin-dir
@@ -51,7 +51,7 @@ cd plugin-dir
5151
2. If you podman:
5252

5353
```
54-
id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.0 - )
54+
id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.1 - )
5555
podman cp $id:/ibm-pak-plugin plugin-dir
5656
podman rm -v $id
5757
cd plugin-dir

docs/download-github.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,72 +21,72 @@
2121
Example using `curl`:
2222

2323
```
24-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-darwin-amd64.tar.gz
25-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-darwin-amd64.tar.gz.sig -o oc-ibm_pak-darwin-amd64.tar.gz.sig
24+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-darwin-amd64.tar.gz
25+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-darwin-amd64.tar.gz.sig -o oc-ibm_pak-darwin-amd64.tar.gz.sig
2626
```
2727

2828
Example using `wget`:
2929

3030
```
31-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-darwin-amd64.tar.gz
32-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-darwin-amd64.tar.gz.sig
31+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-darwin-amd64.tar.gz
32+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-darwin-amd64.tar.gz.sig
3333
```
3434

3535
## Linux x86-architecture
3636

3737
Example using `curl`:
3838

3939
```
40-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-linux-amd64.tar.gz
41-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-amd64.tar.gz.sig -o oc-ibm_pak-linux-amd64.tar.gz.sig
40+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-linux-amd64.tar.gz
41+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-amd64.tar.gz.sig -o oc-ibm_pak-linux-amd64.tar.gz.sig
4242
```
4343

4444
Example using `wget`:
4545

4646
```
47-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-amd64.tar.gz
48-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-amd64.tar.gz.sig
47+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-amd64.tar.gz
48+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-amd64.tar.gz.sig
4949
```
5050

5151
## Linux ppc64le-architecture
5252

5353
Example using `curl`:
5454

5555
```
56-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-ppc64le.tar.gz -o oc-ibm_pak-linux-ppc64le.tar.gz
57-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-ppc64le.tar.gz.sig -o oc-ibm_pak-linux-ppc64le.tar.gz.sig
56+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-ppc64le.tar.gz -o oc-ibm_pak-linux-ppc64le.tar.gz
57+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig -o oc-ibm_pak-linux-ppc64le.tar.gz.sig
5858
```
5959

6060
Example using `wget`:
6161

6262
```
63-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-ppc64le.tar.gz
64-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-ppc64le.tar.gz.sig
63+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-ppc64le.tar.gz
64+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig
6565
```
6666

6767
## Linux s390x-architecture
6868

6969
Example using `curl`:
7070

7171
```
72-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-s390x.tar.gz -o oc-ibm_pak-linux-s390x.tar.gz
73-
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-s390x.tar.gz.sig -o oc-ibm_pak-linux-s390x.tar.gz.sig
72+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-s390x.tar.gz -o oc-ibm_pak-linux-s390x.tar.gz
73+
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-s390x.tar.gz.sig -o oc-ibm_pak-linux-s390x.tar.gz.sig
7474
```
7575

7676
Example using `wget`:
7777

7878
```
79-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-s390x.tar.gz
80-
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-linux-s390x.tar.gz.sig
79+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-s390x.tar.gz
80+
wget https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-linux-s390x.tar.gz.sig
8181
```
8282

8383
## Windows
8484

8585
Example (from PowerShell) using `curl`:
8686

8787
```
88-
curl https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-windows-amd64.tar.gz -o oc-ibm_pak-windows-amd64.tar.gz
89-
curl https://github.com/IBM/ibm-pak/releases/download/v1.18.0/oc-ibm_pak-windows-amd64.tar.gz.sig -o oc-ibm_pak-windows-amd64.tar.gz.sig
88+
curl https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-windows-amd64.tar.gz -o oc-ibm_pak-windows-amd64.tar.gz
89+
curl https://github.com/IBM/ibm-pak/releases/download/v1.18.1/oc-ibm_pak-windows-amd64.tar.gz.sig -o oc-ibm_pak-windows-amd64.tar.gz.sig
9090
```
9191

9292
# Download public keys for ibm-pak versions less than v1.5.0

0 commit comments

Comments
 (0)