jib
jib copied to clipboard
🏗 Build container images for your Java applications.
Hi, CDS enables java application to boot way faster (in particular when any scanning/reflection is involved) so it would be neat to integrate it with JIB. It requires to launch...
**Environment**: - *Jib version:* 3.0.0 - *Build tool:* maven - *OS:* mac **Description of the issue**: When the base image is from *public* registry hosted by github packages then the...
See go/json-madness
This is a tentative solution to an issue found when using `native-image` to build binaries that depend on jib. Currently during deser jackson attempts to set private final fields like...
When using a single extension that doesn't define an extension-specific config, the user currently has to put quite some block into the build file. - Maven ```xml com.example.Foo ``` -...
**Environment**: - *Jib version:* 2.8.0 - *Build tool:* Maven 3.6.1 - *OS:* Windows 10 **Description of the issue**: Setting `environment` entries to an empty string results in the following message:...
**Environment**: - *Jib version:* 2.4.0 - *Build tool:* Gradle 5.1.1 - *OS:* Windows 10 **Description of the issue**: Unable to use jib with Grails 4. When attempting to do so,...
You talk about reproducible builds with the option to either use a 1970 timestamp for all files added to the container image - or use a specific timestamp. However what...
We need to determine the behavior of skaffold tasks for simultaneous multiplatform builds. Should we just let them happen and assume the target container environment will pull down the correct...
I think this is a nice enhancement and useful for multi-module projects. It ensures only those registries are insecure, preventing an issue like https://github.com/GoogleContainerTools/skaffold/pull/2674#issuecomment-523497039. Potentially it can accept a glob...