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
|`--tag`| (Required) Tag for the final build image. Example: `store/oracle/mydomain:1`||
25
+
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
26
+
|`--additionalBuildFiles`| Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
25
27
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. |`docker`|
26
28
|`--buildNetwork`| Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. ||
27
29
|`--chown`|`userid:groupid` for JDK/Middleware installs and patches. |`oracle:oracle`|
0 commit comments