Skip to content

Commit 5fee033

Browse files
authored
Update README.md
Move to correct location after the command
1 parent 50484e5 commit 5fee033

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ i.e.
2929
docker build -t ace --build-arg USERNAME=<Username> --build-arg PASSWORD=<Password> --build-arg DOWNLOAD_URL=${DOWNLOAD_URL} --file ./Dockerfile .
3030
```
3131

32+
### DOWNLOAD_URL
33+
34+
The link is likely to be of the form
35+
```
36+
https://iwm.dhe.ibm.com/sdfdl/v2/regs2/mbford/Xa.2/Xb.WJL1cUPI9gANEhP8GuPD_qX1rj6x5R4yTUM7s_C2ue8/Xc.12.0.10.0-ACE-LINUX64-DEVELOPER.tar.gz/Xd./Xf.LpR.D1vk/Xg.12164875/Xi.swg-wmbfd/XY.regsrvs/XZ.pPVETUejcqPsVfDVKbdNu6IRpo4TkyKu/12.0.10.0-ACE-LINUX64-DEVELOPER.tar.gz
37+
```
38+
Use this link as the DOWNLOAD_URL build parameter, adjusting the version numbers in the other files and parameters as needed.
39+
3240
### Running the image
3341

3442
To run the image use a command such as
@@ -50,14 +58,6 @@ If you find there are vulnerabilities in the base redhat software there are two
5058
- Apply the fix yourself using a sample docker file to install all available updates - [Samples/updateBase](samples/updateBase/Dockerfile)
5159
- Pick up the latest version of the image which will include all fixes at the point it was built.
5260

53-
### DOWNLOAD_URL
54-
55-
The link is likely to be of the form
56-
```
57-
https://iwm.dhe.ibm.com/sdfdl/v2/regs2/mbford/Xa.2/Xb.WJL1cUPI9gANEhP8GuPD_qX1rj6x5R4yTUM7s_C2ue8/Xc.12.0.10.0-ACE-LINUX64-DEVELOPER.tar.gz/Xd./Xf.LpR.D1vk/Xg.12164875/Xi.swg-wmbfd/XY.regsrvs/XZ.pPVETUejcqPsVfDVKbdNu6IRpo4TkyKu/12.0.10.0-ACE-LINUX64-DEVELOPER.tar.gz
58-
```
59-
Use this link as the DOWNLOAD_URL build parameter, adjusting the version numbers in the other files and parameters as needed.
60-
6161
### Fixing issues with ACE
6262

6363
If you find a problem with ACE software, raise a PMR to obtain a fix. Once the fix is provided this can be applied to any existing image using a [Samples](samples/README.md#ifix-sample) dockerfile

0 commit comments

Comments
 (0)