Add Alpine Linux support for server installations #8324
bamontejano
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Alpine Linux is a lightweight and security-focused distribution often used for containerized environments. Currently, Coolify's installation scripts primarily target Debian/Ubuntu/RHEL-based systems that use
aptordnf.This issue proposes adding support for Alpine Linux servers by:
/etc/alpine-releaseor presence ofapk).apk add --no-cache docker docker-composefor installation.rc-update add docker bootandservice docker start).I was inspired to investigate Alpine support while reviewing the requirements for Debian 13 support (Issue #8154).
This would allow Coolify to be deployed on Alpine-based systems, reducing the image size and improving security.
Beta Was this translation helpful? Give feedback.
All reactions