Skip to content

Commit

Permalink
app-admin/toolbox: Use containerd
Browse files Browse the repository at this point in the history
This pulls in
flatcar/toolbox#7
to download and mount the image with containerd instead of requiring
Docker.
  • Loading branch information
pothos committed Oct 27, 2022
1 parent 47bf270 commit b5f2777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="a851cb8961f092012e4d64ba1e71b27b36b7ec9d" # flatcar-master
CROS_WORKON_COMMIT="9695c9b42036ac958fae10a6268f95ae5c3fcc2b" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Toolbox now uses containerd to download and mount the image ([toolbox#7](https://github.com/flatcar/toolbox/pull/7))

0 comments on commit b5f2777

Please sign in to comment.