File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,35 @@ $ ls ../_output/bin/
48
48
deepcopy-gen kar-controllers
49
49
$
50
50
```
51
+
52
+ ### Build the Multi-Cluster-App-Dispatcher
53
+
54
+ Run the image build scfript ` image.sh ` :
55
+
56
+ ```
57
+ $ ./image.sh
58
+ ...
59
+ + make images
60
+ Changed to executable directory
61
+ Build the docker image
62
+ cd ./_output/bin
63
+ docker build --no-cache --tag mcad-controller:v1.14 ...
64
+ Sending build context to Docker daemon 122.7MB
65
+ Step 1/7 : From ubuntu:18.04
66
+ ---> ea4c82dcd15a
67
+ Step 2/7 : ADD mcad-controller /usr/local/bin
68
+ ---> 674cefbce55a
69
+ ...
70
+ ---> 911c7c82b5ee
71
+ Step 7/7 : WORKDIR /usr/local/bin
72
+ ---> Running in f2db4649e7a6
73
+ Removing intermediate container f2db4649e7a6
74
+ ---> 1dbf126976cf
75
+ Successfully built 1dbf126976cf
76
+ Successfully tagged mcad-controller:v1.14
77
+ $
78
+ $ docker images mcad-controller
79
+ REPOSITORY TAG IMAGE ID CREATED SIZE
80
+ mcad-controller deleteme 1dbf126976cf 11 minutes ago 272MB
81
+ $
82
+ ```
You can’t perform that action at this time.
0 commit comments