Skip to content

Commit 5b76298

Browse files
committed
bump: slurm version in docker images to 23.02.6
1 parent 2ee2696 commit 5b76298

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
slurm:
5-
image: giovtorres/docker-centos7-slurm:21.08.6
5+
image: giovtorres/docker-centos7-slurm:23.02.6
66
hostname: slurmctl
77
container_name: slurmctl
88
stdin_open: true

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
slurm:
5-
image: giovtorres/docker-centos7-slurm:21.08.0
5+
image: giovtorres/docker-centos7-slurm:23.02.6
66
hostname: slurmctl
77
container_name: slurmctl
88
stdin_open: true

pyslurm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPEC file taken from https://centos.pkgs.org/7/puias-computational-x86_64/python-pyslurm-17.02-1.gitab899c6.sdl7.x86_64.rpm.html
22
Name: pyslurm
3-
Version: 22.05.1
3+
Version: 23.2.2
44
%global rel 1
55
Release: %{rel}%{gittag}%{?dist}.ug
66
Summary: PySlurm: Slurm Interface for Python

0 commit comments

Comments
 (0)