-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected non-stable version for docker image woodpeckerci/woodpecker-server #4597
Comments
Indeed. If "latest" is used it should never move backwards to an older release series.
I had to pin it to 3.0.0-rc2 now because I didn't want to restore to some older backup where the database is still old 2.8.x scheme. |
What about using a stable tag? That refers to the last stable version? |
Personally I am against a rolling tag which crosses major versions automatically. I'd prefer having rolling tags for the respective major versions (and maybe minor). However, However, we can also create the tags manually in a previous step, I'll propose a PR for this soon. |
[+] Pulling 2/2
✘ woodpecker-server Error context canceled 0.4s
✘ woodpecker-agent Error manifest for woodpeckerci/woodpecker-agent:v3 not found: manifest un... 0.4s
Error response from daemon: manifest for woodpeckerci/woodpecker-agent:v3 not found: manifest unknown: manifest unknown
[+] Pulling 2/2
✘ woodpecker-server Error manifest for woodpeckerci/woodpecker-server:v2 not found: manifest ... 0.4s
✘ woodpecker-agent Error context canceled 0.4s
Error response from daemon: manifest for woodpeckerci/woodpecker-server:v2 not found: manifest unknown: manifest unknown The docs still say to use Does anyone know what tags are needed to fix a gRPC version mismatch error? |
Use a full semver tag (e.g. |
Component
server
Describe the bug
I used auto update with the docker image "woodpeckerci/woodpecker-server:latest". A few days ago I got the Woodpecker 3.0.0.rc Version. I would have expected that under this tag there will be only stable versions. There is a tag next where I would expect the development version.
Steps to reproduce
Expected behavior
I would not expect to get a RC version under the latest tag. The RC version might belong under the next tag.
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: