star7th / showdoc

ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具
https://www.showdoc.com.cn
Other
12.23k stars 2.19k forks source link

docker hub 版本问题 #1837

Closed seqwait closed 1 year ago

seqwait commented 1 year ago

目前用了latest 版本如下:

  "Id": "sha256:40386ce344e9c6bc473e0777d301b6a86e1fbf0d792ad21ab741ae198704b035",
        "RepoTags": [
            "star7th/showdoc:latest",
            "star7th/showdoc:v2.10.8"
        ],
        "RepoDigests": [
            "star7th/showdoc@sha256:5ab4cec5e2e0c75d02e62c924a0457fc2751c1ce8f056f30f2920f88d431de39"
        ]

但是进入docker 后还是[v2.9.15] 这个正常吗 ?

webserver-88:~$ docker exec -it showdoc cat /app/composer.json
{
    "name": "showdoc/showdoc",
    "type": "project",
    "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
    "keywords": ["showdoc","documents","Api"],
    "homepage": "https://github.com/star7th/showdoc",
    "version":"v2.9.15",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "star7th",
            "email": "xing7th@gmail.com",
            "homepage": "http://blog.star7th.com/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "qcloud/cos-sdk-v5": "1.*",
        "league/oauth2-client": "^2.6",
        "jasig/phpcas": "^1.3"
    },
    "config": {
        "vendor-dir": "./server/vendor"
    }
}
star7th commented 1 year ago

进入showdoc管理后台,查看关于 页面的版本,那个是最新的,就是最新的

seqwait commented 1 year ago

进入showdoc管理后台,查看关于 页面的版本,那个是最新的,就是最新的

找了好久没有发现 "关于"的页面, 而且管理后台有更新的提示

star7th commented 1 year ago

感觉是你用了什么加速地址,然后它拉取的不是最新的docker镜像

star7th commented 1 year ago

https://hub.docker.com/r/star7th/showdoc/tags 看docker hub最新版,是两天前构建的