Skip to content
New issue

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

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

Already on GitHub? # to your account

lxc-alpine: Backport fixes from the distribution maintainters #67

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kunkku
Copy link
Contributor

@kunkku kunkku commented Dec 10, 2024

This PR updates the lxc-alpine template with the fixes implemented in the version shipped by Alpine Linux, including new signing keys, support for various architectures, and a more generic fix to the issue addressed by #62.

ncopa and others added 5 commits December 10, 2024 15:15
Fix detecion of the alpine architecture name.

This allows us to create both armv7 and armhf (armv6) containers on an
aarch64 host. eg.

  lxc-create -t alpine a1 -- -a armv7

It also allows us to create mips64 and s390x containers, and potentially
new architectures in the future.
Avoid error out if some of the device nodes exists
@stgraber
Copy link
Member

Hi, before we can review this pull request, we need all commits to be signed-off (see CONTRIBUTING).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants