mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-09-06 17:33:00 +02:00
Add base Makefile
This commit is contained in:
9
slurm/base/Makefile
Normal file
9
slurm/base/Makefile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
IMAGE = scidas/slurm.base
|
||||||
|
|
||||||
|
.PHONY: build clean
|
||||||
|
|
||||||
|
build:
|
||||||
|
docker build -t $(IMAGE):$(SLURM_VERSION) .
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@[ -z $(docker images -q $(IMAGE):$(SLURM_VERSION)) ] || docker rmi $(IMAGE):$(SLURM_VERSION)
|
Reference in New Issue
Block a user