OCI container images to support Slinky, by SchedMD.
OCI artifacts are pushed to public registries:
export BAKE_IMPORTS="--file ./docker-bake.hcl --file ./$VERSION/$FLAVOR/slurm.hcl"
cd ./schedmd/slurm/
docker bake $BAKE_IMPORTS --print
docker bake $BAKE_IMPORTS
For example, the following will build Slurm 25.05 on Rocky Linux 9.
export BAKE_IMPORTS="--file ./docker-bake.hcl --file ./25.05/rockylinux9/slurm.hcl"
cd ./schedmd/slurm/
docker bake $BAKE_IMPORTS --print
docker bake $BAKE_IMPORTS
For additional instructions, see the build guide.
Feature requests, code contributions, and bug reports are welcome!
Github/Gitlab submitted issues and PRs/MRs are handled on a best effort basis.
The SchedMD official issue tracker is at https://support.schedmd.com/.
To schedule a demo or simply to reach out, please contact SchedMD.
Copyright (C) SchedMD LLC.
Licensed under the Apache License, Version 2.0 you may not use project except in compliance with the license.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.