jib
jib copied to clipboard
🏗 Build container images for your Java applications.
Experiencing this issue when trying to Jib up the Groovy project at https://github.com/coollog/skaffold-code.one/tree/master/frontend-service ``` * What went wrong: Execution failed for task ':jib'. > java.lang.IllegalArgumentException (no error message) * Try:...
We found that right now we are not able to use Adoptiom/Temurin docker base image with the new version of Java 17 because they provide only full JDK docker images...
**Description of the issue**: We use jib-core to implement tooling to deal with a large number of docker images. Some of these are large, build with the docker cli then...
It will be very convenient having jib-cli.jar to be published into maven central to be able to download it with maven dependency resolution tools.
I've had to set the base image in quite a few integration tests. This will all work fine for a year or two, but we should back it out at...
Thank you @chanseokoh for this thorough and well written explanation ! You've made clear, precise and wise points that have changed my mind :). We are using Jib with Spring...
Add support to read from `configuration.outputDirectory` parameter in the spring-boot-maven-plugin
**Environment**: - *Jib version:* 3.1.2 - *Build tool:* Maven 3.6.3 - *OS:* mac OS 10.15.7(19H2) **Description of the issue**: When I build(or dockerBuild) with below configuration shows up this error...
**Environment**: - *Jib version:* 3.0.0 - *Build tool:* `jib-gradle-plugin` - *OS:* Mac OSX 11.1 (20C69) **Description of the issue**: The gradle task `_jibSkaffoldFilesV2` (used by skaffold) fails when defining implementation...
The way we took to fix #727 and #523 was to add TAR archive entries to enumerate all parent directories of any given file and explicitly set permissions for those...