From 40759da09e1b417dd7c8a4ff71cc6da5deba961a Mon Sep 17 00:00:00 2001 From: subnix Date: Fri, 20 Jun 2025 08:42:06 +0000 Subject: [PATCH] feat: support for podman in toolbox --- changelog/changes/2025-06-20-toolbox-podman.md | 1 + .../coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/changes/2025-06-20-toolbox-podman.md diff --git a/changelog/changes/2025-06-20-toolbox-podman.md b/changelog/changes/2025-06-20-toolbox-podman.md new file mode 100644 index 0000000000..c7fc82be3e --- /dev/null +++ b/changelog/changes/2025-06-20-toolbox-podman.md @@ -0,0 +1 @@ +- Added support for podman in `toolbox` ([toolbox#11](https://github.com/flatcar/toolbox/pull/11)) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild index e6253cf3f0..eaf5f13b07 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/toolbox.git" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - EGIT_COMMIT="fce9ba2bbd55e1835af72952bfbb7aed6be75606" # main + EGIT_COMMIT="2fae95b467d6961a396b88d6aa20a9d6bee943c6" # main KEYWORDS="amd64 arm64" fi