Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOUD-3315] update to EAP 7.2.3 CR2 #141

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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