mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
app-admin/toolbox: Use containerd
This pulls in https://github.com/flatcar/toolbox/pull/7 to download and mount the image with containerd instead of requiring Docker.
This commit is contained in:
parent
47bf270880
commit
b5f2777a6e
@ -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
|
||||
|
||||
|
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-10-27-toolbox.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-10-27-toolbox.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- Toolbox now uses containerd to download and mount the image ([toolbox#7](https://github.com/flatcar/toolbox/pull/7))
|
Loading…
Reference in New Issue
Block a user