mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-21 03:56:28 +00:00
Use Docker 24 during build time (#2811)
use the same Docker version we deploy on Home Assistant OS during build.
This commit is contained in:
parent
6206f6a428
commit
f407c3de66
@ -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:23.0-dind --storage-driver overlay2)
|
||||
-d docker:24.0-dind --storage-driver overlay2)
|
||||
|
||||
docker exec "${container}" sh /build/dind-import-containers.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user