Lumír 'Frenzy' Balhar

Results 167 comments of Lumír 'Frenzy' Balhar

> Meta thought from meeting with Lumir: Currently in multispec it's necessary to exclude version/distro combinations that are unwanted. How about switching it around and only declaring version/distro combinations that...

> > > Meta thought from meeting with Lumir: Currently in multispec it's necessary to exclude version/distro combinations that are unwanted. How about switching it around and only declaring version/distro...

See the new commits - some of them are fixup but it's better for review. [test]

Rebased. I'm happy with how the commit history looks now.

Could you please provide more info? What do you mean by incremental builds and why is this important?

So, If I understand it correctly from the node and go containers, it should work for Python container like this: * Users prepare their own Dockerfile, where they call the...

> Installing toolchain that is responsible for building the application during the actual build sounds like a not good approach. The s2i container images should come with all the packages...

> Yes, it should be installed during s2i python container build in a specific (tested) version. The same reason why pip is not installed on the application build. It will...

The current status is: * micropipenv can be used in python-container with `ENABLE_MICROPIPENV` (from PyPI) * pin a pipenv version will soon be possible #387 Our plan is to package...