Kirby Chin
Kirby Chin
Changes in this PR - Delete original `ga/latest/full` folder, move/rename `ga/latest/kernel` folder to become `ga/latest/full` folder - Previously, `full` images based atop `FROM websphere-liberty:kernel` and had added functionality. The missing...
Fixes #382. Adds features.sh to kernel images, runs features.sh if it is not run already in configure.sh
Adds the `/fixes` symlink to map to `/opt/ibm/fixes` folder. OL and WL images are intended to share the same symlink `/fixes`. ~~Due to the location of the ifixes folder, the...
This change constricts `FEATURE_REPO_URL` to use `installUtility` when the environment variable ends with`*.zip` that indicates an install from Fix Central. When this is not the case, `FEATURE_REPO_URL` should switch to...
Depends on #467 (adding features.sh to kernel images). Fixes #421. Adds configure-liberty.sh which sets up the server to use `SERVER_NAME` as the server name. This is the first task that...
Fixes #320 - Addresses `yum install maven` failure in `infinispan-client-setup.sh` helper script. Fixes #324 - Adds Infinispan service name (i.e. `example-inifinispan:11222`) as a fallback for the Liberty client when the...