kubernetes-sigs / hydrophone

Hydrophone is a lightweight Kubernetes conformance tests runner
Apache License 2.0
67 stars 31 forks source link

Build and provide a container image containing hydrophone for use in CI/CD systems #209

Open AverageMarcus opened 3 months ago

AverageMarcus commented 3 months ago

It would be great to have an officially provided container image for Hydrophone that could be used in CI/CD pipelines such as Tekton to automate running of conformance tests against clusters.

Ideally the container would also contain a basic shell environment in case some small logic needs adding as part of the step. (Building on something like Alpine is likely good enough).

Bharadwajshivam28 commented 3 weeks ago

/assign

CC- @rjsadow @reetasingh I am working on this and I have a question that for now testing purpose the container image I will store on my registry but actually where we have to store the container image and in which registry?