Is it possible to have docker service rollback rollback to the previous cached image? For instance, imagine an upstream change to the image tagged latest causes a service to break. Is it possible for the rollback to use the previous image even if it has the same tag?
Would be cool if this usecase was explained in the docs. I can see in the service inspect that the hash is saved with the image, so I thought it could be possible.
Is it possible to have
docker service rollback
rollback to the previous cached image? For instance, imagine an upstream change to the image taggedlatest
causes a service to break. Is it possible for the rollback to use the previous image even if it has the same tag?Would be cool if this usecase was explained in the docs. I can see in the service inspect that the hash is saved with the image, so I thought it could be possible.
Thanks.