diff --git a/dockerhub/ovehub/ove-apps/README.md b/dockerhub/ovehub/ove-apps/README.md index 26ee856..3adabf1 100644 --- a/dockerhub/ovehub/ove-apps/README.md +++ b/dockerhub/ovehub/ove-apps/README.md @@ -3,7 +3,8 @@ Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version. - [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-apps/blob/master/Dockerfile) -- [`0.3.0`, `stable`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.0/Dockerfile) +- [`0.3.1`, `stable`, (*0.3.1/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.1/Dockerfile) +- [`0.3.0`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.0/Dockerfile) - [`0.2.0`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.0/Dockerfile) # Pre-requisites diff --git a/dockerhub/ovehub/ove-service-persistence-inmemory/README.md b/dockerhub/ovehub/ove-service-persistence-inmemory/README.md index 188d944..c036fd6 100644 --- a/dockerhub/ovehub/ove-service-persistence-inmemory/README.md +++ b/dockerhub/ovehub/ove-service-persistence-inmemory/README.md @@ -3,7 +3,7 @@ Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version. - [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-services/blob/master/packages/ove-service-persistence-inmemory/Dockerfile) -- [`0.1.0`, `stable`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.3.0/packages/ove-service-persistence-inmemory/Dockerfile) +- [`0.1.0`, `stable`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.1.0/packages/ove-service-persistence-inmemory/Dockerfile) # Pre-requisites diff --git a/dockerhub/ovehub/ove/README.md b/dockerhub/ovehub/ove/README.md index 8c5415a..a5e34a0 100644 --- a/dockerhub/ovehub/ove/README.md +++ b/dockerhub/ovehub/ove/README.md @@ -3,7 +3,8 @@ Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version. - [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove/blob/master/Dockerfile) -- [`0.3.0`, `stable`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.0/Dockerfile) +- [`0.3.1`, `stable`, (*0.3.1/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.1/Dockerfile) +- [`0.3.0`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.0/Dockerfile) - [`0.2.0`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.0/Dockerfile) # Installing and running OVE diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 307a176..48350a9 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -22,12 +22,12 @@ Building installers for non-supported platforms also requires: The [**OVE Install**](https://github.com/ove/ove-install/) scripts are available for Linux, Mac (OS X) and Windows operating systems either as a Python 3 or a Python 2 executable application: -* [linux-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/linux-python3-v0.3.1-setup) -* [linux-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/linux-python2-v0.3.1-setup) -* [osx-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/osx-python3-v0.3.1-setup) -* [osx-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/osx-python2-v0.3.1-setup) -* [windows-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/windows-python3-v0.3.1-setup) -* [windows-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/windows-python2-v0.3.1-setup) +* [linux-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/linux-python2-v0.3.1-setup) +* [linux-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/linux-python2-v0.3.1-setup) +* [osx-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/osx-python3-v0.3.1-setup) +* [osx-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/osx-python2-v0.3.1-setup) +* [windows-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/windows-python3-v0.3.1-setup) +* [windows-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/windows-python2-v0.3.1-setup) ### Building installers for non-supported platforms