File tree Expand file tree Collapse file tree 4 files changed +21
-19
lines changed Expand file tree Collapse file tree 4 files changed +21
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ inspect: ## inspect container properties - pretty: 'make inspect | jq .' requir
39
39
40
40
.PHONY : test
41
41
test : # # test container with builtin tests
42
- docker run -it - -rm $(CONTAINERNAME ) test
43
- docker run -it - -rm $(CONTAINERNAME ) test_irule
42
+ docker run --rm $(CONTAINERNAME ) test
43
+ docker run --rm $(CONTAINERNAME ) test_irule
44
44
45
45
.PHONY : logs
46
46
logs : # # show docker logs for container (ONLY possible while container is running)
Original file line number Diff line number Diff line change 1
1
# docker-testcl
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/joxz /docker-testcl.svg?branch =master )] ( https://travis-ci.org/joxz /docker-testcl )
3
+ [ ![ Build Status] ( https://dev.azure.com/john-doe1 /docker-testcl/_apis/build/status/joxz.docker-testcl?branchName =master )] ( https://dev.azure.com/john-doe1 /docker-testcl/_build/latest?definitionId=5&branchName=master )
4
4
[ ![ docker Hub Pulls] ( https://img.shields.io/docker/pulls/jones2748/docker-testcl.svg?style=popout )] ( https://img.shields.io/docker/pulls/jones2748/docker-testcl.svg?style=popout )
5
5
6
6
Docker container for testing iRules with [ TesTcl] ( https://testcl.com/ )
Original file line number Diff line number Diff line change
1
+ name : $(Build.DefinitionName)_$(Date:yyyyMMdd))
2
+ pr :
3
+ - master
4
+
5
+ pool :
6
+ vmImage : ' ubuntu-16.04'
7
+
8
+ steps :
9
+ - script : make build-no-cache
10
+ displayName : build container
11
+ - script : docker images
12
+ displayName : show images
13
+ - script : make test
14
+ displayName : make test
15
+ - script : make inspect
16
+ displayName : docker inspect container
17
+ - script : make history
18
+ displayName : docker history
You can’t perform that action at this time.
0 commit comments