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
By accident, docker-compose.yaml happened to be an empty file.
IMO docker compose plugin should not crash on this singularity but rather complain with a useful error message.
How to reproduce:
Install docker engine and docker compose plugin. I used RHEL 8.2 with the latest docker CE and docker-compose-plugin:
$ docker version
Client: Docker Engine - Community
Version: 24.0.7
API version: 1.43
Go version: go1.20.10
Git commit: afdd53b
Built: Thu Oct 26 09:09:18 2023
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 24.0.7
API version: 1.43 (minimum version 1.12)
Go version: go1.20.10
Git commit: 311b9ff
Built: Thu Oct 26 09:08:20 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.24
GitCommit: 61f9fd88f79f081d64d6fa3bb1a0dc71ec870523
runc:
Version: 1.1.9
GitCommit: v1.1.9-0-gccaecfc
docker-init:
Version: 0.19.0
GitCommit: de40ad0
$ docker compose version
Docker Compose version v2.21.0
By accident,
docker-compose.yaml
happened to be an empty file.IMO docker compose plugin should not crash on this singularity but rather complain with a useful error message.
How to reproduce:
docker-compose.yaml
file:The text was updated successfully, but these errors were encountered: