Skip to content

Quickstart guide is broken #127

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

Closed
samuelkarp opened this issue Mar 6, 2019 · 0 comments
Closed

Quickstart guide is broken #127

samuelkarp opened this issue Mar 6, 2019 · 0 comments
Assignees

Comments

@samuelkarp
Copy link
Contributor

The quickstart guide is currently broken (and will become more broken with #126).

  • Our go.sum file is built for Go >= 1.11.4, but the quickstart uses Go 1.11.3. This causes errors when building firecracker-containerd.
  • (After update to firecracker-go-sdk v0.15.0 #126) Firecracker's built-in seccomp profile is built around musl libc, but the quickstart uses glibc. This causes seccomp violations when running Firecracker.
@samuelkarp samuelkarp self-assigned this Mar 6, 2019
samuelkarp added a commit to samuelkarp/firecracker-containerd that referenced this issue Mar 9, 2019
Changes in dependencies cause firecracker-containerd to not build
properly with Go < 1.11.4 (the go.sum digest algorithm changed slightly
in that version).  Changes in Firecracker's seccomp enforcement and hard
dependency on musl caused seccomp violations when built against glibc.

This change moves our quickstart guide to Debian, which has musl libc
and an updated Go 1.11 >= 1.11.4 available in its repositories.

Fixes firecracker-microvm#127

Signed-off-by: Samuel Karp <[email protected]>
samuelkarp added a commit to samuelkarp/firecracker-containerd that referenced this issue Mar 13, 2019
Changes in dependencies cause firecracker-containerd to not build
properly with Go < 1.11.4 (the go.sum digest algorithm changed slightly
in that version).  Changes in Firecracker's seccomp enforcement and hard
dependency on musl caused seccomp violations when built against glibc.

This change moves our quickstart guide to Debian, which has musl libc
and an updated Go 1.11 >= 1.11.4 available in its repositories.

Fixes firecracker-microvm#127

Signed-off-by: Samuel Karp <[email protected]>
fangn2 pushed a commit to fangn2/firecracker-containerd that referenced this issue Mar 23, 2023
Add support for CNI-configured network interfaces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant