-
Followup from #1400
I assume a difficulty with this is that Jenkins will need access rights to dockerhub. I'm not sure Eclipse Foundation's dockerhub account is set up for that.
-
### Description
maven-fabric8-plugin already supports docker-daemonless builds using Jib, but Jib has a limited (though useful) support of layering a Java application on top of an existing base ima…
-
I use docker-compose to setup applications, and it would be great if I could use logviewer as an independent container. I would be happy to help to setup this feature.
The pom.xml example bellow is…
kovax updated
9 months ago
-
Hi,
CDS enables java application to boot way faster (in particular when any scanning/reflection is involved) so it would be neat to integrate it with JIB.
It requires to launch 2-3 commands to gen…
-
### Description
The `k8s:push` goal fails to publish the image on insecure registries (i.e. a registry exposed only over http with username and password) when invoked passing `-Djkube.build.strategy=…
-
**Environment**:
- *Jib version:* 3.0.0
- *Build tool:* maven
- *OS:* mac
**Description of the issue**:
When the base image is from *public* registry hosted by github packages then the build …
-
https://www.lefer.cn/posts/60242/
前天(2018年7月9日),谷歌宣布将其内部使用的 jib 正式开源。jib 是一个在 java 体系内部生成 docker 镜像的插件,它的设计初衷是将代码->可运行程序->docker image整个过程打通,无需编写 docker file,直接通过编译器生成 docker 镜像。因为刚出来,中文资料比较少…
-
### Describe the bug
After upgrading to 3.12.0 the build fails with:
```
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.…
-
Might allow us to do the same things we're doing today with less code.
https://itnext.io/jib-getting-expert-docker-results-without-any-knowledge-of-docker-ef5cba294e05
-
### What happened?
I have an IntegrationPlatform which is configured with a private registry, using a secret that contains a dockerauth. The build process works successfully. However, when running …