keepalived 2.0.19

This commit is contained in:
Bertrand Gouny
2019-11-15 12:00:50 +01:00
parent 21d80e3b12
commit b642c9c23e
5 changed files with 142 additions and 31 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
NAME = osixia/keepalived
VERSION = 2.0.17
VERSION = 2.0.19
.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version
@@ -12,6 +12,9 @@ build-nocache:
test:
env NAME=$(NAME) VERSION=$(VERSION) bats test/test.bats
tag:
docker tag $(NAME):$(VERSION) $(NAME):$(VERSION)
tag-latest:
docker tag $(NAME):$(VERSION) $(NAME):latest