File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ caddy-down:
187
187
188
188
.PHONY : caddy
189
189
caddy : caddy-down
190
- docker run -v $(shell pwd) :/srv -p 2015 :2015 --name caddy -d abiosoft/caddy
190
+ docker run -v $(shell pwd) :/srv -p 20015 :2015 --name caddy -d abiosoft/caddy
191
191
192
192
.PHONY : build-hammer-image
193
193
build-hammer-image :
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ services:
19
19
- K8S_AUTH_KUBECONFIG=/mini-lab/.kubeconfig
20
20
network_mode : host
21
21
working_dir : /mini-lab
22
+ dns :
23
+ - 192.168.121.1
24
+ - 1.1.1.1
25
+ - 1.0.0.1
22
26
entrypoint :
23
27
- /bin/bash
24
28
- -ce
@@ -50,6 +54,10 @@ services:
50
54
- ANSIBLE_VAGRANT_CACHE_MAX_AGE=0
51
55
network_mode : host
52
56
working_dir : /mini-lab
57
+ dns :
58
+ - 192.168.121.1
59
+ - 1.1.1.1
60
+ - 1.0.0.1
53
61
entrypoint :
54
62
- /bin/bash
55
63
- -ce
@@ -71,4 +79,8 @@ services:
71
79
volumes :
72
80
- ${HOME}/.ssh:/root/.ssh:ro
73
81
network_mode : host
82
+ dns :
83
+ - 192.168.121.1
84
+ - 1.1.1.1
85
+ - 1.0.0.1
74
86
command : --version
Original file line number Diff line number Diff line change 3
3
metal_api_image_tag : dev
4
4
metal_core_image_name : 192.168.121.1:5000/metalstack/metal-core
5
5
metal_core_image_tag : dev
6
- metal_hammer_image_url : http://192.168.121.1:2015 /metal-hammer-initrd.img.lz4
6
+ metal_hammer_image_url : http://192.168.121.1:20015 /metal-hammer-initrd.img.lz4
You can’t perform that action at this time.
0 commit comments