Modified makefile rules

This commit is contained in:
Bole Ma
2024-02-14 04:45:40 +08:00
parent a2374e2b6f
commit 5dcd3ca647
4 changed files with 59 additions and 43 deletions

View File

@@ -14,11 +14,11 @@ services:
- var_lib_mysql:/var/lib/mysql
slurmdbd:
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
build:
context: .
args:
SLURM_TAG: ${SLURM_TAG:-slurm-21-08-6-1}
SLURM_TAG: ${SLURM_TAG:-slurm-22-05-2-1}
command: ["slurmdbd"]
container_name: slurmdbd
hostname: slurmdbd
@@ -32,7 +32,7 @@ services:
- mysql
slurmctld:
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
command: ["slurmctld"]
container_name: slurmctld
hostname: slurmctld
@@ -47,7 +47,7 @@ services:
- "slurmdbd"
c1:
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
command: ["slurmd"]
hostname: c1
container_name: c1
@@ -62,7 +62,7 @@ services:
- "slurmctld"
c2:
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
command: ["slurmd"]
hostname: c2
container_name: c2