Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Linux install script fails regularly #2212

Open
tkrotoff opened this issue Jan 9, 2023 · 1 comment
Open

Linux install script fails regularly #2212

tkrotoff opened this issue Jan 9, 2023 · 1 comment

Comments

@tkrotoff
Copy link

tkrotoff commented Jan 9, 2023

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants