Open FAshik opened 1 month ago
Please let me know if this is an issue for all users, because I am not able to find this image in dockerhub. If I see the tags here: https://hub.docker.com/r/litmuschaos/go-runner/tags I cannot locate one with 3.11.0!
I'm facing the same issue.
Instead using litmuschaos.docker.scarf.sh/litmuschaos/go-runner:3.11.0 use litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest in workflow definition whenever it is pointed out
Facing the same issue. I've modified the experiment YAML files to use 3.10.0 instead.
For security best practices, it's recommended to avoid using the latest
tag. The latest
tag can lead to unintentional updates or version mismatches, which could introduce breaking changes or vulnerabilities without notice.
Additionally, version 3.12.0
of the go-runner has been released, so I suggest using litmuschaos.docker.scarf.sh/litmuschaos/go-runner:3.12.0
instead to ensure stability and security while staying updated with the latest improvements.
https://kubernetes.io/docs/concepts/security/security-checklist/#images
Question
Please let me know how I can downgrade to litmus chaos 3.10.0 or else how I can selectively use a lower version of go-runner image.
Please make sure you have,
We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks!