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

General configuration ``` 1.2.3-SNAPSHOT ... com.google.cloud.tools jib-maven-plugin ${jib-maven-plugin.version} latest ${GIT_LOCAL_BRANCH} ``` This is OK, but not suitable for many cases. The more productive way is to have tag with`1.2.3` for...

area/jib-maven-plugin
p4
kind/user-question
area/jib-gradle-plugin
kind/feature

- *Jib version:* 2.0.1-SNAPSHOT (84933d528b4e4d445d88686e7c7db3945d6c896f) - *Build tool:* Gradle 5.6.2 - *OS:* Windows 10 **Description of the issue**: There is following error when trying to build an image on Windows...

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

This is a fairly minor issue, but I'm opening this for documentation purposes. Running `update_gcs_latest.sh` as part of release may fail. ``` $ ./jib-maven-plugin/scripts/update_gcs_latest.sh 2.2.0 Copying file://jib-maven [Content-Type=application/octet-stream]... / [1...

area/jib-maven-plugin
p4
area/jib-gradle-plugin
kind/tech debt

- 0.15.0 - Using linux based image When using Jib core to add file entries layer, I am trying to specify ownership using String username:groupname. However this doesn't seem to...

area/jib-core
kind/documentation
p4

We implemented `FileEntry.toString()` and `FilePermissions.toString()` in #2714. After a new jib-build-plan is released, remove the custom FileEntry output code in LayersTest. https://github.com/GoogleContainerTools/jib/blob/e722ab71cff30ad015dbb6f4ee3d1334b7d89b3f/jib-cli/src/test/java/com/google/cloud/tools/jib/cli/buildfile/LayersTest.java#L212-L236

kind/tech debt
area/jib-cli

https://github.com/GoogleContainerTools/jib/pull/2700#discussion_r471658086

kind/tech debt
area/jib-cli

Let me know if it makes sense to add Quarkus example to the existing examples.

area/jib-maven-plugin
kind/documentation
area/jib-gradle-plugin

This has been brought up a few times, and recently, I wished I could specify an archive URL for `extraDirectories` when I tried migrating [microservices-demo](https://github.com/chanseokoh/microservices-demo/blob/67ed7d65f76237eefb565baf51966b30640950f3/src/adservice/build.gradle#L85-L108) to use Jib. Optionally being...

area/jib-maven-plugin
p3
area/jib-gradle-plugin
kind/feature

Observed this in [#2215](https://github.com/GoogleContainerTools/jib/issues/2215#issuecomment-571772325). > If the Jib cache is empty, Docker Hub returns 404 (and fail) in the first run. Interestingly, subsequent runs return 401. Worth understanding why. When...

area/jib-maven-plugin
area/jib-core
p3
area/jib-gradle-plugin
area/jib-cli
kind/bug

The image timestamp is not implicit from the actual project work today requiring some maven/gradle hacks and other plugins. Would be neat to enable jib to use jgit to read...

area/jib-maven-plugin
p3
area/jib-gradle-plugin
kind/feature