mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-23 13:06:29 +00:00
Update Buildroot to 2024.02.3 (#3406)
* Bump buildroot to 2024.02.3 * buildroot 691077e577...770f939463 (1): > Merge tag '2024.02.3' into 2024.02.x-haos * package/hassio: update dind to version 26.0 used in current buildroot
This commit is contained in:
parent
ae588b762a
commit
542f69efa4
@ -1 +1 @@
|
||||
Subproject commit 691077e577359aaa257597bebe0e3cec0954038a
|
||||
Subproject commit 770f939463d103890b629396b24ebf0b4fdada7a
|
@ -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:25.0-dind --storage-driver overlay2)
|
||||
-d docker:26.0-dind --storage-driver overlay2)
|
||||
|
||||
docker exec "${container}" sh /build/dind-import-containers.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user