Deployment Manual / Version 2110
Table Of Contents<configuration>
<from>
<image>${application.image-base}</image>
</from>
<to>
<image>${application.image-prefix}/${application.image-suffix}</image>
<tags>
<tag>${application.image-tag}</tag>
</tags>
</to>
<container>
<appRoot>/coremedia</appRoot>
<workingDirectory>/coremedia</workingDirectory>
<ports>
<port>8080</port>
<port>8081</port>
</ports>
</container>
</configuration>the base image to start from. | |
the image to build. If that is a remote registry and goal is set to | |
the image tag. | |
the application root, by default jib will assign all files to root without write rights to others. | |
the working directory all relative paths are calculated to. | |
the ports that can be exposed. |


