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

Alpine linux support #301

Closed

Conversation

the-mentor
Copy link
Contributor

The title says it all adding Alpine Linux Support 💣 💥 😄

-DM

@philclifford
Copy link
Contributor

philclifford commented Dec 30, 2021

Heads Up

fi

URL="https://dl-cdn.alpinelinux.org/alpine/v${VERSION}/releases/x86_64"
ISO=$(wget -q -O- "https://dl-cdn.alpinelinux.org/alpine/v${VERSION}/releases/x86_64/latest-releases.yaml" | grep -i alpine-standard | grep -i iso: | sed 's/iso://' | sed -r 's/\s+//g')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use the virt edition instead as the kernel is optimised for VM's and less bloated + the user experience is similar to standard edition. Thats what I did in my PR #298

@flexiondotorg
Copy link
Member

Merged via #322

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.

4 participants