mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #276] Docker papermerge-worker latest is not the newest version #223
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
The app runs fine with the Version 1.5.5.
But the worker won't run:
Using the worker image with tag 1.5.5 works without problems:
After looking at the images, I saw, that the image with the tag latest hasn't been updated since 7 months.
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?
@ciur commented on GitHub (Dec 28, 2020):
@w4tzmann
There is no special reason. That "latest" image was actually the very first image I pushed while I was still learning/experimenting with docker.
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.
@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 :)
@w4tzmann commented on GitHub (Dec 29, 2020):
thanks, it's working!