Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Building Images at WS creation Time

Would CEKit work here? It lets you define images as yml (not dockerfiles) and then build 'em on the fly with podman/buildah/docker/brew. Doesn't rely on s2i images -- examples given are pure centos.

https://cekit.readthedocs.io/en/latest/getting-started/index.html
https://cekit.readthedocs.io/en/latest/handbook/building/builder-engines.html

On Wed, Jul 10, 2019 at 5:08 AM <tmader@xxxxxxxxxx> wrote:
On Wed, 2019-07-10 at 10:56 +0200, Ilya Buziuk wrote:
So my idea is to run a s2i build when a workspace is created or when it's configuration is changed. The s2i build would native-compile jdt.ls together with the bundles that need to run inside it. The outcome will be the "Java support" sidecar image.

Sounds interesting but s2i is OpenShift specific framework. How this would work in the Kubernetes world?

I'm sure there's some way to build an image, but I don't know. Che could abstract over the exact mechanism.

/Thomas
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/che-dev


--

Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com



“The Only Thing That Is Constant Is Change” - Heraclitus

Back to the top