You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Liberty container image includes scripts (configure.sh, startup) that generate the default keystore. It's added to /config/configDropins/defaults. Provide a build arg/env to skip the generation of the default keystore
Also, consider providing an option to skip the generation of the default truststore. The default truststore.xml is written to configDropons/overrides, not sure what the historical reason is. This would override the user-specified truststore config in server.xml as well.
The text was updated successfully, but these errors were encountered:
leochr
changed the title
Consider a build argument or env to skip the generation of default keystore
Consider a build argument or env to skip the generation of default keystore and truststore
May 3, 2023
leochr
changed the title
Consider a build argument or env to skip the generation of default keystore and truststore
Consider a build argument or env to skip the generation of default keystore and truststore config
May 3, 2023
@pugmas That env variable must have existed in previous tags (i.e. webProfile), but the current set of images with kernel-slim and full tags don't include/support it.
Liberty container image includes scripts (configure.sh, startup) that generate the default keystore. It's added to /config/configDropins/defaults. Provide a build arg/env to skip the generation of the default keystore
Relevant issue: WASdev/ci.docker#493 (comment)
Also, consider providing an option to skip the generation of the default truststore. The default truststore.xml is written to configDropons/overrides, not sure what the historical reason is. This would override the user-specified truststore config in server.xml as well.
The text was updated successfully, but these errors were encountered: