Request access to DinD CI runners
Hello, I'm working on enabling additional tests for the LAVA CI pipeline. These tests require specific environment which is not provided by currently available ci-images (pre-generated LAVA database). I would like to verify my patches outside local environment. I considered approaches described below:
- Create a new container image by the CI pipeline in the
ci-images
repo (I don't have access to thedind
runners) - Build a new CI image locally, then upload it to the container registry (I lack permissions:
denied: requested access to the resource is denied
) - (I dropped this idea because of possible implications) Use a container image from an external registry (it could quickly exceed external registry quota if used anonymously)
The first approach seemed the safest because it would make build procedure transparent and doesn't require any external resources. Could you please grant me permissions to DinD CI runners on my fork of the ci-images
repository?
Thanks, Paweł