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
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 alpineentrypoint: ["echo", "Hello from main"]depends_on:
- dep1dep1:
build:
dockerfile_inline: | FROM alpineentrypoint: ["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