Skip to content

Commit 48cf354

Browse files
author
andy-edwards
committed
Clean up some urls
1 parent 9a3780a commit 48cf354

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

experimental/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run -e LICENSE=accept --rm -ti ace-sample:12.0.4.0-minimal-alpine
1919
and then curl http://[container IP]:7800/test should return '{"data":"a string from ACE"}'
2020

2121
## Various sizes
22-
Local on kenya.hursley.uk.ibm.com (debian 10) with defaults in Dockerfiles:
22+
Local on Debian 10 machine with defaults in Dockerfiles:
2323

2424
```
2525
ace-minimal 12.0.4.0-alpine-openjdk16 2d02c13096c9 24 minutes ago 496MB

experimental/build-all.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22
export PRODUCT_VERSION=12.0.4.0
33
export PRODUCT_LABEL=ace-${PRODUCT_VERSION}
4-
#export DOWNLOAD_URL=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/integration/12.0.4.0-ACE-LINUX64-DEVELOPER.tar.gz
5-
export DOWNLOAD_URL=http://kenya.hursley.uk.ibm.com:52367/ace-12.0.4.0.tar.gz
4+
export DOWNLOAD_URL=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/integration/12.0.4.0-ACE-LINUX64-DEVELOPER.tar.gz
65

76
# Exit on error
87
set -e

0 commit comments

Comments
 (0)