Skip to content

Commit 4e4079c

Browse files
authored
chore: remove pinning of the firecracker version (#511)
With adding support for Firecracker v1.0+ we need remove pinning to the old version of our fork. Signed-off-by: Richard Case <[email protected]>
1 parent ca7e46b commit 4e4079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/config/userdata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [[ -z "$SKIP_DIRECT_LVM" ]]; then
5252
fi
5353

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

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

0 commit comments

Comments
 (0)