Selene

Results 3 comments of Selene

Try to use: ```groovy api 'frankiesardo:icepick:3.2.0' compileOnly 'frankiesardo:icepick-processor:3.2.0' annotationProcessor 'frankiesardo:icepick-processor:3.2.0' ```

Maybe is related to this?: https://github.com/grafana/grafana-image-renderer/issues/320#issuecomment-1044602134 `image-renderer` is not working inside Grafana Docker image and you should create it in a separate image. I was taking a look about the...

There is a similar issue [here](https://github.com/puppeteer/puppeteer/issues/3681) and looks like that some chrome extensions are failing to load. So maybe disabling them setting `GRAFANA_ARGS=--disable-extensions` might work. Other option could be use...