| 1 | # mbt-docker |
| 2 | |
| 3 | ## Diff from [devxci](https://github.com/SAP/cloud-mta-build-tool) |
| 4 | |
| 5 | * latest versions of node/sapmachine/maven |
| 6 | * python 2->3 |
| 7 | * SAP security policy compliance: binaries authentication and integrity check |
| 8 | * build debug |
| 9 | * build stopped at any error => no corrupted images can be pushed |
| 10 | * smoke tests |
| 11 | |
| 12 | Ref: https://github.com/SAP/cloud-mta-build-tool#the-cloud-mta-build-tool-images-deprecated |
| 13 | |
| 14 | ## Usage |
| 15 | |
| 16 | * Piper: `dockerImage: 'docker.wdf.sap.corp:50000/com.sap.emobility/mbt-docker:<version>'` |
| 17 | * Local: `docker pull public.int.repositories.cloud.sap/com.sap.emobility/mbt-docker:<version>` |
| 18 | |
| 19 | ## Links |
| 20 | |
| 21 | - [ProjectPortal](https://projectportal.tools.sap/#/projectview/ght-e-mobility-mbt-docker) |
| 22 | - [xMake](https://xmake-nova.wdf.sap.corp/job_finder/?input=ght-e-mobility-mbt-docker-OD-common) |
| 23 | - [Artifactory](https://int.repositories.cloud.sap/ui/packages/docker:%2F%2Fcom.sap.emobility%2Fmbt-docker?name=com.sap.emobility&type=packages) |
| 24 | |
| 25 | ## How-To Build docker image |
| 26 | |
| 27 | See [REPO.md](./REPO.md) |
| 28 | |
| 29 | ## One-Time Setup Setup |
| 30 | [Register Project Portal](https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Create_a_Github_project/#default-builds) + [templates](https://projectportal.tools.sap/#/availableTemplates) |
| 31 | [xmake-config.yml](https://github.tools.sap/E-Mobility/mbt-docker/blob/config/services/production-services/build-service/config.yml) |
| 32 | |
| 33 | [Kudos - Richards images](https://github.wdf.sap.corp/D057156) |