Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently our docker image build script does not detect whether there's an error when building. The downside is when library download failed, there's no visibility on it and the image is still built and shipped. See BIGTOP-3224 as an example(MVN missing). We can:
1. Abort the docker build on non 0 EXEC
2. Post detect the build log and make remediation afterwards.