File tree 4 files changed +15
-17
lines changed
4 files changed +15
-17
lines changed Original file line number Diff line number Diff line change
1
+ * .iso
2
+ kube- * -kernel
3
+ kube- * -cmdline
4
+ kube- * -initrd.img
5
+ kube-weave.yaml
Original file line number Diff line number Diff line change @@ -11,27 +11,15 @@ endif
11
11
12
12
KUBE_FORMAT_ARGS := $(patsubst % ,-format % ,$(KUBE_FORMATS ) )
13
13
14
- all : build-container-images build-vm-images
14
+ all : kube-master.iso kube-node.iso
15
15
16
- build-container-images :
17
- linuxkit pkg build kubelet
18
-
19
- build-cache-images :
20
- $(MAKE ) -C image-cache build
21
-
22
- push-container-images :
23
- linuxkit pkg push kubelet
24
- $(MAKE ) -C image-cache push
25
-
26
- build-vm-images : kube-master.iso kube-node.iso
27
-
28
- kube-master.iso : kube.yml $(KUBE_RUNTIME ) .yml $(KUBE_RUNTIME ) -master.yml $(KUBE_NETWORK ) .yml
16
+ kube-master.iso : yml/kube.yml yml/$(KUBE_RUNTIME ) .yml yml/$(KUBE_RUNTIME ) -master.yml yml/$(KUBE_NETWORK ) .yml
29
17
moby build -name kube-master $(KUBE_FORMAT_ARGS ) $^
30
18
31
- kube-node.iso : kube.yml $(KUBE_RUNTIME ) .yml $(KUBE_NETWORK ) .yml
19
+ kube-node.iso : yml/ kube.yml yml/ $(KUBE_RUNTIME ) .yml yml/ $(KUBE_NETWORK ) .yml
32
20
moby build -name kube-node $(KUBE_FORMAT_ARGS ) $^
33
21
34
- weave.yml : kube-weave.yaml
22
+ yml/ weave.yml : kube-weave.yaml
35
23
36
24
kube-weave.yaml :
37
25
curl -L -o $@ https://cloud.weave.works/k8s/v1.8/net? v=$(KUBE_NETWORK_WEAVE )
40
28
rm -f -r \
41
29
kube-* -kernel kube-* -cmdline kube-* -state kube-* -initrd.img * .iso \
42
30
kube-weave.yaml
43
- $(MAKE ) -C image-cache clean
Original file line number Diff line number Diff line change
1
+ * .tar
2
+ Dockerfile
3
+
Original file line number Diff line number Diff line change
1
+ * .tar
2
+ Dockerfile
3
+
You can’t perform that action at this time.
0 commit comments