#Multiple/Addition, named build contexts
1 messages · Page 1 of 1 (latest)
👋 that's not currently supported since we don't have a way to name build contexts currently. I'll open issue for that
1 messages · Page 1 of 1 (latest)
I have a multistage Dockerfile that makes use of additional build contexts, where the additional context is another git repo workdir.
With Dagger, I can assemble my context as I please, which is super nice, but is there a way use such a Dockerfile with DockerBuild?
COPY --from=[Additional build-context's name] . /dependencyX/
👋 that's not currently supported since we don't have a way to name build contexts currently. I'll open issue for that