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
When docker-compose is building images the printout seems to be confused about which rows to use. It prints out, e.g., both a Dockerfile instruction, like COPY, as well as the current container status on the same row. This results in a constant switching between what is written.
Steps To Reproduce
Enter a directory with a docker-compose.yml file
Run docker-compose build --no-cache
Compose Version
`docker compose version`:
`Docker Compose version 2.31.0`
`docker-compose version`:
`Docker Compose version 2.31.0`
I don't really know what caused it to happen. I know the steps to reproduce aren't satisfactory but I'm not sure what else to write. Any insight regarding the printout is appreciated.
Here's an image as well as a video of the building process. https://github.com/user-attachments/assets/4a0d560c-3ce1-4192-ae2d-533789d41b45
Running with --progress plain works of course but that's sidestepping the issue.
I tried reinstalling. Neither different terminals nor tty changed anything.
P.S. build specifically doesn't have to be run, anything that would cause that specific progress type to display works.
The text was updated successfully, but these errors were encountered:
Description
When docker-compose is building images the printout seems to be confused about which rows to use. It prints out, e.g., both a Dockerfile instruction, like COPY, as well as the current container status on the same row. This results in a constant switching between what is written.
Steps To Reproduce
docker-compose.yml
filedocker-compose build --no-cache
Compose Version
Docker Environment
Anything else?
I don't really know what caused it to happen. I know the steps to reproduce aren't satisfactory but I'm not sure what else to write. Any insight regarding the printout is appreciated.
Here's an image as well as a video of the building process.
https://github.com/user-attachments/assets/4a0d560c-3ce1-4192-ae2d-533789d41b45
Running with
--progress plain
works of course but that's sidestepping the issue.I tried reinstalling. Neither different terminals nor tty changed anything.
P.S.
build
specifically doesn't have to be run, anything that would cause that specific progress type to display works.The text was updated successfully, but these errors were encountered: