mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 09:07:25 +01:00
Add base Makefile
This commit is contained in:
parent
235956f92c
commit
0a3a6e4752
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)
|
Loading…
Reference in New Issue
Block a user