11 lines
162 B
Text
11 lines
162 B
Text
|
|
IMAGE_NAME="openshift/origin-keepalived-ipfailover"
|
|
|
|
|
|
all: image
|
|
|
|
test: image
|
|
(cd tests && ./verify_failover_image.sh)
|
|
|
|
image:
|
|
docker build -t $(IMAGE_NAME) .
|