fabric8-maven-plugin icon indicating copy to clipboard operation
fabric8-maven-plugin copied to clipboard

More options for building images.

Open devang-gaur opened this issue 5 years ago • 11 comments

Description

Currently, Docker and S2I are the only options for when building images. We need to add more alternatives.

devang-gaur avatar Mar 01 '19 00:03 devang-gaur

I just wanted to add onto this thread. With RHEL 8 now out and dropping the docker tooling and instead bringing in buildah/podman, what is the direction for this plugin for support of that? I'd hate to see organizations update their CI/CD platforms and all of a sudden all their builds start failing because of this.

edeandrea avatar May 16 '19 14:05 edeandrea

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

devang-gaur avatar Jun 27 '19 21:06 devang-gaur

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

stale[bot] avatar Sep 25 '19 21:09 stale[bot]

Just adding a gentle ping here so the stale-bot doesn't close this ticket.

edeandrea avatar Sep 25 '19 21:09 edeandrea

Is there any update on this?

ctron avatar Apr 06 '20 09:04 ctron

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 has been made, Kaniko integration is a big possibility for jkube, We're examining it.

devang-gaur avatar Apr 06 '20 14:04 devang-gaur

I would be more interested in Podman/Buildah … as working with fabric8 based projects on Fedora 31 is currently not fun

ctron avatar Apr 06 '20 14:04 ctron

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

devang-gaur avatar Apr 10 '20 10:04 devang-gaur

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

I don't think that is an option. We have an upstream project, with an existing build system. I don't think anyone wants to change that, just because I am using Fedora.

ctron avatar Apr 14 '20 07:04 ctron

Latest release of org.eclipse.jkube plugins failing to create image on buildah , with error "no DOCKER_HOST environment variable, no read/writable '/var/run/docker.sock'".

Any support on buildah or any separate plugins ? please update!!

abhiroopghatak avatar Sep 22 '20 11:09 abhiroopghatak

Support for this feature in Eclipse JKube is being tracked here https://github.com/eclipse/jkube/issues/66

I'm not sure about the status of Podman 2.0, but it may already be compatible with our current implementations.

Anyway, please follow-up on the provided issue.

manusa avatar Sep 22 '20 11:09 manusa