jib
jib copied to clipboard
π Build container images for your Java applications.
I have below jib-maven-plugin dependency added in my maven pom.xml file as below: ``` com.google.cloud.tools jib-maven-plugin ${jib-maven-plugin.version} true ${jib-maven-plugin.image} ecr-login ${jib-maven-plugin.architecture} linux ecr-login bash -c /entrypoint.sh ALWAYS USE_CURRENT_TIMESTAMP 9002 /home/javarun...
**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Gradle 8.5.0 - *OS:* Mac Ventura 13.5 (22G74) **Description of the issue**: I have the AWS docker-credential-ecr-login installed using Brew, and I...
**Environment**: - *Jib version:* 0.12.1-SNAPSHOT (code base from Jan 24, 2024) - *Build tool:* jib-cli, in JAR mode, with a Spring-Boot-3.2 executable "fat" jar - *OS:* Linux and Windows, error...
**Environment**: - *Jib version:* jib-maven-plugin 3.4.0 - *Build tool:* Maven 3.9.6 - *OS:* macOS 14.3 **Description of the issue**: We have created an internal company extension for Jib, which works...
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.7 to 0.10.22. Release notes Sourced from com.uber.nullaway:nullaway's releases. NullAway 0.10.22 IMPORTANT: The support for JDK 8 is deprecated in this release and will be removed in...
β¦hen creating the target image's entrypoint Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib/blob/master/CONTRIBUTING.md). Before filing a pull request, make sure to...
**Environment**: - *Jib version:* v3.4.0 - *Build tool:* Maven 3.9.5 - *OS:* Linux, Kubernetes, GitLab Runner **Description of the issue**: Every once in a while pushing a container fails with:...
Fixes tests from emitting warning when mocking Optional, a final class ``` > Task :jib-core:test WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.mockito.internal.util.reflection.ReflectionMemberAccessor (file:/Users/cwalker/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/4.11.0/ce5226440c2ee78915716d4ce3d10aed2dbf26fb/mockito-core-4.11.0.jar)...
Replaces setters with constructor injection. Allows us to remove nullable annotation, make the private JibExtension fields final, and remove null checks. Unfortunately there's no `TaskContainer#register` overload that takes a name,...
**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Gradle 8.4 - *OS:* MacOS **Description of the issue**: Some of the Docker image layers are given new sha256-hashes when invoking jib...