-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
Description
I'm running the code that's on main . Because of #12925 it now produces bake targets for all services
This now causes all depedencies to be in the expected built images and causes an error.
Steps To Reproduce
services:
main:
build:
dockerfile_inline: |
FROM alpine
entrypoint: ["echo", "Hello from main"]
depends_on:
- dep1
dep1:
build:
dockerfile_inline: |
FROM alpine
entrypoint: ["echo", "Hello from dep1"]first run docker compose dep1
then run docker compose main - this will build the image but exit with an error build result not found in Bake metadata for service dep1
Compose Version
Commit 213c03f
Docker Environment
Anything else?
No response
Reactions are currently unavailable