mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update Docker to v28.0.1 (#3902)
Update Docker to latest version and containerd to latest version from the 1.7 line. Runc updated to v1.2.5 with rebased patchset from the outstanding PR. * buildroot 257ddc70ce...b4df362187 (4): > package/runc: bump version to v1.2.5 > package/docker-cli: bump version to v28.0.1 > package/docker-engine: bump version to v28.0.1 > package/containerd: bump version to v1.7.25
This commit is contained in:
parent
40ef226872
commit
15be152345
@ -1 +1 @@
|
||||
Subproject commit 257ddc70ceb7af96f8702fe724a67ec68f7d3e5a
|
||||
Subproject commit b4df362187da7ec900227b74a9e1d9b96d96931c
|
@ -23,7 +23,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:27.2-dind --storage-driver overlay2)
|
||||
-d docker:28.0-dind --storage-driver overlay2)
|
||||
|
||||
docker exec "${container}" sh /build/dind-import-containers.sh "${channel}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user