From c4cff978557c7615d72f8fa422c32f01b6ba8e74 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Tue, 17 Oct 2023 16:18:31 +0200 Subject: [PATCH] mantle-container: bump image ref to support torcx removal This change bumps the image ref of the mantle container to ghcr.io/flatcar/mantle:git-20a2f8ffee8c8a1a042b1da99f0f59312110f285. This version includes 2 PRs (https://github.com/flatcar/mantle/pull/465 and https://github.com/flatcar/mantle/pull/466) which add support for sysext docker / torcx removal in the OS image. Signed-off-by: Thilo Fromm --- changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md | 1 + sdk_container/.repo/manifests/mantle-container | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md diff --git a/changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md b/changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md new file mode 100644 index 00000000000..41f093195a9 --- /dev/null +++ b/changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md @@ -0,0 +1 @@ +- SDK: bump Mantle / Kola container image version to include torcx removal / sysext tests ([Mantle#466](https://github.com/flatcar/mantle/pull/466), [Mantle#465](https://github.com/flatcar/mantle/pull/465)) diff --git a/sdk_container/.repo/manifests/mantle-container b/sdk_container/.repo/manifests/mantle-container index f7f0a175472..6ca6272435c 100644 --- a/sdk_container/.repo/manifests/mantle-container +++ b/sdk_container/.repo/manifests/mantle-container @@ -1 +1 @@ -ghcr.io/flatcar/mantle:pr-465 +ghcr.io/flatcar/mantle:git-20a2f8ffee8c8a1a042b1da99f0f59312110f285