Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If two image builds start concurrently and they both use an heredoc with the same EOF marker, then they will use the same filename and overwrite each other. It's possible for concurrent builds to either use the wrong heredoc content or to fail because the file of one build is deleted by the other, leading to this error message: ``` STEP 13/21: COPY <<EOF /file.conf Error: building at STEP "COPY <<EOF /file.conf": reading "/var/tmp/EOF": copier: get: globs [/EOF] matched nothing (0 filtered out): no such file or directory ``` Signed-off-by: Kevin Michel <[email protected]>
- Loading branch information