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:
Jan Čermák 2025-02-26 17:22:39 +01:00 committed by GitHub
parent 40ef226872
commit 15be152345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 257ddc70ceb7af96f8702fe724a67ec68f7d3e5a
Subproject commit b4df362187da7ec900227b74a9e1d9b96d96931c

View File

@ -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}"