Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
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

Description

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!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions