File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11NAME = osixia/openldap
2- VERSION = 0.8 .0
2+ VERSION = 0.9 .0
33
44.PHONY : all build test tag_latest release
55
99 docker.io build -t $(NAME ) :$(VERSION ) --rm .
1010
1111test :
12- env NAME=$(NAME ) VERSION=$(VERSION ) ./test.sh
12+ env NAME=$(NAME ) VERSION=$(VERSION ) ./test.sh debug
1313
1414tag_latest :
1515 docker.io tag $(NAME ) :$(VERSION ) $(NAME ) :latest
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3+
4+ rm -rf $testDir
35./test/tools/delete-container.sh
46./test/tools/delete-image.sh > /dev/null 2>&1
57
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3+ mkdir -p $testDir
4+
35dir=$( dirname $0 )
46$dir /delete-container.sh
57$dir /delete-image.sh
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- echo " docker.io run --name $testContainer $runOptions -d $testImage "
4- ID=` docker.io run --name $testContainer $runOptions -d $testImage `
3+ echo " docker.io run --name $testContainer $runOptions -d $testImage $runCommand "
4+ ID=` docker.io run --name $testContainer $runOptions -d $testImage $runCommand `
55sleep 10
66
77echo " --> Obtaining IP"
You can’t perform that action at this time.
0 commit comments