Public availability of eck-operator 0.9.0-SNAPSHOT images

I see PR https://github.com/elastic/cloud-on-k8s/pull/1184 was recently resolved implying that ECK snapshot releases are now being pushed to a docker registry. Are these eck-operator 0.9.0-SNAPSHOT images publicly available for testing? If so, how can they be accessed and is there a way to query a elastic docker registry for them?

Hi @ron18219,

Unfortunately, the snapshot images are not available for now.
Release 0.9 should hopefully be out in a few weeks (before summer ends).

You can also build the Docker image yourself from the source code:

cd operators
make dep-vendor-only
make generate
docker build . -t registry/eck-snapshot:tag
docker push registry/eck-snapshot:tag