docker-archive / compose-cli

Easily run your Compose application to the cloud with compose-cli
Apache License 2.0
956 stars 253 forks source link

Linux install script fails regularly #2212

Open tkrotoff opened 1 year ago

tkrotoff commented 1 year ago

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!
breen-laerdal commented 1 year ago

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