Skip to content

Commit 5ae358c

Browse files
committed
no-op integ 15.1.1.0 cl 119010 --> 15.1.1.0 CE
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v15.1.1.0/": change = 119210]
1 parent d0e1acc commit 5ae358c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

prj/coherence-docker/build-images.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ setup_jdk() {
301301
JAVA_PKG="${5}"_linux-"${ARCH}"_bin.tar.gz
302302
JDK_NAME=$(basename ${5})
303303
IMAGE_JAVA_HOME=/usr/java/${JDK_NAME}
304+
304305
# Download the JDK
305306
curl --output /tmp/jdk.tgz "$JAVA_PKG"
306307
mkdir -p "/tmp${IMAGE_JAVA_HOME}"
@@ -426,5 +427,3 @@ buildah rm "container-amd64" || true
426427
buildah rmi "coherence:amd64" || true
427428
buildah rm "container-arm64" || true
428429
buildah rmi "coherence:arm64" || true
429-
430-

prj/coherence-docker/run-buildah.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,3 @@ else
157157
--name buildah \
158158
quay.io/buildah/stable:v1.37.1 "${SCRIPT_NAME}"
159159
fi
160-

0 commit comments

Comments
 (0)