Skip to content

docs: update quickstart #130

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

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

samuelkarp
Copy link
Contributor

Issue #, if available:
Fixes #127

Description of changes:
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.

@samuelkarp samuelkarp requested review from nmeyerhans and sipsma March 9, 2019 02:28
@sipsma sipsma mentioned this pull request Mar 11, 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 samuelkarp merged commit d3cea5d into firecracker-microvm:master Mar 13, 2019
@samuelkarp samuelkarp deleted the quickstart branch March 13, 2019 22:43
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

Successfully merging this pull request may close these issues.

2 participants