jib
jib copied to clipboard
🏗 Build container images for your Java applications.
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...
- *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...
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...
Jib Core: Cannot set file entry layer ownership using <user name>:<group name> in Linux base image
- 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...
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
https://github.com/GoogleContainerTools/jib/pull/2700#discussion_r471658086
Let me know if it makes sense to add Quarkus example to the existing examples.
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...
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...
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...