diff --git a/README.md b/README.md index 0b6575d..d296282 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,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.5.2 will have v1.5.2 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.6.0 will have v1.6.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.5.2 - ) +id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.6.0 - ) docker cp $id:/ibm-pak-plugin plugin-dir docker rm -v $id cd plugin-dir @@ -50,7 +50,7 @@ cd plugin-dir 2. If you podman: ``` -id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.5.2 - ) +id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.6.0 - ) podman cp $id:/ibm-pak-plugin plugin-dir podman rm -v $id cd plugin-dir diff --git a/docs/download-github.md b/docs/download-github.md index 900d691..03823c3 100644 --- a/docs/download-github.md +++ b/docs/download-github.md @@ -19,64 +19,64 @@ Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.5.2/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.5.2/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.6.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.6.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.5.2/oc-ibm_pak-darwin-amd64.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.5.2/oc-ibm_pak-darwin-amd64.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.0/oc-ibm_pak-darwin-amd64.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.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.5.2/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.5.2/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.6.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.6.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.5.2/oc-ibm_pak-linux-amd64.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.5.2/oc-ibm_pak-linux-amd64.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.0/oc-ibm_pak-linux-amd64.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.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.5.2/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.5.2/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.6.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.6.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.5.2/oc-ibm_pak-linux-ppc64le.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.5.2/oc-ibm_pak-linux-ppc64le.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.0/oc-ibm_pak-linux-ppc64le.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.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.5.2/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.5.2/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.6.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.6.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.5.2/oc-ibm_pak-linux-s390x.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.5.2/oc-ibm_pak-linux-s390x.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.0/oc-ibm_pak-linux-s390x.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.6.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.5.2/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.5.2/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.6.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.6.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