File tree Expand file tree Collapse file tree
compose/docker/cicd-alpine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "count" : 582 ,
2+ "count" : 579 ,
33 "uniques" : 59 ,
44 "clones" : [
55 {
66 "timestamp" : " 2023-02-03T00:00:00Z" ,
7- "count" : 16 ,
8- "uniques" : 8
7+ "count" : 10 ,
8+ "uniques" : 5
99 },
1010 {
1111 "timestamp" : " 2023-02-04T00:00:00Z" ,
7171 "timestamp" : " 2023-02-16T00:00:00Z" ,
7272 "count" : 36 ,
7373 "uniques" : 12
74+ },
75+ {
76+ "timestamp" : " 2023-02-17T00:00:00Z" ,
77+ "count" : 3 ,
78+ "uniques" : 2
7479 }
7580 ]
7681}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ echo ""
2525
2626TAG=" alpine-3.16-AnsibleTower"
2727echo " Build Image => $IMAGE :$TAG "
28- docker build --no-cache -f Dockerfile-Alpine-3.16-Ansible-Tower -t $IMAGE : $TAG .
28+ docker build --no-cache -f Dockerfile-Alpine-3.16-Ansible-Tower -t
2929echo " "
3030
3131TAG=" alpine-3.16-AWX"
@@ -36,12 +36,12 @@ echo ""
3636
3737TAG=" alpine-3.17-AnsibleTower"
3838echo " Build Image => $IMAGE :$TAG "
39- docker build --no-cache -f Dockerfile-Alpine-3.17-Ansible-Tower -t $IMAGE : $TAG .
39+ docker build --no-cache -f Dockerfile-Alpine-3.17-Ansible-Tower -t
4040echo " "
4141
4242TAG=" alpine-3.17-AWX"
4343echo " Build Image => $IMAGE :$TAG "
44- docker build --no-cache -f Dockerfile-Alpine-3.17-AWX -t $IMAGE : $TAG .
44+ docker build --no-cache -f Dockerfile-Alpine-3.17-AWX -t
4545echo " "
4646
4747TAG=" alpine-nginx-1.23"
You can’t perform that action at this time.
0 commit comments