close

Filter

Deployment Manual / Version 2310
Table Of Contents
<configuration>
  <from>
    <image>${application.image-base}</image> 1
    <platforms>
      <platform>
        <os>linux</os>
        <architecture>${application.image-arch}</architecture>
      </platform>
    </platforms>
  </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.

Was this article useful?

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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