Skip to content

Commit

Permalink
Merge pull request #48 from IBM/upd-readme-v1.15.0
Browse files Browse the repository at this point in the history
Update readme for v1.15.0 release
  • Loading branch information
Man1902 committed May 10, 2024
2 parents 98695bd + 7934850 commit fafa8b9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ There are two ways to obtain the plugin

### Download from IBM container registry

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.14.1` will have `v1.14.1` of the plugin.
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.15.0` will have `v1.15.0` of the plugin.

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,

1. If you use docker:

```
id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.14.1 - )
id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.15.0 - )
docker cp $id:/ibm-pak-plugin plugin-dir
docker rm -v $id
cd plugin-dir
Expand All @@ -51,7 +51,7 @@ cd plugin-dir
2. If you podman:

```
id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.14.1 - )
id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.15.0 - )
podman cp $id:/ibm-pak-plugin plugin-dir
podman rm -v $id
cd plugin-dir
Expand Down
36 changes: 18 additions & 18 deletions docs/download-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,72 +21,72 @@
Example using `curl`:

```
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-darwin-amd64.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-darwin-amd64.tar.gz.sig -o oc-ibm_pak-darwin-amd64.tar.gz.sig
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-darwin-amd64.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-darwin-amd64.tar.gz.sig -o oc-ibm_pak-darwin-amd64.tar.gz.sig
```

Example using `wget`:

```
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-darwin-amd64.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-darwin-amd64.tar.gz.sig
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-darwin-amd64.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-darwin-amd64.tar.gz.sig
```

## Linux x86-architecture

Example using `curl`:

```
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-linux-amd64.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-amd64.tar.gz.sig -o oc-ibm_pak-linux-amd64.tar.gz.sig
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-linux-amd64.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-amd64.tar.gz.sig -o oc-ibm_pak-linux-amd64.tar.gz.sig
```

Example using `wget`:

```
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-amd64.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-amd64.tar.gz.sig
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-amd64.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-amd64.tar.gz.sig
```

## Linux ppc64le-architecture

Example using `curl`:

```
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-ppc64le.tar.gz -o oc-ibm_pak-linux-ppc64le.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig -o oc-ibm_pak-linux-ppc64le.tar.gz.sig
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-ppc64le.tar.gz -o oc-ibm_pak-linux-ppc64le.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-ppc64le.tar.gz.sig -o oc-ibm_pak-linux-ppc64le.tar.gz.sig
```

Example using `wget`:

```
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-ppc64le.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-ppc64le.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-ppc64le.tar.gz.sig
```

## Linux s390x-architecture

Example using `curl`:

```
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-s390x.tar.gz -o oc-ibm_pak-linux-s390x.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-s390x.tar.gz.sig -o oc-ibm_pak-linux-s390x.tar.gz.sig
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-s390x.tar.gz -o oc-ibm_pak-linux-s390x.tar.gz
curl -L https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-s390x.tar.gz.sig -o oc-ibm_pak-linux-s390x.tar.gz.sig
```

Example using `wget`:

```
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-s390x.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-s390x.tar.gz.sig
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-s390x.tar.gz
wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-s390x.tar.gz.sig
```

## Windows

Example (from PowerShell) using `curl`:

```
curl https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-windows-amd64.tar.gz -o oc-ibm_pak-windows-amd64.tar.gz
curl https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-windows-amd64.tar.gz.sig -o oc-ibm_pak-windows-amd64.tar.gz.sig
curl https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-windows-amd64.tar.gz -o oc-ibm_pak-windows-amd64.tar.gz
curl https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-windows-amd64.tar.gz.sig -o oc-ibm_pak-windows-amd64.tar.gz.sig
```

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

0 comments on commit fafa8b9

Please sign in to comment.