Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zeitiger opened this issue Feb 11, 2025 · 2 comments

Comments

@zeitiger
Copy link

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
@ddsharpe
Copy link
Member

I think that should be possible. Only the docker run is blocked? Not the docker build?

@zeitiger
Copy link
Author

Correct, only docker run is blocked for security reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants