You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered the issue that execution of Weblogic Image Tool is blocked by CetusGuard protected Docker build pipeline due to execution of docker run. In com.oracle.weblogic.imagetool.cli.menu.CommonOptions.copyOptionsFromImage, if you define --fromImage, it will run this image to recognize existing JAVA_HOME and ORALCE_HOME.
It would be great to get a parameter option to prevent docker run and provide JAVA_HOME and ORACLE_HOME definitions as parameter options instead, maybe like this.
disableDockerRun
javaHomeInImage
oracleHomeInImage
The text was updated successfully, but these errors were encountered:
Hello,
I have encountered the issue that execution of Weblogic Image Tool is blocked by CetusGuard protected Docker build pipeline due to execution of
docker run
. Incom.oracle.weblogic.imagetool.cli.menu.CommonOptions.copyOptionsFromImage
, if you define--fromImage
, it will run this image to recognize existingJAVA_HOME
andORALCE_HOME
.It would be great to get a parameter option to prevent
docker run
and provideJAVA_HOME
andORACLE_HOME
definitions as parameter options instead, maybe like this.The text was updated successfully, but these errors were encountered: