Alexander Wels
Alexander Wels
You are doing it the correct way AFAICT. The one thing I would double check is to make sure you didn't accidentally base64 endcode `\n` in the user name and...
That will encode the `\n` from the echo, try `echo -n "blahblah" | base64`
I just checked the code, and it doesn't look like it supports any S3 buckets besides an actual AWS one. It should not be terribly hard to allow it to...
Looks like maybe you have some connectivity issues? The relevant error appears to be `dial tcp: lookup quay.io: i/o timeout` which indicates it is unable to connect to quay to...
/remove-lifecycle stale
Just so I understand properly, this problem happens in the tenant? And we can reproduce by adding that rule to udev in the tenant?
Okay, yeah, our tenant OS is ubuntu I believe in the CI lanes. I am going on PTO starting tomorrow, so it might be a bit until I get around...
If you have a fix please submit a PR, I can take a look. Again after I get back from PTO.