Skip to content

Commit 62cd98b

Browse files
authored
docs: update links to docker images (#967)
1 parent ddae2b9 commit 62cd98b

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,30 @@ This demo shows the basic usage of the tool. For more advanced scenarios, follow
3636
</p>
3737

3838
#### The Cloud MTA Build Tool Images
39-
We supply serveral images for **CI environment** containg the Cloud MTA Build Tool. The images are hosted at [Github container registry](https://github.com/orgs/SAP/packages?tab=packages&q=mbtci-) and also at [Docker Hub registry](https://hub.docker.com/search?q=mbtci-&type=image).
39+
We supply several images for **CI environment** containing the Cloud MTA Build Tool.
40+
The images are hosted at [Github container registry](https://github.com/orgs/SAP/packages?tab=packages&q=mbtci-)
41+
and also at [Docker Hub registry](https://hub.docker.com/search?q=mbtci-&type=image).
4042
The images are built from template docker files which depend on most common technologies (Java and Node) as follows:
41-
* [mbtci-java8-node12](https://hub.docker.com/r/devxci/mbtci-java8-node12) is built from [Dockerfile_mbtci_java8](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java8) using Node 12.
4243
* [mbtci-java8-node14](https://hub.docker.com/r/devxci/mbtci-java8-node14) is built from [Dockerfile_mbtci_java8](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java8) using Node 14.
43-
* [mbtci-java11-node12](https://hub.docker.com/r/devxci/mbtci-java11-node12) is built from [Dockerfile_mbtci_java11](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java11) using Node 12.
44-
* [mbtci-java11-node14](https://hub.docker.com/r/devxci/mbtci-java11-node14) is built from [Dockerfile_mbtci_java11](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java14) using Node 14.
44+
* [mbtci-java8-node16](https://hub.docker.com/r/devxci/mbtci-java8-node16) is built from [Dockerfile_mbtci_java8](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java8) using Node 16.
45+
* [mbtci-java8-node18](https://hub.docker.com/r/devxci/mbtci-java8-node18) is built from [Dockerfile_mbtci_java8](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java8) using Node 18.
46+
47+
* [mbtci-java11-node14](https://hub.docker.com/r/devxci/mbtci-java11-node14) is built from [Dockerfile_mbtci_java11](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java11) using Node 14.
48+
* [mbtci-java11-node16](https://hub.docker.com/r/devxci/mbtci-java11-node16) is built from [Dockerfile_mbtci_java11](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java14) using Node 16.
49+
* [mbtci-java11-node18](https://hub.docker.com/r/devxci/mbtci-java11-node18) is built from [Dockerfile_mbtci_java11](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_java14) using Node 18.
50+
4551

4652
Additional image which is more light-weight and gives the flexibility to add "per-scenario" the required set of tools:
4753
* [mbtci-alpine](https://hub.docker.com/r/devxci/mbtci-alpine) is built from [Dockerfile_mbtci_alpine](https://github.com/SAP/cloud-mta-build-tool/blob/master/Dockerfile_mbtci_alpine).
4854

4955
##### How to pull the images
5056
You should choose the relevant image type from following list to replace the `<TYPE>` template in the command/FROM according your MTA project technologies:
51-
* java8-node12
5257
* java8-node14
53-
* java11-node12
58+
* java8-node16
59+
* java8-node18
5460
* java11-node14
61+
* java11-node16
62+
* java11-node18
5563
* alpine
5664

5765
From the command line:

0 commit comments

Comments
 (0)