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

Java [16](https://openjdk.java.net/projects/jdk/16/) is GA. Let me know if we can upgrade the workflow [yml](https://github.com/GoogleContainerTools/jib/blob/master/.github/workflows/unit-tests.yml) file to include JDK 16 also as part of running the unit test.

area/jib-maven-plugin
area/jib-core
priority:p3
area/jib-gradle-plugin
cleanup
area/jib-cli

"jib" does not work well with all docker registries, e.g. Portus does not show images pushed with "jib". "jibDockerBuild" requires a docker image containing a docker binary. That is not...

area/jib-maven-plugin
area/jib-core
p3
kind/user-question
area/jib-gradle-plugin
area/jib-cli
kind/feature

**Environment:** *Jib version: 3.1.2 *Build tool: Gradle v7.0.2 *OS: Ubuntu-18.04 *JDK 14, *Java source/target compatibility 12 **Description of the issue:** In a multi-project gradle project with the flag org.gradle.parallel=true, the...

priority:p3
area/jib-gradle-plugin

This is a proposal to resolve #3714 Changes: - Use commons-compress automatic algorithm detection via magic bytes - Add optional dependency zstd-jni from commons-compress to support application/vnd.oci.image.layer.v1.tar+zstd layers Before filing...

**Environment**: - *Jib version:* 0.20.0 - *Build tool:* Maven, via quarkus-container-jib 2.7.6 extension - *OS:* Windows **Description of the issue**: Jib should support pulling image layers that use the new...

p3
kind/feature

Resolves #2749 Implementation follows https://github.com/GoogleContainerTools/jib/issues/3700#issuecomment-1171283502 - Add Accept header application/vnd.oci.image.index.v1+json during base image pull - Re-use the logic from V22ManifestListTemplate to select the target platform diget via a new interface...

Fixes #3708 Usage: To use lazy evaluation for `jib.container.creationTime` or `jib.container.filesModificationTime`, the value can be provided as an ISO 8601 date-time string like this: ``` jib { container { creationTime...

- *Jib version: 3.2.1* - *Build tool:* Gradle **Description of the issue**: - Is it possible to the scan the images build by `jib` task, before get pushed to registry....

p3
kind/user-question
area/jib-gradle-plugin

However, I think this is low priority, as I speculate in practice registries will convert OCI manifest lists to Docker format when a client reports it only accepts Docker manifest...

area/jib-maven-plugin
area/jib-core
p4
area/jib-gradle-plugin
area/jib-cli
kind/feature

area/jib-maven-plugin
priority:p3
question
area/jib-gradle-plugin
enhancement