Skip to content

Commit

Permalink
package/hassio: update DinD container to v27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon committed Sep 2, 2024
1 parent 98c162a commit 23eeadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/package/hassio/create-data-partition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:26.0-dind --storage-driver overlay2)
-d docker:27.2-dind --storage-driver overlay2)

docker exec "${container}" sh /build/dind-import-containers.sh

Expand Down

0 comments on commit 23eeadb

Please sign in to comment.