You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
Hi - I was able to fix by modifying line 91 as follows: DOWNLOAD_URL=$(curl -sL ${RELEASE_URL} | grep "browser_download_url.*docker-linux-amd64" | cut -d : -f 2,3)
The addition of L to curl options follows the redirect that may have either been added later, or missed due to differences in curl behavior somewhere.
I plan to open a PR for the change.
Hi - I was able to fix by modifying line 91 as follows: DOWNLOAD_URL=$(curl -sL ${RELEASE_URL} | grep "browser_download_url.*docker-linux-amd64" | cut -d : -f 2,3)
The addition of L to curl options follows the redirect that may have either been added later, or missed due to differences in curl behavior somewhere.
I plan to open a PR for the change.
This did not fix it for me. Error still appears. Printed $DOWNLOAD_URL and it is empty
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran the following given command in the document
curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | sh
It gives me below error
Checks passed!
Downloading CLI...
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
I also tested the given Dockerfile-testInstall
It is also giving same error.
I guess the issue is in the below lines
Might be the variables aren't populating
The text was updated successfully, but these errors were encountered: