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

I am trying to call a python script for some business purposes which is containerized with Google Jib. I would like to know how can I copy python into the...

priority: p2
type: question

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Gradle - *OS:* macos **Description of the issue**: I get an error when I try to build with the command line. Parameter...

type:bug
priority: p3

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Gradle 8.5 - *OS:* MacOS 14.3 **Description of the issue**: It's likely that one of the dependencies that have the same name...

priority: p2
type: feature request

**Description of the issue**: Follow up of #3714. Jib should support building image layers that use the new application/vnd.oci.image.layer.v1.tar+zstd (cf https://github.com/opencontainers/image-spec/blob/main/media-types.md). Zstd decompresses significantly quicker than gzip and uses less...

priority:p3
enhancement

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Apache Maven 3.8.4 - *OS:* windows 10 **Description of the issue**: We have 20+ Jib Maven projects that normally build successfully on...

priority:p3
type:bug

**Environment**: - *Jib version: 3.4.0* - *Build tool: Maven 3.8.6* - *OS: Mac (Apple Silicon)* **Description of the issue**: I updated the docker version to 25.0.2 in my local system....

priority: p2
type:bug

I looked at all occurrences of "eclipse-temurin", I don't think I missed other places to update. Thank you for your interest in contributing! For general guidelines, please refer to the...

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Gradle - *OS:* Mac **Description of the issue**: When will support for building Java 21 be available?

priority: p2
type: feature request

[Ubuntu build log](https://fusion2.corp.google.com/invocations/8d6eb7ee-39ac-4739-96f4-950fe1091a63/targets/jib%2Fgcp_ubuntu%2Fcontinuous/log) [MacOS build log](https://fusion2.corp.google.com/invocations/6ba4a43f-3280-4e55-82d9-4d3669bf8e90/targets/jib%2Fmacos_external%2Fcontinuous/log) Involved test: https://github.com/GoogleContainerTools/jib/blob/0df8ed9e0e6990321f1193d214915987127962b9/jib-cli/src/integration-test/java/com/google/cloud/tools/jib/cli/WarCommandTest.java#L78-L102 Failure: ``` > Task :jib-cli:integrationTest Custom actions are attached to task ':jib-cli:integrationTest'. Build cache key for task ':jib-cli:integrationTest' is db9261ec2a554970ebb06941f47eedb1 Task...

priority: p2
type:bug

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 do the following: - [x] Create...