mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #766] docker compose拉不到v2.0.0-beta.41 #402
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#402
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 @Ender-Wang on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/766
Originally assigned to: @Hintay on GitHub.
目前版本在v2.0.0-beta.39, Linux arm64.
跑的docker compose版本,UI看到提示有新版本,但是我docker compose down之后再pull,拉不到最新的41。是docker compose的注册表没更新嘛
也试了网页内点那个更新按钮,但是弹窗的进度条马上从0变红叉了
这是完整log(log后面有websocket报错):
@0xJacky commented on GitHub (Nov 27, 2024):
前面用 Nginx 反向代理了吗
@Ender-Wang commented on GitHub (Nov 27, 2024):
用了,但是我down之后再pull也还是拉不到最新的(down之后和nginx没关系了吧)
@0xJacky commented on GitHub (Nov 27, 2024):
@Ender-Wang commented on GitHub (Nov 27, 2024):
你这个dddd是指网络原因吗?但是我不在国内,我pull的时候就说是最新的了,我看了docker image页面确实更新了,但是就是docker compose pull不下来,websocket那个我看下,谢谢
@Hintay commented on GitHub (Nov 27, 2024):
不好意思之前忘记设定更新
latest标签了,下次 release 时会更新latest标签。在此之前您也可以先使用2.0.0-beta.41这个标签来拉取 beta.41 版本。@Ender-Wang commented on GitHub (Nov 27, 2024):
那没事了,排查了好久,我以为我本地出问题了😂
@oneisall8955 commented on GitHub (Dec 9, 2024):
为什么镜像版本命名,有的带v有的不带v?

@Hintay commented on GitHub (Dec 9, 2024):
beta.40 开始使用了官方 metadata-action 的 version 参数,不带 v 前缀。