Add build tags to BUILDING.md
Easier to see what build tags there are and what they are used for. Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
parent
8857a19487
commit
87d9edf770
1 changed files with 9 additions and 0 deletions
|
@ -115,3 +115,12 @@ the registry binary generated in the "./bin" directory:
|
|||
|
||||
Optional [build tags](http://golang.org/pkg/go/build/) can be provided using
|
||||
the environment variable `DOCKER_BUILDTAGS`.
|
||||
|
||||
<dl>
|
||||
<dt>noresumabledigest</dt>
|
||||
<dd>Compiles without resumable digest support</dd>
|
||||
<dt>include_gcs</dt>
|
||||
<dd>Adds support for <a href="https://cloud.google.com/storage">Google Cloud Storage</a></dd>
|
||||
<dt>include_oss</dt>
|
||||
<dd>Adds support for <a href="https://www.alibabacloud.com/product/object-storage-service">Alibaba Cloud Object Storage Service (OSS)</a></dd>
|
||||
</dl>
|
||||
|
|
Loading…
Reference in a new issue