A file placed in a sym-linked folder (/var/run
) during build disappears from the finished image
#2701
Labels
area/symlinks
kind/bug
Something isn't working
priority/p1
Basic need feature compatibility with docker build. we should be working on this next.
works-with-docker
Actual behavior
A file placed in a sym-linked folder (
/var/run
) during build disappears from the finished image.Expected behavior
The same Dockerfile built locally with Docker does not remove the file. It correctly appears in the target folder
/run
.To Reproduce
Steps to reproduce the behavior:
Building with Docker:
Building with Kaniko:
... the
gunicorn
file is missing?Additional Information
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: