close

Filter

loading table of contents...

Deployment Manual / Version 2201

Table Of Contents
2.1.2.2.1 The generic configuration
<configuration>
  <from>
    <image>${application.image-base}</image> 1
  </from>
  <to>
    <image>${application.image-prefix}/${application.image-suffix}</image> 2
    <tags>
      <tag>${application.image-tag}</tag> 3
    </tags>
  </to>
  <container>
    <appRoot>/coremedia</appRoot> 4
    <workingDirectory>/coremedia</workingDirectory> 5
    <ports> 6
      <port>8080</port>
      <port>8081</port>
    </ports>
  </container>
</configuration>

1

the base image to start from.

2

the image to build. If that is a remote registry and goal is set to build, jib will build remotely without docker.

3

the image tag.

4

the application root, by default jib will assign all files to root without write rights to others.

5

the working directory all relative paths are calculated to.

6

the ports that can be exposed.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.