Preliminary checklist
Output of ddev utility test or ddev utility diagnose
Expand `ddev utility test` diagnostic information
Docker error: Error response from daemon: Client sent an HTTP request to an HTTPS server.
Expected Behavior
First off, thank you for all of your efforts. DDEV is amazing, and we rely on it across many projects.
In some more complex projects (eg. Rugged TUF Server) we use DDEV inside of our Gitlab CI, using Docker-in-Docker (dind). This has worked very well for us for several years.
Actual Behavior
However, starting with 1.24.8, DDEV no longer works in a Gitlab CI environment. Instead, we get:
Docker error: Error response from daemon: Client sent an HTTP request to an HTTPS server.
This same behaviour can be observed with 1.24.10 and 1.25.0, as well.
Steps To Reproduce
To demonstrate this regression, I put together a minimalist project. It shows that dind works fine with DDEV 1.24.7, but fails on 1.24.8+.
Specific instructions can be found in the README.
Anything else?
FWIW, it looks like some major refactoring of how Docker gets called in DDEV happended in #7587 , which I believe landed in 1.24.8.
Preliminary checklist
ddev utility testor at leastddev utility diagnoseto include output belowOutput of
ddev utility testorddev utility diagnoseExpand `ddev utility test` diagnostic information
Expected Behavior
First off, thank you for all of your efforts. DDEV is amazing, and we rely on it across many projects.
In some more complex projects (eg. Rugged TUF Server) we use DDEV inside of our Gitlab CI, using Docker-in-Docker (dind). This has worked very well for us for several years.
Actual Behavior
However, starting with 1.24.8, DDEV no longer works in a Gitlab CI environment. Instead, we get:
This same behaviour can be observed with 1.24.10 and 1.25.0, as well.
Steps To Reproduce
To demonstrate this regression, I put together a minimalist project. It shows that dind works fine with DDEV 1.24.7, but fails on 1.24.8+.
Specific instructions can be found in the README.
Anything else?
FWIW, it looks like some major refactoring of how Docker gets called in DDEV happended in #7587 , which I believe landed in 1.24.8.