Skip to content

Commit

Permalink
feat: disable aufs, devmapper, zfs
Browse files Browse the repository at this point in the history
* Talos does not use it

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
  • Loading branch information
sergelogvinov authored and talos-bot committed Jul 19, 2021
1 parent 6bc118f commit 514ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/pkg.yaml
Expand Up @@ -21,7 +21,7 @@ steps:
# This is required due to "loadinternal: cannot find runtime/cgo".
export CGO_ENABLED=1
export PATH=${PATH}:${TOOLCHAIN}/go/bin
export BUILDTAGS='seccomp no_btrfs'
export BUILDTAGS='seccomp no_aufs no_btrfs no_devmapper no_zfs'
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 VERSION=v1.5.3 REVISION=0e8719f54c6dc6571fc1170da75a85e86c17636b
install:
- |
Expand Down

0 comments on commit 514ba34

Please sign in to comment.