agent-zero icon indicating copy to clipboard operation
agent-zero copied to clipboard

help needed - when i pull the latest image i don't get the latest image

Open jonny7737 opened this issue 5 months ago • 5 comments

when i pull the latest docker image and run it, based on the UI i am running 0.9.2.2 but the latest version is 0.9.3. Pulled many times with the same result: what am i doing wrong?

jonny7737 avatar Aug 07 '25 19:08 jonny7737

I assume you’re running Agent Zero via a docker-compose.yml configuration file, right? If that’s the case, the issue is very likely caused by mounting the entire /a0 directory in your config file. This can lead to problems during upgrades.

To resolve this, it’s recommended to follow the official mounting method.

Choose or create a directory on your machine where you want to store Agent Zero's data This can be any location you prefer (e.g., C:/agent-zero-data or /home/user/agent-zero-data) You can map individual subfolders of /a0 to a local directory or the full /a0 directory (not recommended). This directory will contain all your Agent Zero files, like the legacy root folder structure: /agents - Specialized agents with their prompts and tools /memory - Agent's memory and learned information /knowledge - Knowledge base /instruments - Instruments and functions /prompts - Prompt files /work_dir - Working directory .env - Your API keys /tmp/settings.json - Your Agent Zero settings

keyboardstaff avatar Aug 08 '25 04:08 keyboardstaff

Check if you pull our new repository agent0ai/agent-zero and not the old frdel/agent-zero

frdel avatar Aug 08 '25 08:08 frdel

Installed the image using docker desktop so while i am sure a docker compose is used at some point in the process, I did not use one.

Yes, i am using agent0ai/agent-zero again in docker desktop.

I deleted the existing 0.9.2.2 container and image then pulled the 'latest' image using docker desktop. Run - adjusted settings - open browser. Everything works (my previous config was loaded from my local directory (api keys, model selections...) but the version reported in the UI is still 0.9.2.2

jonny7737 avatar Aug 08 '25 18:08 jonny7737

Now I know I am doing something wrong (aka dumb)

In Docker Desktop

  1. Stop running container
  2. Delete container
  3. Delete image
  4. Not PULL 'LATEST' - PULL v0.9.3
  5. List images - Tag is v0.9.3
  6. Set parameters and run image
  7. UI shows Version M v0.9.2-2 25-07-21 07:48

NOOB lost, Please help NOOB!

jonny7737 avatar Aug 08 '25 21:08 jonny7737

I was able to correct whatever mistake i made by removing the host folder then performing the steps listed above.

I now suspect the issue was caused by my modification of kokoro_tts.py - I have used kokoro since it's release and prefer a different voice :^)

Thanks for the help. And thanks for an awesome project.

jonny7737 avatar Aug 10 '25 19:08 jonny7737