close

Filter

loading table of contents...

Deployment Manual / Version 2207

Table Of Contents

2.1.2.1 Properties

<properties>
 <jib.goal>dockerBuild</jib.goal> 1
 <application.image-base>gcr.io/distroless/java@11</application.image-base> 2
 <application.image-prefix>coremedia</application.image-prefix> 3
 <application.image-suffix>my-app</application.image-suffix> 4
 <application.image-tag>${project.version}</application.image-tag> 5
</properties>

1

The goal to build. Choose between either dockerBuild or build, visit the jib documentation for more details.

2

The base image, here a Google distroless image. For deterministic build, the sha256 digest should be used. If you want to retrieve the base image from your local Docker daemon, you need to prefix the image source with docker://.

3

The image prefix. You should set your registry here.

4

The image suffix, that is the application name.

5

The tag of the image.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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