Skip to content

deps: bump ComposeKit to 0.0.2 (fractional cpus fix)#7

Merged
flaticols merged 1 commit into
mainfrom
composekit-0.0.2
Jun 20, 2026
Merged

deps: bump ComposeKit to 0.0.2 (fractional cpus fix)#7
flaticols merged 1 commit into
mainfrom
composekit-0.0.2

Conversation

@flaticols

Copy link
Copy Markdown
Owner

ComposeKit 0.0.2 fixes the fractional cpus translation (flaticols/ComposeKit#8): it ceils a fractional Compose cpus to an integer before container run --cpus (which only accepts integers).

Verified with --dry-run:

  • cpus: "0.5"--cpus 1
  • cpus: 1.5--cpus 2

Builds clean. Closes #6.

After this merges, the full-stack example (PR #5) can go back to a fractional cpus to showcase the support — happy to flip it.

ComposeKit 0.0.2 ceils a fractional Compose 'cpus' to an integer before
passing it to 'container run --cpus' (0.5 -> 1, 1.5 -> 2), fixing the
'invalid value for --cpus' failure. Verified via --dry-run.

Closes #6. Refs flaticols/ComposeKit#8.
@flaticols flaticols merged commit f3bc096 into main Jun 20, 2026
1 check passed
@flaticols flaticols deleted the composekit-0.0.2 branch June 20, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fractional cpus in Compose files fails on container (upstream ComposeKit#8)

1 participant