package doesn't pull latest image when the image already exists
Closed this issue · 2 comments
hemz10 commented
Overview
on running kurtosis polkadot package when the image is already present, it doesn't pull or check for latest image
Expected Behavior
on every run it should check for latest image and pull latest image if found
Actual Behavior
It doesn't pull latest image
shanithkk commented
@hemz10 please add --image-download always
in command, so it will pull the image everytime
hemz10 commented
Hi @shanithkk can we update the readme to include this command always so that anyone using the package will not be mislead to always use the old image and also to reduce the steps involved by removing the old image manually.