-
Notifications
You must be signed in to change notification settings - Fork 509
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
Bake does not show target stage for COPY --link
#1195
Comments
I assume you mean like here?
Could you share what your bake file looks like, or a minimal reproduction? 😄 Sorry, I'm having a tricky time parsing the exact issue you're spotting 👀 |
That's a good example where the |
I'm not sure if this is the same issue but I today got this output from a bake: [Edit: removed loads of detail] |
This is reproducible without the cache stuff actually so ignore the detail above! services:
localstack:
build:
context: .
other:
build:
context: ./other # syntax=docker/dockerfile:1.4
FROM localstack/localstack:0.14.5
COPY --link docker-entrypoint-initaws.d /docker-entrypoint-initaws.d
The |
And to confirm, if I remove |
When I build multiple targets (e.g. via a group or explicitly) it's not often clear which target a build(ing) stage corresponds to
sample log
Dockerfile
The build steps that don't have a TARGET name are the ones that do
COPY --link
, but not all of the them are missing it.I'm not clear what is happening behind the scenes to cause this!
The text was updated successfully, but these errors were encountered: