jib icon indicating copy to clipboard operation
jib copied to clipboard

🏗 Build container images for your Java applications.

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

Dear community, how can you do something like this in jib? ``` FROM .... COPY --from=nginx /docker-entrypoint.d /docker-entrypoint.d .... ```

enhancement
priority: p4

When the Windows region settings are set to Persian or Arabic, the .\mvnw compile jib:build command encounters an error. ![image](https://user-images.githubusercontent.com/11958698/220843930-d88a277b-29d4-44bc-affb-4e39fe845558.png) The error message is as follows: ``` [ERROR] Failed to...

type:bug
priority: p4

**Environment**: - *Jib version:* 3.4.3 - *Build tool:* gradle 8.10 - *OS:* Linux/macOS **Description of the issue**: `skipExistingImages` is supposed to make the error of having already pushed the image...

priority:p3
type:bug

**Environment**: - *Jib version:* 3.4.2 for Mac, 3.4.3 for Linux - *Build tool:* Gradle 8.8 - *OS:* MacOS, Ubuntu **Description of the issue**: Container labels (`jib.container.labels`), in addition to the...

priority:p3
type:bug

**Environment**: - *Jib version:* 3.4.3 - *Build tool:* Gradle 8.7 **Description of the issue**: Currently, the main sourceset is hardcoded into the gradle plugin. With the default Java plugin this...

priority:p3
type: feature request

Spring Boot Gradle plugin has a special configuration `developmentOnly` which [affects only development classpath](https://docs.spring.io/spring-boot/gradle-plugin/packaging.html#packaging-executable.configuring.including-development-only-dependencies) Currently: * [JIB uses by default](https://github.com/GoogleContainerTools/jib/tree/master/jib-gradle-plugin#extended-usage) on `runtimeClasspath` configuration * Jib has [a special Gradle extension](https://github.com/GoogleContainerTools/jib-extensions/tree/master/first-party/jib-spring-boot-extension-gradle)...

priority:p3
type: feature request

**Environment**: - *Jib version:* 3.4.2 - *Build tool:* gradle - *OS:* Linux - Fedora 40 **Description of the issue**: When using Jib Gradle plugin to push a container image to...

priority: p2
type:bug

Hi, I use jib-maven-plugin for many war/jar projects and find it really useful. But I came across a case of a war project where it doesn't work and I can't...

type:documentation
priority:p3

This PR fixes an inconsistency in the Jib CLI documentation. The documentation stated that the CLI supports two commands, but the `war` command was added in [this commit](https://github.com/GoogleContainerTools/jib/commit/6844d3a830d55ec7b04e2df2fce354576fb89cb9), bringing the...

Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.7 to 0.11.3. Release notes Sourced from com.uber.nullaway:nullaway's releases. NullAway 0.11.3 IMPORTANT: We have cherry-picked one PR in master since 0.11.2 for this release, it does not...

dependencies
java