Open luchtech opened 1 year ago
@luchmewep this doesn't seem to be an issue with the Devilbox, but rather with your setup in regards to docker
and/or docker-compose
/docker compose
.
The error message you're receiving:
error getting credentials - err: docker-credential-pass resolves to executable in current directory (./docker-credential-pass), out: ``
This is before the Devilbox even starts. I would check your config.
Actually, when I revert back to the older version, it goes thru.
Not sure how I can assist here. It works on my machine, on everyone else's machine (at least no one else reported this) and also on all CI runners :thinking:
Do you know which Docker image is affected by this error message?
Have you already looked into this bug?
(Optional) Error message
docker-credential-pass resolves to executable in current directory (./docker-credential-pass), out: ``
What went wrong?
So I pulled from the master branch. When I tried starting the Devilbox, it won't proceed as expected. Here's a screenshot.
Expected behaviour
docker-compose up should proceed and open the Devilbox CLI display.
How can we reproduce the bug?
Just pull a fresh copy of the master branch, copy env-example to .env, then run docker-compose up -d.
Host Operating System
Linux
Host Platform (amd64, arm64, other)
amd64
(Linux only) Is SELinux enabled?
No, SELinux is disabled
Docker version
Docker version 20.10.12, build 20.10.12-0ubuntu2~20.04.1
Docker Compose version
Docker Compose version v2.12.2
Devilbox version
master
Have you removed stopped containers before starting?
Yes
Have you pulled latest Docker images before starting?
Yes
Devilbox start command
docker-compose up -d
Config: .env file
Config: docker-compose.override.yml
No response
Config: ./check-config.sh
Log: docker-compose logs
(Optional) Additional information
No response