Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin flintlock and containerd in e2e tests #400

Closed
Callisto13 opened this issue Feb 23, 2022 · 0 comments · Fixed by #401
Closed

Pin flintlock and containerd in e2e tests #400

Callisto13 opened this issue Feb 23, 2022 · 0 comments · Fixed by #401
Labels
kind/bug Something isn't working

Comments

@Callisto13
Copy link
Member

Callisto13 commented Feb 23, 2022

something like:

-./flintlock/hack/scripts/provision.sh firecracker
+./flintlock/hack/scripts/provision.sh firecracker --version v0.25.2-macvtap

 # install and setup containerd
-curl -sL https://api.github.com/repos/containerd/containerd/releases/latest 2>/dev/null |
- jq -r '.assets[] | select(.browser_download_url | test("containerd-\\d.\\d.\\d-linux-amd64.tar.gz$")) | .browser_download_url' |
- xargs curl -sL | tar xz -C "$INSTALL_ROOT" && containerd --version && ctr --version
+
+curl -sL https://github.com/containerd/containerd/releases/download/v1.5.9/containerd-1.5.9-linux-amd64.tar.gz |
+ tar xz -C "$INSTALL_ROOT" && containerd --version && ctr --version

This is just while we get firecracker v1 working, and while we figure out what has changed with containerd.

Can be partly undone after #390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant