Skip to content

Execution of docker run within Weblogic Image Tool is a problem in security aware pipeline #526

@zeitiger

Description

@zeitiger

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. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions