litmuschaos / litmus

Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
https://litmuschaos.io
Apache License 2.0
4.44k stars 698 forks source link

Image "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:3.11.0": not found! Cannot run experiments in litmus chaos v3.11.0 #4921

Open FAshik opened 1 month ago

FAshik commented 1 month ago

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!

FAshik commented 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!

bukurt commented 1 month ago

I'm facing the same issue.

ash-man commented 1 month ago

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

bitnahian commented 1 month ago

Facing the same issue. I've modified the experiment YAML files to use 3.10.0 instead.

thiha-min-thant commented 1 month ago

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