I wanted to debug something in a single docker image, I thought the process will be very simple,
I uploaded the docker image from gravity shell using
docker import patch.tar
docker tag d870d2c96d18 leader.telekube.local:5000/imagename:da8879733
docker push leader.telekube.local:5000/imagename:da8879733
but when the container runs it pulls the old image back, is there a way to push an image to gravity registry, or usually how can we patch something?