Deployment Manual / Version 2207
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. |