Class and Description |
---|
com.google.cloud.tools.jib.api.LayerConfiguration
Use
FileEntriesLayer . |
com.google.cloud.tools.jib.api.LayerEntry
Use
FileEntry . |
Field and Description |
---|
com.google.cloud.tools.jib.api.JavaContainerBuilder.DEFAULT_WEB_APP_ROOT
Use the string
"/jetty/webapps/ROOT" . |
Method and Description |
---|
com.google.cloud.tools.jib.api.JibContainerBuilder.addLayer(LayerConfiguration) |
com.google.cloud.tools.jib.api.JibContainerBuilder.describeContainer() |
com.google.cloud.tools.jib.api.JavaContainerBuilder.fromDistroless()
Use
from() with the image reference gcr.io/distroless/java . |
com.google.cloud.tools.jib.api.JavaContainerBuilder.fromDistrolessJetty()
Use
from() with the image reference gcr.io/distroless/java/jetty
and change the app root by calling JavaContainerBuilder.setAppRoot("/jetty/webapps/ROOT") . |
com.google.cloud.tools.jib.api.JibContainerBuilder.setLayers(LayerConfiguration...) |
com.google.cloud.tools.jib.api.JibContainerBuilder.setLayers(List<LayerConfiguration>) |