We had a build that used the kernel-slim-java8-ibmjava-ubi image and when features.sh would execute, it would fail.
#6 [3/5] RUN [features.sh](http://features.sh/)
#6 sha256:0fe41fbde50b7bb804950736df92edbb53946cf3f8ad21b6ee57ff333b93008f
#6 0.208 + SNIPPETS_SOURCE=/opt/ol/helpers/build/configuration_snippets
#6 0.208 + SNIPPETS_TARGET=/config/configDropins/overrides
#6 0.208 + SNIPPETS_TARGET_DEFAULTS=/config/configDropins/defaults
#6 0.208 + mkdir -p /config/configDropins/overrides
#6 0.211 + mkdir -p /config/configDropins/defaults
#6 0.214 + '[' -n '' ']'
#6 0.214 + '[' '' == client ']'
#6 0.214 + '[' '' == embedded ']'
#6 0.214 + [[ -n '' ]]
#6 0.214 + '[' '' == true ']'
#6 0.214 + '[' '' == true ']'
#6 0.214 + featureUtility installServerFeatures --acceptLicense defaultServer --noCache
#6 5.616 com.ibm.ws.install.InstallException: javax.crypto.AEADBadTagException: ICC_AES_GCM_En/DecryptFinal failed
#6 ERROR: process "/bin/sh -c [features.sh](http://features.sh/)" did not complete successfully: exit code: 21
Switched the image to kernel-slim-java8-ibmjava-ubi-minimal and that worked