RunpodR
Runpod16mo ago
4 replies
seya

How Can I configure Serverless endpoint to always point to latest image?

I set my container image path to be like asia-northeast1-docker.pkg.dev/project-id/job-name/run-dev:latest for my serverless endpoint.
the behavior of serverless endpoint seems very unpredictable to me as it sometimes auto re-pull image with latest tag(this is the desired behavior), it uses initial version of image, it does not do anything and keeps using older version.

How can I stably make the endpoint to always use latest imaeg?
Was this page helpful?