You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/05/13 07:11:31 UTC

[cloudstack-primate] branch master updated: README: updates

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new a1ac2d6  README: updates
a1ac2d6 is described below

commit a1ac2d63e4d93a04d4436e261d82a98c7694599d
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed May 13 12:41:08 2020 +0530

    README: updates
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 Dockerfile                    |   2 +-
 README.md                     |   5 +++--
 docs/screenshot-dashboard.png | Bin 178215 -> 196953 bytes
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 7469736..6e9f788 100644
--- a/Dockerfile
+++ b/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/README.md b/README.md
index 0e63b6b..53e6d03 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Install node: (Debian/Ubuntu)
     curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
     sudo apt-get install -y nodejs
     # Or use distro provided: sudo apt-get install npm nodejs
-    
+
 Install node: (CentOS/Fedora/RHEL)
 
     curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
@@ -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/docs/screenshot-dashboard.png b/docs/screenshot-dashboard.png
index 24e5009..79216b9 100644
Binary files a/docs/screenshot-dashboard.png and b/docs/screenshot-dashboard.png differ