jib
jib copied to clipboard
🏗 Build container images for your Java applications.
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.1 to 0.10.2. Changelog Sourced from nullaway's changelog. Version 0.10.2 Make AbstractConfig collection fields explicity Immutable (#601) NullAwayInfer/Annotator data serialization support [experimental] Fix crash in fixserialization when...
AFAIK the Gradle plugin still uses JCenter hosted by bintray, which has some availability problems. Publishing the gradle plugin on MavenCentral would add another fallback (with higher availabilty).
**Environment**: - 3.2.1 - Maven - OSX **Description of the issue**: Given the setup of a multimodule project, where there are maven modules without code but with dependencies, so that...
**Environment**: - *Jib version:* 3.2.1 - *Build tool:* Maven 3.6.3 - *OS:* macOS Monterey **Description of the issue**: I would like to build an image with filebeat LABELS in order...
## Requirements - [ ] ⚠️ Ensure the release process has succeeded before proceeding - [ ] ⚠️ Publish [Release](https://github.com/GoogleContainerTools/jib/releases/tag/untagged-e6c57bfc41da2a16b5f1) after adding CHANGELOG entries ([example](https://github.com/GoogleContainerTools/jib/releases/tag/v0.8.0-cli)) ## GCS - [ ]...
For base image layers (downloaded from registries), the layout is `/layers//` That is, (1) is a directory and (2) is a filename. (1) is directly visible from the manifest JSON....
jib-core issue: https://github.com/GoogleContainerTools/jib/issues/2195
We've observed issues when not using the right versions, e.g., #1018, #1390, #1418. For these cases, they surfaced totally unrelated error messages that might have driven us to a completely...
From https://github.com/GoogleContainerTools/jib/issues/1512#issuecomment-468078006. ```java public Void handleResponse(Response response) ... { // Notifies the progress dispatcher that the total bytes we will read is the "Content-Length" value. // If `Content-Encoding: gzip`, the...
This will allow us to customize main class searching in the plugins. For example also searching in `application` plugin in gradle There's probably a little more involved here: `getJarPluginName` might...