- Issued:
- 2018-09-20
- Updated:
- 2018-09-20
RHEA-2018:2730 - Product Enhancement Advisory
Synopsis
Update Red Hat JBoss Data Grid 7.2 Image
Type/Severity
Product Enhancement Advisory
Topic
Red Hat JBoss Data Grid 7.2 OpenShift image is updated to version 1.2.
Description
Red Hat JBoss Data Grid 7.2 for OpenShift version 1.2 supports Red Hat OpenShift Container Platform versions 3.9 and 3.10.
Red Hat Data Grid for OpenShift documentation is available at:
https://access.redhat.com/documentation/en-us/red_hat_jboss_data_grid/7.2/html-single/data_grid_for_openshift/
Solution
On your master host(s), log in to the CLI as a cluster administrator or other user that has project administrator access to the global 'openshift' namespace. For example:
$ oc login -u system:admin
Run the following command to update the image streams and templates:
$ for resource in datagrid72-image-stream.json \
datagrid72-basic.json \
datagrid72-https.json \
datagrid72-mysql-persistent.json \
datagrid72-mysql.json \
datagrid72-partition.json \
datagrid72-postgresql.json \
datagrid72-postgresql-persistent.json
do
oc replace -n openshift --force -f \
https://raw.githubusercontent.com/jboss-container-images/jboss-datagrid-7-openshift-image/1.2/templates/${resource}
done
Run the following command to import the image:
$ oc -n openshift import-image jboss-datagrid72-openshift:1.2
Affected Products
- Red Hat OpenShift Container Platform 3.10 x86_64
- Red Hat OpenShift Container Platform 3.9 x86_64
- Red Hat OpenShift Container Platform for Power 3.10 ppc64le
Fixes
(none)CVEs
(none)
References
The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.