Skip to content

Commit

Permalink
chore: remove pinning of the firecracker version (#511)
Browse files Browse the repository at this point in the history
With adding support for Firecracker v1.0+ we need remove pinning to the
old version of our fork.

Signed-off-by: Richard Case <richard.case@outlook.com>
  • Loading branch information
richardcase authored Aug 19, 2022
1 parent ca7e46b commit 4e4079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/config/userdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [[ -z "$SKIP_DIRECT_LVM" ]]; then
fi

# install latest firecracker
./flintlock/hack/scripts/provision.sh firecracker --version v0.25.2-macvtap
./flintlock/hack/scripts/provision.sh firecracker

# install and setup containerd
# curl -sL https://api.github.com/repos/containerd/containerd/releases/latest 2>/dev/null |
Expand Down

0 comments on commit 4e4079c

Please sign in to comment.