OpenLiberty / ci.docker

Eclipse Public License 1.0
43 stars 59 forks source link

Use kernel as the base for full image (in Java 21+) #500

Closed leochr closed 7 months ago

leochr commented 8 months ago

Use kernel as the base image for building full image

WebSphere Liberty uses the following command to add the full set of features. But featureUtility doesn't support it: installUtility install --acceptLicense baseBundle; \

So we need to add the necessary features for full on top of the kernel image using featureUtility's installFeature command by passing the list of features