|
|
@@ -1,5 +1,5 @@
|
|
|
NAME = osixia/openldap
|
|
|
-VERSION = 0.8.0
|
|
|
+VERSION = 0.9.0
|
|
|
|
|
|
.PHONY: all build test tag_latest release
|
|
|
|
|
|
@@ -9,7 +9,7 @@ build:
|
|
|
docker.io build -t $(NAME):$(VERSION) --rm .
|
|
|
|
|
|
test:
|
|
|
- env NAME=$(NAME) VERSION=$(VERSION) ./test.sh
|
|
|
+ env NAME=$(NAME) VERSION=$(VERSION) ./test.sh debug
|
|
|
|
|
|
tag_latest:
|
|
|
docker.io tag $(NAME):$(VERSION) $(NAME):latest
|