Skip to content

Commit

Permalink
[CLOUD-3315] update to EAP 7.2.3 CR2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Jul 23, 2019
1 parent dc14725 commit 440ce60
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image.yaml
Expand Up @@ -2,7 +2,7 @@ schema_version: 1

name: "jboss-eap-7/eap72"
description: "Red Hat JBoss Enterprise Application Platform 7.2 container image"
version: "7.2.2"
version: "7.2.3"
from: "rhel7:7-released"
labels:
- name: "com.redhat.component"
Expand Down
2 changes: 1 addition & 1 deletion modules/7.2-latest/module.yaml
Expand Up @@ -4,5 +4,5 @@ name: "eap-7.2-latest"
description: "Red Hat JBoss Enterprise Application Platform 7.2 latest version install module"
modules:
install:
- name: eap-7.2.2
- name: eap-7.2.3
- name: eap-install-cleanup
7 changes: 7 additions & 0 deletions modules/7.2.3/install.sh
@@ -0,0 +1,7 @@
#!/bin/bash

set -e

SOURCES_DIR=/tmp/artifacts/

$JBOSS_HOME/bin/jboss-cli.sh --command="patch apply $SOURCES_DIR/jboss-eap-7.2.3-patch.zip"
22 changes: 22 additions & 0 deletions modules/7.2.3/module.yaml
@@ -0,0 +1,22 @@
schema_version: 1

name: "eap-7.2.3"
description: "Red Hat JBoss Enterprise Application Platform 7.2.3 patch upgrade"
labels:
- name: "org.jboss.product.version"
value: "7.2.3.GA"
- name: "org.jboss.product.eap.version"
value: "7.2.3.GA"
envs:
- name: "JBOSS_EAP_VERSION"
value: "7.2.3.GA"
- name: "PRODUCT_VERSION"
value: "7.2.3.GA"
artifacts:
- path: jboss-eap-7.2.3-patch.zip
md5: 7aa7c5a52facbe591b7e63194ee52006
modules:
install:
- name: eap-7.2.0
execute:
- script: install.sh

0 comments on commit 440ce60

Please sign in to comment.