-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Add a PRODUCT_VERSION config env variable to all xPaas images that represents the embedded product version number. This would allow an end user to issue a docker inspect command on an xPaas image and determine what specific product version is included in the image.
Example output for an EAP xPaas image:
$ sudo docker inspect jboss-eap-6/eap64-openshift:latest
[
{
...
"Config": {
...
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"JBOSS_IMAGE_NAME=jboss-eap-6/eap64-openshift",
"JBOSS_IMAGE_VERSION=1.4",
"JBOSS_IMAGE_RELEASE=17",
"PRODUCT_VERSION=6.4.10",
...
],
...
}
}
]
- clones
-
CLOUD-893 Add PRODUCT_VERSION config environment variable to all xPaas images
-
- Closed
-