Skip to content

CLOUD-3129 Docker Hub: update hub docs to include cancel button #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docker-hub/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ on both [GitHub](http://github.com) and [Bitbucket](https://bitbucket.org/). Thi

To use automated builds you must have an [account on Docker Hub](accounts.md) and on the hosted repository provider (GitHub or Bitbucket). If
you have previously linked your Github or Bitbucket account, you must have
chosen the Public and Private connection type.
chosen the Public and Private connection type.

To view your current connection
settings, log in to Docker Hub and choose **Profile > Settings > Linked Accounts & Services**.

## Limitations

Currently Docker Hub does not support Git LFS (Large File Storage). If you have binaries in your build context that are managed by Git LFS, only the pointer file will be present in the clone made during the automated build, which is not what you want.
Currently Docker Hub does not support Git LFS (Large File Storage). If you have binaries in your build context that are managed by Git LFS, only the pointer file will be present in the clone made during the automated build, which is not what you want.

Subscribe to the [GitHub issue](https://github.com/docker/hub-feedback/issues/500) tracking this limitation.

Expand Down Expand Up @@ -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

Expand Down
Binary file modified docker-hub/images/build-states-ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.