devome / dockerfiles

一些Dockerfile
https://evine.win
GNU General Public License v3.0
197 stars 22 forks source link

请教大佬,群晖下明明pull了latest标签,安装好却是4.3.9版本? #40

Open leverule opened 2 years ago

leverule commented 2 years ago
root@Backup_Server:~# docker pull nevinee/qbittorrent:latest
latest: Pulling from nevinee/qbittorrent
Digest: sha256:7f86954a20cec3ac358dd4109e48ca3fb94bad736cde352d851ed1e1e404dac2
Status: Image is up to date for nevinee/qbittorrent:latest
docker.io/nevinee/qbittorrent:latest
root@Backup_Server:~# docker run -dit \
>   -v /volume1/docker/qbittorrent/qb-evine:/data \
>   -v /volumeSATA1/satashare1-1:/volumeSATA1/satashare1-1 \
>   -v /volume3/Database/Downloads:/volume3/Database/Downloads \
>   -e PUID=1024 \
>   -e PGID=100 \
>   -e WEBUI_PORT=8888 \
>   -e BT_PORT=53636 \
>   -e TRACKER_ERROR_COUNT_MIN=50 \
>   -e TZ=Asia/Shanghai \
>   -e ENABLE_AUTO_CATEGORY=false \
>   -e MONITOR_IP="192.168.0.2" \
>   --restart always \
>   --name qbittorrent \
>   --hostname qbittorrent \
>   --net host \
>   nevinee/qbittorrent:latest
de1a6dc39a2b79a3bdb58ed191cad09adfd9fd4d03a5dff4e39096cf66804598

image

按理应该是最新的4.4.3.1版,对吧?群晖DSM6.2.2 image

原来4.3.8镜像,更新镜像后重置容器,显示4.3.9。删掉重新拉,也还是4.3.9 是因为群晖版本太低吗

devome commented 2 years ago

你需要把旧的镜像也删除后再重新拉取。

如果这种方式仍然不行,可以八watchtower来自动更新。

最后没有办法的办法:指定标签不用latest。

leverule commented 2 years ago

你需要把旧的镜像也删除后再重新拉取。

如果这种方式仍然不行,可以八watchtower来自动更新。

最后没有办法的办法:指定标签不用latest。

删旧镜像也不行,watchtower也没反应,不太行 最后还是指定标签了,成功~ 好奇怪,辣鸡群晖