OpenLiberty / devfile-stack

Application stack for Open Liberty
Apache License 2.0
10 stars 8 forks source link

Create stack sample using well-known container images (without creating a custom stack image) #111

Closed scottkurz closed 3 years ago

scottkurz commented 3 years ago

Use some combination of Open JDK + Maven + UBI well-known images as a base.

One of the whole points here is to avoid the need for a devfile/stack author to have to create their own image (or to use ours), simplifying that portion of the stack ownership lifecycle.

Note

We may need to advance the outer loop story more in order to complete this. The custom stack image is overloaded to serve as the base image of the stage 1 outer loop build.. and we use our 'root' access to create dirs so that our outer loop build doesn't need to run as root.

scottkurz commented 3 years ago

Done in https://github.com/OpenLiberty/application-stack-samples/pull/16