You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,13 @@ make generate
117
117
```
118
118
119
119
> *Note*: Several build tags are currently available:
120
-
> *`no_btrfs`: A build tag disables building the btrfs snapshot driver.
121
120
> *`no_cri`: A build tag disables building Kubernetes [CRI](http://blog.kubernetes.io/2016/12/container-runtime-interface-cri-in-kubernetes.html) support into containerd.
122
121
> See [here](https://github.com/containerd/cri-containerd#build-tags) for build tags of CRI plugin.
123
-
> *`no_devmapper`: A build tag disables building the device mapper snapshot driver.
122
+
> * snapshotters (alphabetical order)
123
+
> *`no_aufs`: A build tag disables building the aufs snapshot driver.
124
+
> *`no_btrfs`: A build tag disables building the Btrfs snapshot driver.
125
+
> *`no_devmapper`: A build tag disables building the device mapper snapshot driver.
126
+
> *`no_zfs`: A build tag disables building the ZFS snapshot driver.
124
127
>
125
128
> For example, adding `BUILDTAGS=no_btrfs` to your environment before calling the **binaries**
126
129
> Makefile target will disable the btrfs driver within the containerd Go build.
0 commit comments