-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Description
Description
When you docker compose pull with multiple containers including one with a broken source in the arguments or in a docker-compose.yml the command returns "manifest unknown" for every single container instead of just for the broken one making debugging very difficult and confusing
Steps To Reproduce
- break a container's source so that it returns "manifest unknown"
docker compose pull a b c brokenmanifest unknownfor containers a, b, c and broken
Compose Version
`Docker Compose version 2.32.4`
Docker Environment
Client:
Version: 27.3.1
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: 0.20.1
Path: /usr/lib/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: 2.32.4
Path: /usr/lib/docker/cli-plugins/docker-compose
Server:
Containers: 43
Running: 34
Paused: 0
Stopped: 9
Images: 96
Server Version: 27.3.1
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
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: c507a0257ea6462fbd6f5ba4f5c74facb04021f4.m
runc version:
init version: de40ad0
Security Options:
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.6.72-1-lts
Operating System: Arch Linux
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 23.25GiB
Name: fu-jhi-minh
ID: 8f56eebd-3950-4e82-b1c5-f5fc536baeb8
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
Anything else?
No response