• Joined on 2022-05-27
markkrj commented on issue josch/mmdebstrap#26 2022-05-30 13:00:16 +00:00
Files from host end up in output tarball

Hi @markkrj, thanks for your input! Just to confirm, you are not calling mmdebstrap manually in a real terminal but you are calling it as part of a Dockerfile, correct?

Yes.

you can just…

markkrj commented on issue josch/mmdebstrap#26 2022-05-27 15:55:36 +00:00
Files from host end up in output tarball

@josch could you re-think that, maybe implement it under a flag (like --clean-host-files). My use case for mmdebstrap is for using it for installing packages in "Distroless" Docker images, which…