maven-jib Questions
4
Solved
Docker: 27.1.2
Java: 17.0.11
Maven: 3.8.6
Jib: 3.2.1
OS: Ubuntu 22.04.4
I am using a Jhipster Spring application. Until now, my application has been built and running without any problems. But sudd...
Doggone asked 19/10 at 6:27
13
I am on windows and this is the plugin configuration:
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3....
2
Solved
Using the jib-maven-plugin I'd like to build an image with mulitple tags. While mvn jib:build basically works fine, it "only" tags the image with latest.
My Maven pom.xml defines the foll...
1
Solved
It looks like starting with Jib 3.0; you no longer have default distroless images for your Java applications. Instead, you will get an adoptOpenjdk base image if you don't specify one. You still ca...
1
Solved
For the past few months I have been experimenting with docker and have enjoyed the benefits of building and running java applications inside containers.
A few weeks ago I stumbled upon the jib mave...
1
© 2022 - 2024 — McMap. All rights reserved.