[GH-ISSUE #276] Docker papermerge-worker latest is not the newest version #223

Closed
opened 2026-02-25 21:31:29 +03:00 by kerem · 3 comments
Owner

Originally created by @w4tzmann on GitHub (Dec 28, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/276

Originally assigned to: @ciur on GitHub.

I updated my docker-compose.yml to use always the newst vailable image for papermerge. So I used:

  app:
    image: eugenci/papermerge:latest
  worker:
    image: eugenci/papermerge-worker:latest

The app runs fine with the Version 1.5.5.
But the worker won't run:

papermerge_worker /bin/bash Exit 0

Using the worker image with tag 1.5.5 works without problems:

papermerge_worker /opt/app/startup.sh Up

After looking at the images, I saw, that the image with the tag latest hasn't been updated since 7 months.

eugenci/papermerge latest 98d892b54ee8 19 hours ago 1.03GB
eugenci/papermerge-worker 1.5.5 dbf175a92f3a 19 hours ago 1.05GB
eugenci/papermerge 1dfd3ce4eecf 5 days ago 1.03GB
eugenci/papermerge-worker 1.5.4 80c6fc99bece 5 days ago 1.05GB
eugenci/papermerge 1.5.4 9a6a7097f355 5 days ago 1.04GB
eugenci/papermerge-worker latest d985bc8c87f7 7 months ago 682MB

I'm not sure if these has an special reason, if so then sorry for opening the issue. If not can you please update the latest tag like you do with the papermerge image?

Originally created by @w4tzmann on GitHub (Dec 28, 2020). Original GitHub issue: https://github.com/ciur/papermerge/issues/276 Originally assigned to: @ciur on GitHub. I updated my docker-compose.yml to use always the newst vailable image for papermerge. So I used: ```services: app: image: eugenci/papermerge:latest worker: image: eugenci/papermerge-worker:latest ``` The app runs fine with the Version 1.5.5. But the worker won't run: > papermerge_worker /bin/bash Exit 0 Using the worker image with tag 1.5.5 works without problems: > papermerge_worker /opt/app/startup.sh Up After looking at the images, I saw, that the image with the tag latest hasn't been updated since 7 months. > eugenci/papermerge latest 98d892b54ee8 19 hours ago 1.03GB > eugenci/papermerge-worker 1.5.5 dbf175a92f3a 19 hours ago 1.05GB > eugenci/papermerge <none> 1dfd3ce4eecf 5 days ago 1.03GB > eugenci/papermerge-worker 1.5.4 80c6fc99bece 5 days ago 1.05GB > eugenci/papermerge 1.5.4 9a6a7097f355 5 days ago 1.04GB > eugenci/papermerge-worker latest d985bc8c87f7 7 months ago 682MB I'm not sure if these has an special reason, if so then sorry for opening the issue. If not can you please update the latest tag like you do with the papermerge image?
kerem 2026-02-25 21:31:29 +03:00
  • closed this issue
  • added the
    docker
    label
Author
Owner

@ciur commented on GitHub (Dec 28, 2020):

@w4tzmann

I'm not sure if these has an special reason

There is no special reason. That "latest" image was actually the very first image I pushed while I was still learning/experimenting with docker.

can you please update the latest tag like you do with the papermerge image?

Sure! It is actually a very good thing to have "latest" tag point to the latest image. I will make the change tomorrow by EOD.

<!-- gh-comment-id:751813366 --> @ciur commented on GitHub (Dec 28, 2020): @w4tzmann > I'm not sure if these has an special reason There is no special reason. That "latest" image was actually the very first image I pushed while I was still learning/experimenting with docker. > can you please update the latest tag like you do with the papermerge image? Sure! It is actually a very good thing to have "latest" tag point to the latest image. I will make the change tomorrow by EOD.
Author
Owner

@ciur commented on GitHub (Dec 29, 2020):

@w4tzmann, I updated docker hub.
Now eugenci/papermerge:1.5.5 point to the same as eugenci/papermerge:latest.
Similarly eugenci/papermerge-worker:1.5.5 point to the same image as eugenci/papermerge-worker:latest.
And 1.5.5 is latest stable indeed :)

<!-- gh-comment-id:752117107 --> @ciur commented on GitHub (Dec 29, 2020): @w4tzmann, I updated docker hub. Now eugenci/papermerge:1.5.5 point to the same as eugenci/papermerge:latest. Similarly eugenci/papermerge-worker:1.5.5 point to the same image as eugenci/papermerge-worker:latest. And 1.5.5 is latest stable indeed :)
Author
Owner

@w4tzmann commented on GitHub (Dec 29, 2020):

thanks, it's working!

<!-- gh-comment-id:752205010 --> @w4tzmann commented on GitHub (Dec 29, 2020): thanks, it's working!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#223
No description provided.