Skip to content

Commit 484ea28

Browse files
authored
Merge pull request #64 from IBM/upd-readme-v1.18.0
Update readme for v1.18.0 release
2 parents 8ef9432 + 99688eb commit 484ea28

File tree

3 files changed

+493
-334
lines changed

3 files changed

+493
-334
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.17.0` will have `v1.17.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.0` will have `v1.18.0` 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.17.0 - )
45+
id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.0 - )
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.17.0 - )
54+
id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.18.0 - )
5555
podman cp $id:/ibm-pak-plugin plugin-dir
5656
podman rm -v $id
5757
cd plugin-dir

0 commit comments

Comments
 (0)