diff --git a/ui/Dockerfile b/ui/Dockerfile index 7469736d6f4..6e9f788971b 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -# Build example: docker build -t cloudstack/primate:latest . +# Build example: docker build -t apache/cloudstack-primate:latest . FROM node:lts-buster AS build diff --git a/ui/README.md b/ui/README.md index 731c9765def..53e6d0323dd 100644 --- a/ui/README.md +++ b/ui/README.md @@ -104,7 +104,8 @@ server { ### Docker A production-ready Docker container can also be built with the provided -Dockerfile and build script. +Dockerfile and build script. Official builds are available here: +https://hub.docker.com/r/apache/cloudstack-primate Make sure Docker is installed, then run: diff --git a/ui/docs/screenshot-dashboard.png b/ui/docs/screenshot-dashboard.png index 24e5009af8f..79216b96cc5 100644 Binary files a/ui/docs/screenshot-dashboard.png and b/ui/docs/screenshot-dashboard.png differ