Alexander Krasnov

Results 9 comments of Alexander Krasnov

Also faced this issue. Please consider the following scenario. We have numerous slackSend notifications using universal token (xox*) in different projects/repositories running on the same Jenkins. The token is configured...

Have you tried `".*-02-2017"` or just `"*-02-2017"` ?

Docker does not have this functionality, The only way to do it is to remove relevant folder from filesystem. It rather should be added to registry garbage collector than to...

Yes, it's definitely a bug. I've tested it without "extra" options: `docker run --rm anoxis/registry-cli -r http://registry:5000 -d --dry-run --keep-tags 16.04` and still ``` Getting digest for tag 16.04 Keep...

Looks like the bug is addressed in https://github.com/andrey-pohilko/registry-cli/pull/85 but not merged since Dec, 2019

I have an opposite problem, I do not see an option to disable automatic build restart. ``` Started by user SYSTEM (11 times) Rebuilding preempted job Rebuilding preempted job Rebuilding...

Without the option to disable automatic restart our pipeline is broken. How would you expect to use it, if we have dozens of parallel stages, and single stage failure (because...

Looks like preallocation for large disks makes significant load on cpu and may affect other VMs running so worth doing `nice -n 19 qemu-img` or even choose some less busy...

If you just add preallocation then nothing should be changed in VM config but if you want to replace qcow with raw, then indeed VM xml needs update