Closed cheruvian closed 11 months ago
It's expected, dockerfile-x doesn't rewrite COPY
instructions, as they are relative to the context of the build, not the dockerfile. It's consistent with the dockerfile behavior that decouple context and dockerfile.
Repro File Structure
Dockerfile
nested/Dockerfile.dockerfile
Logs:
Expected behavior: test.txt is copied into the image based on the relative path.