Skip to content

Commit

Permalink
Merge pull request distribution#3687 from Jamstah/add-build-tags
Browse files Browse the repository at this point in the history
Add build tags to BUILDING.md
  • Loading branch information
milosgajdos authored Aug 20, 2022
2 parents cec2cad + 87d9edf commit bc6b745
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit bc6b745

Please sign in to comment.