Vyacheslav

Results 69 comments of Vyacheslav

None of pypi maintainers can be contacted at a moment. May be related to recent acquisition by IBM , may be not We are providing now preview build of the...

If it still actual, I suggest to prepare small repo with use case with instructions in Readme, and put it on github

@pilou- What issue no PR refers to, if any ?

@matteotanca-sardex to make process more quickier - would you mind preparing workable POC either in form of gist or repo using public roles only ?

@matteotanca-sardex Thank you for your efforts and input!

Confirmed ``` docker images | grep site (pyenv: ansible-container) site1-web latest 1b49aeed10c2 About a minute ago 258MB site2-web 20180628125242 1b49aeed10c2 About a minute ago 258MB site2-web latest 1b49aeed10c2 About a...

Addressed in https://github.com/ansible/ansible-container/pull/950

That's the edge case, @pilou- . Generally, I do not think it is good idea to have private registry without authorization from security point of view.

@gregdek Nope, it does not break. "Edge case" - wat I want to say, is that having private docker registry without authentication (or even filtered by IP) is the bad...

You could give a try to rsync, kind of ``` rsync -azP --delete --filter=":- .gitignore" ``` on example above, rsync about to ignore files/paths specified in git ignore.