mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Use Docker 25 for installing containers in hassio package (#3286)
Bump DinD version used for creating data partition after Docker bump in #3271. (cherry picked from commit 90b618b096384fa675dcd60fd9de54f2dfc3410e)
This commit is contained in:
parent
0c9deaeebf
commit
7a69678505
@ -22,7 +22,7 @@ container=$(docker run --privileged -e DOCKER_TLS_CERTDIR="" \
|
||||
-v "${build_dir}/data/":/data \
|
||||
-v "${build_dir}/data/docker/":/var/lib/docker \
|
||||
-v "${build_dir}":/build \
|
||||
-d docker:24.0-dind --storage-driver overlay2)
|
||||
-d docker:25.0-dind --storage-driver overlay2)
|
||||
|
||||
docker exec "${container}" sh /build/dind-import-containers.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user