jib
jib copied to clipboard
🏗 Build container images for your Java applications.
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.
"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...
**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...
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...
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....
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...