Skip to content

Commit

Permalink
fix: update containerd version
Browse files Browse the repository at this point in the history
We need to build containerd with the correct version string.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
  • Loading branch information
andrewrynhard committed Jul 1, 2020
1 parent 94649c5 commit 1aa5cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/pkg.yaml
Expand Up @@ -24,7 +24,7 @@ steps:
export GOPATH=/go
export PATH=${PATH}:${TOOLCHAIN}/go/bin
cd ${GOPATH}/src/github.com/containerd/containerd
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 BUILDTAGS='seccomp no_btrfs' VERSION=v1.3.3 REVISION=be75852b8d7849474a20192f9ed1bf34fdd454f1
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 BUILDTAGS='seccomp no_btrfs' VERSION=v1.3.6 REVISION=be75852b8d7849474a20192f9ed1bf34fdd454f1
install:
- |
mkdir -p /rootfs/bin
Expand Down

0 comments on commit 1aa5cce

Please sign in to comment.