Commit bd4cec0
authored
Only ship x-pack library code with artifacts (#18548)
* Only ship x-pack library code with artifacts
This commit updates artifact generation to *only* include x-pack files which are
needed at runtime for consumers of an artifact. Previously *all* files
(including build/test/conf) were shipped which are unused at runtime and clutter
up artifacts.
* add config in observabilitySRE artifact
For observabilitySRE container, add in fips config. Previously this was
bulk included with EVERY file under x-pack.1 parent ae9fce6 commit bd4cec0
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments