compose-cli icon indicating copy to clipboard operation
compose-cli copied to clipboard

Linux install script fails regularly

Open tkrotoff opened this issue 2 years ago • 1 comments

The Linux install script fails regularly (using GitHub Actions) with error curl: no URL specified!

curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

Running checks...
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5982  100  5982    0     0  15849      0 --:--:-- --:--:-- --:--:-- 15825
100  5982  100  5982    0     0  15846      0 --:--:-- --:--:-- --:--:-- 158[25]
Checks passed!
Downloading CLI...
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
Error: Process completed with exit code 2.

This is the output when it works:

curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Running checks...
100  5982  100  5982    0     0  33716      0 --:--:-- --:--:-- --:--:-- 33796
Checks passed!
Downloading CLI...
Downloaded CLI!
Installing CLI...
Done!

tkrotoff avatar Jan 09 '23 23:01 tkrotoff

We are seeing this as well - it only happens intermittently and it's hard to tell what's going on when it happens

breen-laerdal avatar Feb 24 '23 19:02 breen-laerdal