Milos Jajac
Milos Jajac
Hi @yiuiua, thank you! That is also what I've gathered from looking at the source code, that a 3rd party library for errors is needed. Though if you look at...
Hey @yiuiua, that's exactly the solution I came up with too. Also, if you test that, you will notice that all errors will be sent with type `"error"` since it...
I've just been battling with this issue for quite a while and stumbled into this PR. So this proposal would work for all MRs that have _at least 1 regular...
This is due to the regex used when checking whether a retrieved ref matches the expected pattern for merge request pipelines. Here's the line: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/blob/0687efd1075d33283c3762a135aa24de94ffe21c/pkg/schemas/ref.go#L13 The `/head` at the end...
Experiencing issues due to this 2 minute limit as well. This forces users to do a `docker pull` of all the big images before creating the K8s resources that need...
This is still an issue that does not have an easy workaround. We are currently using an init container that performs `docker pull ` before starting the main container in...
Is there any way to **disable** `discard_unpacked_layers` on nodes running Bottlerocket currently? From what I understand, it is enabled by default on EKS and needs to be disabled for Spegel...