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

Add support for Alpine Linux #10651

Open
cyberduck opened this issue Mar 13, 2019 · 2 comments
Open

Add support for Alpine Linux #10651

cyberduck opened this issue Mar 13, 2019 · 2 comments
Labels
cli Command Line Interface enhancement

Comments

@cyberduck
Copy link
Collaborator

a0cae98 created the issue

As a Docker user, I want to add the duck CLI to an Alpine Linux-based image so that I can greatly reduce the size of my Docker images and it's security surface area.

Acceptance Criteria:

  • Compile duck as a PIE executable
  • Link duck against musl libc instead of GNU libc
  • Packaged into an abuild built .apk package
  • Create packages for x86 and x86_64
  • Availability of the APK(s) on the Alpine package repository
@cyberduck
Copy link
Collaborator Author

@dkocher commented

I have no experience packaging for Alpine Linux and contributions (https://github.com/iterate-ch/cyberduck) would be very welcome.

@cyberduck
Copy link
Collaborator Author

a0cae98 commented

Unfortunately, neither do I. However, this looks like a good starting point: https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Command Line Interface enhancement
Projects
None yet
Development

No branches or pull requests

2 participants