Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] regression in v2.23.0: docker compose config --hash=* prints empty result #11145

Closed
AkihiroSuda opened this issue Oct 27, 2023 · 0 comments · Fixed by #11146
Closed

[BUG] regression in v2.23.0: docker compose config --hash=* prints empty result #11145

AkihiroSuda opened this issue Oct 27, 2023 · 0 comments · Fixed by #11146

Comments

@AkihiroSuda
Copy link

AkihiroSuda commented Oct 27, 2023

Description

Starting with v2.23.0, docker compose config --hash=* prints empty result.

This is a regression in commit a345515 (#11010)

Steps To Reproduce

Create a docker-compose.yaml like this:

services:
  hello1:
    image: alpine:3.13

v2.22.0 works as expected:

$ docker compose config --hash=*             
hello1 5bc8bc96d82232fd5546825b6e64c03b2074467edf89dc48be706283b8e4b4d6

v2.23.0 shows no result:

$ docker compose config --hash=*
(no output)

Compose Version

Docker Compose version v2.23.0

Docker Environment

(No dependency on the daemon)

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant