Merge pull request #403 from sanscontext/cloud-3129-hubcancel

CLOUD-3129 Docker Hub: update hub docs to include cancel button
This commit is contained in:
LRubin 2016-11-02 11:27:21 -07:00 committed by GitHub
commit 936e228b3e
2 changed files with 5 additions and 6 deletions

View File

@ -131,17 +131,16 @@ build request, Docker ignores new requests.
### Build statuses explained
Check your build status through the Build Details screen as seen in the following example.
You can view the status of the builds for a specific repository by looking at the Build Details screen. If you have builds that are queued or in progress, you can click **Cancel** to end them.
![Build statuses](images/build-states-ex.png)
The statuses are:
* **Queued**: You're in line and your image will be built soon. Queue time varies depending on number of concurrent builds available to you.
* **Building**: Your image is currently being constructed.
* **Building**: The image is being built.
* **Success**: The image has been built with no issues.
* **Error**: There was an issue with your image. Click the row to access the Builds Details screen. The banner at the top of the page displays the last sentence of the log file indicating what the error was. If you need more information, scroll to the bottom of the screen to the logs section.
* **Error**: There was an issue with your image. Click the row to go to the Builds Details screen. The banner at the top of the page displays the last sentence of the log file, which indicates what the error was. If you need more information, scroll to the bottom of the screen to the logs section.
## Use the Build Settings page

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 85 KiB