Closing -- discussed at K dev meeting, confirming it happens, but might be just the specific git workflow approach.
The solution is to use `git commit` with path to files to be committed that excludes the `pkg/docker/`, instead of just `.` - for example:
git commit src/ git commit ChangeLog git commit pkg/kamailio/
Its worked