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

curlimages/curl:8.1.0 fails on a simple GET #82

Closed
mottolini opened this issue May 18, 2023 · 3 comments
Closed

curlimages/curl:8.1.0 fails on a simple GET #82

mottolini opened this issue May 18, 2023 · 3 comments

Comments

@mottolini
Copy link

In a gitlab pipeline I'm using curlimages/curl to execute simple curl commands like:

curl -H "$HEADER_ACCEPT" -u "$CREDENTIALS" "https://${DOCKER_REGISTRY}/v2/${DOCKER_REPO}/manifests/${CI_COMMIT_SHA}"

It worked well with latest tag until the release of 8.1.0. The error now is:

* Closing connection -1
curl: (3) URL using bad/illegal format or missing URL

Reverting back to 7.88.1 solved the problem

@bagder
Copy link
Member

bagder commented May 18, 2023

Is this possibly due to curl/curl#11129 ?

@xquery
Copy link
Member

xquery commented May 18, 2023

yes probably

@mottolini
Copy link
Author

Right! The registry is ECR and the url starts with some digits. Feel free to close this issue or leave it open until fixed

@xquery xquery closed this as completed May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants