Paul Becotte

Results 24 comments of Paul Becotte

I see that this ticket is closed, but so far as I can tell, the issue still exists in the Pypi package. I don't see a .so in the inputs/helm...

Running ubuntu with python3.8

Was just about to implement this, saved me the time. For jfrog- I wasted quite a bit of time with `artifactory.config.import.xml` before discovering that there didn't seem to be any...

Out of curiosity- why would you want to do this (I have always worked in teams that are relatively free to update their practices, so miss out on some things)....

Our environment is quite locked down. The base OS is a frozen rhel8 image with an immutable root filesystem- can't upgrade the daemon. I also cannot copy and paste more...

Actually tracked it down- is still in the source code. https://github.com/docker/docker-ce/blob/master/components/cli/cli/config/configfile/file.go#L357 If any credential helper returns an error, the whole function returns 'nil', instead of continuing to the next one...

Thats...not a solution to the problem at all though? Being able to use a patch to fix the thing is not a substitute for being able to pass the correct...

Ah I didn't fully understand the original comment. Fair enough, though if you wanted to leave this ticket open so that maybe it can be fixed somehow that would make...

I am not sure if this is useful or even related to this, but RonRothman helped me solve a problem. I was trying to run a celery task that involved...

That is actually how I did it. Not using os.fork() is unfortunately not an option- in my very limited world both uWSGI and celery workers execute a fork() as part...