You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to see that the ADD now supports git repositories, however, Docker supports a --keep-git-dir flag which allows you to interact with the repository if you want to fetch tags or anything else after.
Can we look into adding support for that to provide parity?
Thanks,
Mohammed
The text was updated successfully, but these errors were encountered:
Not sure I understood the issue. Do you want to be able to use --keep-git-dir to not fetch the git directory? That flag doesn't affect fetching tags or other git objects. You should be able to fetch tags and branches with the current implementation btw.
Hi there!
I'm happy to see that the
ADD
now supports git repositories, however, Docker supports a--keep-git-dir
flag which allows you to interact with the repository if you want to fetch tags or anything else after.Can we look into adding support for that to provide parity?
Thanks,
Mohammed
The text was updated successfully, but these errors were encountered: