File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ docker run -e LICENSE=accept --rm -ti ace-sample:12.0.4.0-minimal-alpine
1919and 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```
2525ace-minimal 12.0.4.0-alpine-openjdk16 2d02c13096c9 24 minutes ago 496MB
Original file line number Diff line number Diff line change 11#! /bin/bash
22export PRODUCT_VERSION=12.0.4.0
33export 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
87set -e
You can’t perform that action at this time.
0 commit comments