Skip to content

[BUG] Pulling TUI mixes up lines #13474

@gothicVI

Description

@gothicVI

Description

When pulling the lines seem to be mixed up and the progress seems to be broken. This used to work in the past and seems to have been introduced with version 5.0.0 so it might be a regression.

Looking at an arch based where the version is dev this is also an issue.

Steps To Reproduce

pi@raspberrypi:~/docker/nginxproxymanager $  docker compose pull
pi@raspberrypi:~/docker/nginxproxymanager $ 
 ⠋ Image jc21/nginx-proxy-manager:latest Pulling                                                                 1.1s 

pi@raspberrypi:~/docker/nginxproxymanager $ docker compose version
Docker Compose version v5.0.0
$ docker compose pull 
[+] pull 0/4
 ⠋ Image docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f                                      Pulling 0.1s 
 ⠋ Image ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da[+] pull 1/4db519b40b1c23 Pulling 0.1s 
 ⠙ Image docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f                                      Pulling 0.2s 
 ✔ Image ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da[+] pull 1/4db519b40b1c23 Pulled 0.2s  
 ⠹ Image docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f                                      Pulling 0.3s 
 ✔ Image ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da[+] pull 2/4db519b40b1c23 Pulled 0.2s  
 ✔ Image docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f                                      Pulled 0.3s  
 ✔ Image ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da[+] pull 3/4db519b40b1c23 Pulled 0.2s  
 ✔ Image docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f                                      Pulled 0.3s  
 ✔ Image ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da[+] pull 4/4db519b40b1c23 Pulled 0.2s  
 ✔ Image docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f                                      Pulled 0.3s  
 ✔ Image ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23 Pulled 0.2s 
 ✔ Image ghcr.io/immich-app/immich-server:v2                                                                                                    Pulled 0.5s 
 ✔ Image ghcr.io/immich-app/immich-machine-learning:v2-cuda                                                                                     Pulled 0.5s 
$ docker compose version 
Docker Compose version dev

Compose Version


Docker Environment

pi@raspberrypi:~ $  docker info
Client: Docker Engine - Community
 Version:    29.1.3
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.30.1
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v5.0.0
    Path:     /usr/libexec/docker/cli-plugins/docker-compose
  scout: Docker Scout (Docker Inc.)
    Version:  v1.19.0
    Path:     /home/pi/.docker/cli-plugins/docker-scout

Server:
 Containers: 6
  Running: 6
  Paused: 0
  Stopped: 0
 Images: 6
 Server Version: 29.1.3
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 CDI spec directories:
  /etc/cdi
  /var/run/cdi
 Swarm: inactive
 Runtimes: runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: dea7da592f5d1d2b7755e3a161be07f43fad8f75
 runc version: v1.3.4-0-gd6d73eb8
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.12.47+rpt-rpi-v8
 Operating System: Debian GNU/Linux 13 (trixie)
 OSType: linux
 Architecture: aarch64
 CPUs: 4
 Total Memory: 7.637GiB
 Name: raspberrypi
 ID: 3bb2421a-420a-4b1b-82e3-d0ed2ff34061
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Username: gothicvi
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false
 Firewall Backend: iptables

WARNING: No memory limit support
WARNING: No swap limit support


$ docker info
Client:
 Version:    29.1.3
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  0.30.1
    Path:     /usr/lib/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  dev
    Path:     /usr/lib/docker/cli-plugins/docker-compose
  scout: Docker Scout (Docker Inc.)
    Version:  v1.19.0
    Path:     /usr/lib/docker/cli-plugins/docker-scout

Server:
 Containers: 19
  Running: 19
  Paused: 0
  Stopped: 0
 Images: 24
 Server Version: 29.1.3
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: true
  Native Overlay Diff: false
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 CDI spec directories:
  /etc/cdi
  /var/run/cdi
 Discovered Devices:
  cdi: nvidia.com/gpu=0
  cdi: nvidia.com/gpu=GPU-859aa815-fd6b-d1d8-8d46-1eb445bf4cd1
  cdi: nvidia.com/gpu=all
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 nvidia runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 1c4457e00facac03ce1d75f7b6777a7a851e5c41.m
 runc version: 
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.18.2-1-MANJARO
 Operating System: Manjaro Linux
 OSType: linux
 Architecture: x86_64
 CPUs: 16
 Total Memory: 62.72GiB
 Name: max
 ID: BD72:QGCH:3SRC:BB4I:4FD3:6VMK:JESC:MIBX:F2L2:PWDN:AJHA:4AML
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Username: gothicvi
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false
 Firewall Backend: iptables

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions