wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

Deprecate `build.s2i.galleonLayers` and `build.s2i.featurePacks` field #69

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

WildFly S2I images have been updated to delegate the provisioning of the server to the wildfly-maven-plugin instead of the S2I assembly script. For compatibility, the build.s2i.galleonLayers and build.s2i.featurePacks fields remains available but should be deprecated. If the build.s2i.galleonLayers field is set, the build.s2i.featurePacks must now be set to specify the feature packs that provides the layers (including WildFly own feature pack org.wildfly:wildfly-galleon-pack:x.y.z)