-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Release 1.16.9 miss update of docker tags #20354
Comments
Tag 1 is not being updated by 1.16.9 1.16 should have been updated. |
what's interesting is that 1.16-linux-amd64 and 1.16-linux-arm64-rootless did get updated. |
OK I've manually pushed 1.16 separately. |
Thanks @zeripath! Looks like only the amd64 architecture image was tagged with 1.16 btw, not the arm64. |
Is there a reason that tag "1" is not being updated to 1.16.9? It has previously pointed to the latest patch and currently points to 1.16.8. Is there an alternative tag that can be pulled to get the latest stable release instead? |
I had been told that 1 was pointing to 1.17-rc1 but it appears that that is not the case... |
I've pushed 1.16.9 as 1.16 and 1 I hope that this is everything correct now. |
ugh it looks like the arm64 ones also need to be pushed... ffs. |
You should not push to 1. |
It was fine. 1 was pointing at 1.16.8 not 1.17-rc1. |
The issue is that I cannot push an arm64 tag as those need manifests. We could just release 1.16.10 once I have restored auto_tagging. |
Last night, the 1.16 tag was updated with only an amd64 image, but today it only contains an arm64/v8 image. |
@daschu117 Yeah, sadly working with docker manifests is troublesome. I'm attempting to get both archs copied over using the skopeo cli tool. Will update here once I have something to report. |
closing this as sync is done. for future reference the skopeo command I used was something like |
Description
Docker tags
gitea/gitea:1
andgitea/gitea:1.16
(+*-rootless
) still point to the1.16.8
release. They don't have been updated to point to the1.16.9
image.Intermediate tags, arch specific (
1.16-linux-amd64
, ...) are presents, so it seems it's the docker manifest step for:1.16
that's missing. Regarding:1
tag, I don't see any arch specific tag neither.Gitea Version
1.16.9
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Through Docker
Database
No response
The text was updated successfully, but these errors were encountered: