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

[Bug]: Validate Server & Install Docker Engine - ERROR: Unsupported distribution 'almalinux' #3486

Open
codelabyz opened this issue Sep 18, 2024 · 0 comments
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@codelabyz
Copy link

Error Message and Logs

Installing Prerequisites...
Installing Docker Engine...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 24599 0 24599 0 0 147k 0 --:--:-- --:--:-- --:--:-- 147k

Executing docker install script, commit: e5543d473431b782227f8908005543bb4389b8de

ERROR: Unsupported distribution 'almalinux'

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21596 100 21596 0 0 245k 0 --:--:-- --:--:-- --:--:-- 245k

Executing docker install script, commit: 0d6f72e671ba87f7aa4c6991646a1a5b9f9dae84

ERROR: Unsupported distribution 'almalinux'

Docker Engine could not be installed. Please install Docker manually before continuing: documentation.

After installing Docker manually on the target system, we get this instead:

Installing Prerequisites...
Installing Docker Engine...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 24599 0 24599 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k

Executing docker install script, commit: e5543d473431b782227f8908005543bb4389b8de

Warning: the "docker" command appears to already exist on this system.

If you already have Docker installed, this script can cause trouble, which is
why we're displaying this warning and provide the opportunity to cancel the
installation.

If you installed the current Docker package using this script and are using it
again to update Docker, you can safely ignore this message.

You may press Ctrl+C now to abort this script.

  • sleep 20

ERROR: Unsupported distribution 'almalinux'

It loops then fails to complete.

The solution is to have Docker already installed and the docker systemd service started on the target server.

AlmaLinux is noted as supported here: https://coolify.io/docs/installation

Steps to Reproduce

  1. Load a new installation on AlmaLinux9. This is successful
  2. On a second VM, attempt to Validate Server & Install Docker Engine on a supported (according to https://coolify.io/docs/installation) AlmaLinux9 VM
  3. The process fails with logs above.
  4. Solve by having the Docker engine installed and started on the target VM

Example Repository URL

No response

Coolify Version

Latest

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

AlmaLinux9

Additional Information

Fixed by having Docker already running on the target supported system

@codelabyz codelabyz added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant