close

Filter

loading table of contents...

Deployment Manual / Version 2207

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.