-
Although jib is thread-safe, it should be smarter.
Jib doesn't currently lock the base image cache when downloading a base image, but instead downloads into a temporary directory and then attempts …
-
Can you add an example gitlab-ci.yml file to the documentation? I haven't been able to find such an example and it would be especially interesting to include tasks for tests, native tests, jvm builds …
-
I tried (several times) to run RVF via ``sudo docker-compose up -d``. Unfortunately the rvf container is not starting correctly. In the log is as a last message (before it restarts):
```
Exception i…
-
Just as a Jar or a Zip can be seen as a packaging/distribution artefact.
We could use the existing [docker gradle plugin](http://bmuschko.github.io/gradle-docker-plugin/).
Vertx-gradle-plugin coul…
-
Related to https://github.com/eclipse-jkube/jkube/issues/1338
JibImageBuildServiceBuildTest is failing on windows.
[ERROR] Errors:
[ERROR] JibImageBuildServiceBuildTest.build_withLayersAndArt…
-
General configuration
```
1.2.3-SNAPSHOT
...
com.google.cloud.tools
jib-maven-plugin
${jib-maven-plugin.version}
latest
${GIT_LOCAL_BRANCH}
…
-
**What are you trying to do?**
Under Bazel, or other local-only build systems, an image is constructed as a series of layers which are only on the disk, not pushed to any remote docker registry.
…
-
**Environment**:
- *Jib version:* 3.3.1
- *Build tool:* Gradle 8.1
- *OS:* Ubuntu 22.04.2 LTS
**Description of the issue**:
Sometimes upload to Sonatype Nexus Repository ManagerOSS 3.49.0-02 …
-
-
### Summary
When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer…