Devang Gaur

Results 6 comments of Devang Gaur

Hi @edeandrea we're currently dealing with Jib integration to provide Docker less builds. Will start with Buildah integration short afterwards.

Hi, we're gonna add new features on github.org/eclipse/jkube plugins. https://developers.redhat.com/blog/2020/01/28/introduction-to-eclipse-jkube-java-tooling-for-kubernetes-and-red-hat-openshift/ JIB option has been added to FMP already and will be added soon to Jkube plugins. Although no concrete decision...

@ctron You can import the local tar archive of container image generated by JIB using ```podman load -i image.tar```.

@ro14nd can you group all the part of `4.0-SNAPSHOT --> 4.1-SNAPSHOT` into a seperate commit ? It would be real clean and easier for tracking.

> @ro14nd can you group all the part of `4.0-SNAPSHOT --> 4.1-SNAPSHOT` into a seperate commit ? It would be real clean and easier for tracking. Not required now

@palmerabollo I was able to access the mockserver using kubectl...you have to configure the kubectl for that.. https://github.com/fabric8io/kubernetes-client/compare/master...dev-gaur:kubectl_with_mockserver?expand=1 ^ I made some minor changes for mockserver to listen on `https://localhost:6443`...