Skip to content

Commit 6c8e126

Browse files
authored
Merge pull request #3035 from subnix/feature/toolbox-podman-support
Upgrade toolbox
2 parents d4a45d2 + 40759da commit 6c8e126

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added support for podman in `toolbox` ([toolbox#11](https://github.com/flatcar/toolbox/pull/11))

sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/toolbox.git"
77
if [[ "${PV}" == 9999 ]]; then
88
KEYWORDS="~amd64 ~arm64"
99
else
10-
EGIT_COMMIT="fce9ba2bbd55e1835af72952bfbb7aed6be75606" # main
10+
EGIT_COMMIT="2fae95b467d6961a396b88d6aa20a9d6bee943c6" # main
1111
KEYWORDS="amd64 arm64"
1212
fi
1313

0 commit comments

Comments
 (0)