Skip to content

Commit

Permalink
Merge pull request #136 from rgdoliveira/eap72-dev-CLOUD-3242
Browse files Browse the repository at this point in the history
[CLOUD-3242] Update to EAP 7.2.2
  • Loading branch information
luck3y committed May 28, 2019
2 parents 6712aa1 + 6feb611 commit dc14725
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image.yaml
Original file line number Diff line number Diff line change
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.1"
version: "7.2.2"
from: "rhel7:7-released"
labels:
- name: "com.redhat.component"
Expand Down
2 changes: 1 addition & 1 deletion modules/7.2-latest/module.yaml
Original file line number Diff line number Diff line change
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.1
- name: eap-7.2.2
- name: eap-install-cleanup
7 changes: 7 additions & 0 deletions modules/7.2.2/install.sh
Original file line number Diff line number Diff line change
@@ -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.2-patch.zip"
22 changes: 22 additions & 0 deletions modules/7.2.2/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
schema_version: 1

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

0 comments on commit dc14725

Please sign in to comment.