Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions containers/spindle-flux-ubuntu/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ x-shared-workers:
&workers
replicas: 4

# Ubuntu version to use (noble = 24.04)
# Base flux image version to use
# ${ubuntu_version}-${flux_version}-${arch}
x-shared-build-args: &shared-build-args
flux_sched_version: noble
flux_sched_version: noble-v0.48.0-amd64
<<: *workers

# Docker prohibits copying files from outside of the build context.
Expand Down