Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Dockerfile.deb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ubuntu_version=latest
ARG slurm_version=slurm-22-05-3-1
ARG slurm_version=slurm-22-05-5-1

FROM docker.io/library/ubuntu:${ubuntu_version} as builder

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG rocky_version=8.5
ARG slurm_version=slurm-22-05-3-1
ARG slurm_version=slurm-22-05-5-1

# ------------------------------------------------------------
FROM quay.io/rockylinux/rockylinux:${rocky_version} as builder
Expand Down
2 changes: 1 addition & 1 deletion versions.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is used to lock the version and allow auto update through CI.

slurm=slurm-22-05-3-1
slurm=slurm-22-05-5-1