Skip to content

Commit 181f61c

Browse files
author
Harish Kumar
committed
Fixed failing build
* docker-ce 5:29.1.3-1~ubuntu.24.04~noble has broken dependency to newer containerd.io which is NOT there in the repo till yet. That fail the build so hardcoded the version for now to get the build working * Removed containerd.io from packages list from docker profile as docker-ce anyway install appropriate version of containerd as dependency
1 parent c84778a commit 181f61c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mkosi.images/docker/mkosi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dependencies=base
66

77
[Content]
88
BaseTrees=%O/base_%v
9-
Packages=docker-ce
9+
Packages=docker-ce=5:29.1.2-1~ubuntu.24.04~noble
1010
PostInstallationScripts=%D/resources/augment-os-release
1111

1212
[Output]

mkosi.profiles/docker.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[Content]
22
Packages=docker-ce
3-
containerd.io
43
adduser
54

65
[Build]

0 commit comments

Comments
 (0)