Skip to content

Commit

Permalink
Update Docker to v28.0.1 (#3902)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sairon authored Feb 26, 2025
1 parent 40ef226 commit 15be152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -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}"

Expand Down

0 comments on commit 15be152

Please sign in to comment.