关于docker镜像下载源
In order to get last stable version, I had to replace
by
With the first command, I was stuck with the initially enabled version
https://github.com/home-assistant/core/pkgs/container/home-assistant
https://github.com/home-assistant/core/pkgs/container/raspberrypi3-homeassistant
https://github.com/home-assistant/core/pkgs/container/raspberrypi3-64-homeassistant
https://github.com/home-assistant/core/pkgs/container/raspberrypi4-homeassistant
一定要注意,需要从github上提供的链接docker pull,不能从docker hub上找最新的,因为docker hub上的不是最新的版本,会造成后续安装插件时的各种问题
现在Docker版HA Supervisor官方更新在ghcr.io上,不在hub.docker上
ghcr.io是github的docker镜像地址
hass的最新镜像存储在http://ghcr.io即github的镜像仓库中
Releases · home-assistant/docker · GitHub
https://github.com/home-assistant/docker/releases
真实案例
使用docker的方式安装的HA supervisor,现在HA官方已经把HAOS和supervisor更新到2023.08.1了,但是docker版一直未更新,supervisor最新版依然是老版本2023.06,官方2个多月未更新docker版supervisor了
https://bbs.hassbian.com/thread-22537-1-1.html
将ghcr.io替换为ghcr.nju.edu.cn
由于hass的最新镜像存储在http://ghcr.io也即github的镜像仓库中,因此上述方法并不适用。一个最直接的想法就是寻找一个github镜像仓库的国内地址,这里提供一个直接的地址——http://ghcr.nju.edu.cn,因此国内下载hass最新镜像的命令
https://zhuanlan.zhihu.com/p/602161992
https://github.com/home-assistant/core/pkgs/container/home-assistant/137175298?tag=2023.10.3
https://github.com/home-assistant/core/pkgs/container/home-assistant
View all tagged versions
https://github.com/home-assistant/core/pkgs/container/home-assistant/versions?filters%5Bversion_type%5D=tagged
关于镜像下载版本
关于镜像地址
Official source:docker pull ghcr.io/home-assistant/home-assistant:stable
dokcer source:docker /home-assistant/home-assistant:stable
镜像 source:docker pull ghcr.nju.edu.cn/home-assistant/home-assistant:2023.10.3
一定要注意,需要从github上提供的链接docker pull,不能从docker hub上找最新的,因为docker hub上的不是最新的版本,会造成后续安装插件时的各种问题
github上的镜像拉取命令如下
docker pull ghcr.io/home-assistant/home-assistant:stable
https://zhuanlan.zhihu.com/p/602161992
In order to get last stable version, I had to replace
sudo docker pull ghcr.io/home-assistant/home-assistant
by
sudo docker pull ghcr.io/home-assistant/home-assistant:stable
With the first command, I was stuck with the initially enabled version
https://github.com/home-assistant/core/pkgs/container/home-assistant
https://github.com/home-assistant/core/pkgs/container/raspberrypi3-homeassistant
https://github.com/home-assistant/core/pkgs/container/raspberrypi3-64-homeassistant
https://github.com/home-assistant/core/pkgs/container/raspberrypi4-homeassistant
一定要注意,需要从github上提供的链接docker pull,不能从docker hub上找最新的,因为docker hub上的不是最新的版本,会造成后续安装插件时的各种问题
现在Docker版HA Supervisor官方更新在ghcr.io上,不在hub.docker上
docker pull ghcr.io/home-assistant/home-assistant:stable
ghcr.io是github的docker镜像地址
hass的最新镜像存储在http://ghcr.io即github的镜像仓库中
Releases · home-assistant/docker · GitHub
https://github.com/home-assistant/docker/releases
真实案例
dockerhub那个太坑了,明明写的五天前刚更新,结果安装是2021版的
使用docker的方式安装的HA supervisor,现在HA官方已经把HAOS和supervisor更新到2023.08.1了,但是docker版一直未更新,supervisor最新版依然是老版本2023.06,官方2个多月未更新docker版supervisor了
https://bbs.hassbian.com/thread-22537-1-1.html
将ghcr.io替换为ghcr.nju.edu.cn
由于hass的最新镜像存储在http://ghcr.io也即github的镜像仓库中,因此上述方法并不适用。一个最直接的想法就是寻找一个github镜像仓库的国内地址,这里提供一个直接的地址——http://ghcr.nju.edu.cn,因此国内下载hass最新镜像的命令
docker pull ghcr.nju.edu.cn/home-assistant/home-assistant:2023.10.3
https://zhuanlan.zhihu.com/p/602161992
docker pull ghcr.io/home-assistant/home-assistant:2023.10.3
https://github.com/home-assistant/core/pkgs/container/home-assistant/137175298?tag=2023.10.3
docker pull ghcr.io/home-assistant/home-assistant:sha256-394516738df95fa8c4a4d512f0f7d506d93ddcc1814fa68a0cb342dd749fc1a0.sig
https://github.com/home-assistant/core/pkgs/container/home-assistant
View all tagged versions
https://github.com/home-assistant/core/pkgs/container/home-assistant/versions?filters%5Bversion_type%5D=tagged
关于镜像下载版本
关于镜像地址
Official source:docker pull ghcr.io/home-assistant/home-assistant:stable
dokcer source:docker /home-assistant/home-assistant:stable
镜像 source:docker pull ghcr.nju.edu.cn/home-assistant/home-assistant:2023.10.3
一定要注意,需要从github上提供的链接docker pull,不能从docker hub上找最新的,因为docker hub上的不是最新的版本,会造成后续安装插件时的各种问题
github上的镜像拉取命令如下
docker pull ghcr.io/home-assistant/home-assistant:stable
https://zhuanlan.zhihu.com/p/602161992
0