jib icon indicating copy to clipboard operation
jib copied to clipboard

🏗 Build container images for your Java applications.

Results 339 jib issues
Sort by recently updated
recently updated
newest added

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...

dependencies
java

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).

priority:p3
area/jib-gradle-plugin
enhancement

**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...

area/jib-maven-plugin
priority:p3
type: feature request

**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...

area/jib-maven-plugin
p3

## 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 - [ ]...

release

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....

area/jib-core
kind/tech debt

jib-core issue: https://github.com/GoogleContainerTools/jib/issues/2195

kind/tech debt
area/jib-cli

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...

area/jib-core
p2
kind/feature

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...

area/jib-core
p2
kind/tech debt

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...

area/jib-core
p3
area/jib-gradle-plugin
kind/feature