mvanholsteijn / strip-docker-image

Utility to strip Docker images to their bare minimum size.
Apache License 2.0
339 stars 42 forks source link

asterisk globbing inside the source Docker image and additional fixes #3

Open burdandrei opened 8 years ago

burdandrei commented 8 years ago

Main fix here is Fix: asterisk globbing inside the source Docker image cause if you pass -f '/lib/*/libnss*' the globing was made on the host system, not inside the source container.

mvanholsteijn commented 8 years ago

Hi @burdandrei, I had missed all pull requests and am currently merging them. It appears that you are still working on your branch so I see more changes that the original one.

Can you check which changes you will want to merge?

burdandrei commented 8 years ago

hi @mvanholsteijn, i rebased my commits to the things you merged, please see if it fits you.