Serverless Docker:latest
Hey everyone! Quick question about RunPod Serverless deployments:
If I push an updated Docker image with the
:latest tag to my registry (Docker Hub), does RunPod automatically pull the new image on the
next cold start? Or do I need to manually trigger a redeploy?
Current setup:
- Image: fvmm/ompress-gpu-worker:latest
- Just pushed v10 with updated FFmpeg settings
- Endpoint is already configured to use :latest
Want to know:
- Does RunPod check for updated :latest images automatically?
- Or does it cache the old :latest until manual redeploy?
Thanks! 🚀3 Replies
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
We'd really rather you didn't use the
:latest tag because of caching, changing the tag ensures you get what you expect across the platform.It works tho
But using sth like commit sha for the tag and updating the deployment programmatically is better