Added docker and makefile
This commit is contained in:
parent
2e1c38ec38
commit
3427fc2b26
2 changed files with 21 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: latest version
|
||||
|
||||
latest:
|
||||
podman build -t liliesh/franky:latest .
|
||||
podman push localhost/liliesh/franky:latest registry.satecloud.com/liliesh/franky:latest
|
||||
|
||||
version:
|
||||
podman build -t liliesh/franky:9.3 .
|
||||
podman push localhost/liliesh/franky:9.3 registry.satecloud.com/liliesh/franky:9.3
|
Loading…
Add table
Add a link
Reference in a new issue