Oracle HOWTO
- Model in image https://oracle.github.io/weblogic-kubernetes-operator/samples/domains/model-in-image/
- https://oracle.github.io/weblogic-kubernetes-operator/samples/domains/model-in-image/auxiliary-image-creation/
- https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/model-in-image/auxiliary-images/
- Initial use case https://oracle.github.io/weblogic-kubernetes-operator/samples/domains/model-in-image/initial/
See also
Auxiliary images are the recommended best approach for including Model in Image model files,
application archive files, and the WebLogic Deploy Tooling installation, in your pods.
This feature eliminates the need to provide these files in the image specified
in domain.spec.image
.
Instead:
- The domain resource’s
domain.spec.image
directly references a base image that needs to include only a WebLogic installation and a Java installation. - The domain resource’s auxiliary image related fields reference one or more smaller images that contain the desired Model in Image files.
References
Run the
kubectl explain domain.spec.configuration.model.auxiliaryImages
command.See the
model.auxiliaryImages
section in the domain resource schema.