jk464

Results 20 comments of jk464

#6061 bumped eventlet to `0.33.3` - so I think this PR can be abandon as its been superseded now?

Just hit this myself. Although I do question why we'd want to run `chmod +x` anyway. Surely the pack content should be static, and if a file has missing exec...

@guzzijones I've added a Changelog entry now

@armab As you can probably see from my commits I've hit a bit of a depedency hell trying to get requirement ranges that: * Allow the last supported py3.6 *...

@armab if the build is failing for `requests` and the update to `importlib-metadata` was merged in #6072 is there anything left to do in this PR? The only CVE I...

My PR referenced above (https://github.com/StackStorm/st2-dockerfiles/pull/66) also changes permissions on some files to allow them to be read/written by a non-root user (I did hard code it to the `nginx` user)...

You'll want to build my branch of the docker images locally push them to your internal registry. (the `st2-dockerfiles` contains a `make` file for building the images) And then you...

Yes the other st2 images don't require any changes to run rootless

We just hit an issue where we had 10,000+ `requested` tasks that needed purging, luckily it was on a PoC so `--purge-incomplete` worked fine, and losing all history was OK....

Hi I've open a PR that implements this - could someone review this PR? Thanks :)