-
Classes Class Description com.google.cloud.tools.jib.api.LayerConfiguration UseFileEntriesLayer
.com.google.cloud.tools.jib.api.LayerEntry UseFileEntry
.
-
Fields Field Description com.google.cloud.tools.jib.api.JavaContainerBuilder.DEFAULT_WEB_APP_ROOT Use the string"/jetty/webapps/ROOT"
.
-
Methods Method Description com.google.cloud.tools.jib.api.JavaContainerBuilder.fromDistroless() Usefrom()
with the image referencegcr.io/distroless/java
.com.google.cloud.tools.jib.api.JavaContainerBuilder.fromDistrolessJetty() Usefrom()
with the image referencegcr.io/distroless/java/jetty
and change the app root by callingJavaContainerBuilder.setAppRoot("/jetty/webapps/ROOT")
.com.google.cloud.tools.jib.api.JibContainerBuilder.addLayer(LayerConfiguration) com.google.cloud.tools.jib.api.JibContainerBuilder.describeContainer() com.google.cloud.tools.jib.api.JibContainerBuilder.setLayers(List<LayerConfiguration>)