Migrate entries from global Makefile to local
This commit is contained in:
committed by
=Michael Hohn
parent
bef8a6dc97
commit
2d92ad51c3
13
client/containers/ghmrva/Makefile
Normal file
13
client/containers/ghmrva/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
ghm: mk.client-ghmrva-container
|
||||
mk.client-ghmrva-container:
|
||||
docker build -t client-ghmrva-container:0.1.24 .
|
||||
touch $@
|
||||
|
||||
ghm-push: mk.ghm-push
|
||||
mk.ghm-push: mk.client-ghmrva-container
|
||||
docker tag client-ghmrva-container:0.1.24 ghcr.io/hohn/client-ghmrva-container:0.1.24
|
||||
docker push ghcr.io/hohn/client-ghmrva-container:0.1.24
|
||||
touch $@
|
||||
|
||||
ghm-run:
|
||||
docker run --rm -it ghcr.io/hohn/client-ghmrva-container:0.1.24 /bin/bash
|
||||
Reference in New Issue
Block a user