citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 28 forks source link

Pinned snapshot pre release binaries use `-SNAPSHOT` operator image version #392

Open christophd opened 2 years ago

christophd commented 2 years ago

The pre release binaries coming from nightly build must not use -SNAPSHOT operator image versions when doing a yaks install

This leads to image pull errors as -SNAPSHOT image versions are obviously not released to dockerhub or quay.io

The pinned snapshot binaries must use docker.io/yaks/yaks:<pinned-version> as operator image when doing a yaks install

christophd commented 2 years ago

A workaround is to add the --operator-image option on the yaks install command

yaks install --operator-image=docker.io/yaks/yaks:<pinned-version>
mwmahlberg commented 2 years ago

I'd suggest adding this workaround to the README.md for the time being.