-
Notifications
You must be signed in to change notification settings - Fork 95
Conversation
CONTRIBUTING.md
Outdated
@@ -119,7 +119,7 @@ correct environment. | |||
- You **need** to set ESX and VM1, VM2 and VM3 environment variables | |||
|
|||
- The build will use your `username` (the output of `whoami`) to decide on the `DOCKER_HUB_REPO` name to complete our move to use [managed plugin](https://github.com/vmware/docker-volume-vsphere/blob/master/plugin/Makefile#L30). | |||
If you want to user another DockerHub repository you need to set `DOCKER_HUB_REPO` as environment variable. | |||
If you want to user another DockerHub repository you need to set `DOCKER_HUB_REPO` as environment variable. The prerequisite to user another DockerHub repository is to have a DockerHub account and be able to access the repository owned by this account. If you don't have a DockerHub account, you need to create an account [here](https://hub.docker.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to move this new instruction before L121 ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
93b9b40
to
df42fe0
Compare
Address comments from Nirdesh. Minor fix.
cfcee09
to
9caf78e
Compare
@shuklanirdesh82 I have addressed your comment and please take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to fix following link too
name to complete our move to use [managed plugin](https://github.com/vmware/docker-volume-vsphere/blob/master/plugin/Makefile#L30).
CONTRIBUTING.md
Outdated
@@ -115,6 +115,10 @@ To deploy the plugin and test code onto a test environment we support a set of | |||
Makefile targets. There targets rely on environment variables to point to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you are here to update .. small request to correct the typo: There
=> These
Fixes #1429
This PR updated the contributing.md to include the prerequisite when building with another dockerhub account other than the 'username'.