Commit 84d1234
committed
Prevent Jenkins build from cleaning baseimage
Jenkins build runs 'make dist-clean' before it begins the build
process. This has the unfortunate side effect of deleting the
fabric-baseimage docker image in the local repository. Hence,
while we enhanced the make targets so that we could leverage
a baseimage previously built, it is not benefiting CI.
Added a 'scrub' target that does clean the baseimage, and
removed 'base' from the set of image targets cleaned, normally.
Fixes FAB-255
Change-Id: Ib9087211e30e2cf74c8a69caf26370c9fc57e60d
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>1 parent d40a004 commit 84d1234
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
73 | | - | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
248 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
249 | 253 | | |
250 | 254 | | |
251 | 255 | | |
| |||
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| |||
0 commit comments