From 87d9edf7709ef6e928ff19bf15ca7f1c8ba97f89 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Tue, 12 Jul 2022 14:54:34 +0100 Subject: [PATCH] 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 --- BUILDING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 7fd9b24f7..45206077e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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`. + +
+
noresumabledigest
+
Compiles without resumable digest support
+
include_gcs
+
Adds support for Google Cloud Storage
+
include_oss
+
Adds support for Alibaba Cloud Object Storage Service (OSS)
+