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
I'd like to be able to reference other services stages in a service's build contexts.
This is possible using buildx bake's contexts support for another bake target, but doesn't appear to be implemented yet in compose yet, but build.additional_contexts exists for other context types.
Description
I'd like to be able to reference other services stages in a service's build contexts.
This is possible using buildx bake's
contexts
support for another bake target, but doesn't appear to be implemented yet in compose yet, but build.additional_contexts exists for other context types.example:
should provide the console build's target to app as src context.
To make this clear,
service:console
isn't supported currently by additional_contexts, it's what I'm asking for.The text was updated successfully, but these errors were encountered: