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

Request for Alpine #6

Open
ptr727 opened this issue Jul 31, 2023 · 2 comments
Open

Request for Alpine #6

ptr727 opened this issue Jul 31, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ptr727
Copy link

ptr727 commented Jul 31, 2023

Request to add support for Alpine (not sure if it fits in the model, but I find your scripts really convenient).

@robertsinfosec
Copy link
Contributor

@ptr727 it looks like they may only have support for AWS cloud images? See: https://www.alpinelinux.org/cloud/

If you want to play with it, see if you can get it going on your local hardware and then do a Pull Request?

@robertsinfosec robertsinfosec added the enhancement New feature or request label Aug 1, 2023
@robertsinfosec
Copy link
Contributor

FYI - I was just adding support for Rocky and AlmaLinux (Red Hat open source distros) and I re-looked at Alpine. It looks like they now have cloud-init images here:

https://www.alpinelinux.org/cloud/

It looks like the x86_x64, "cloud init", "NoCloud" images should work with ProxMox. Their versioning is a little messy, and they use a GPG key or SHA512 for verifying the image. The source files are here:

https://dl-cdn.alpinelinux.org/alpine/

When I have some time, I'll loop back around to this, but thought I would pass it on in case you wanted to pursue it any further. Because yes - having a super-tiny Linux distro set up for ProxMox could be a useful thing. But since they don't have a "latest" or how Ubuntu does a Long Term Support (LTS) version every two years, you'd have to just manually pick arbitrary, specific versions that you want to support and hardcode those specific versions and filenames. Not sure of the best way to handle that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants