X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=b5c8caba929553ea020fc6f664a31c2a6c2515d5;hb=28df4c45ae73bd91f83ffc99fadc12a24175b99a;hp=d19610daec46f59e04395320ff9816dfcd062984;hpb=4e8e725332411709dcda088af0773059392bbe5f;p=mbt-docker.git diff --git a/README.md b/README.md index d19610d..b5c8cab 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,34 @@ # mbt-docker + +## Diff from [devxci](https://github.com/SAP/cloud-mta-build-tool) + +* latest versions of node/sapmachine/maven +* python 2->3 +* SAP security policy compliance: binaries authentication and integrity check +* build debug +* build stopped at any error => no corrupted images can be pushed +* smoke tests + +Ref: https://github.com/SAP/cloud-mta-build-tool#the-cloud-mta-build-tool-images-deprecated + +## Usage + +* Piper: `dockerImage: 'docker.wdf.sap.corp:50000/com.sap.emobility/mbt-docker:'` +* Local: `docker pull public.int.repositories.cloud.sap/com.sap.emobility/mbt-docker:` + ## Links - [ProjectPortal](https://projectportal.tools.sap/#/projectview/ght-e-mobility-mbt-docker) - [xMake](https://xmake-nova.wdf.sap.corp/job_finder/?input=ght-e-mobility-mbt-docker-OD-common) - [Artifactory](https://int.repositories.cloud.sap/ui/packages/docker:%2F%2Fcom.sap.emobility%2Fmbt-docker?name=com.sap.emobility&type=packages) - - ## How-To Build docker image - Make sure the latest `main` branch version in [.xmake.cfg](https://github.tools.sap/E-Mobility/mbt-docker/blob/main/.xmake.cfg) - is higher than the latest published version on - [Artifactory](https://int.repositories.cloud.sap/ui/packages/docker:%2F%2Fcom.sap.emobility%2Fmbt-docker?name=com.sap.emobility&type=packages) + is higher than the latest published version on [Artifactory](https://int.repositories.cloud.sap/ui/packages/docker:%2F%2Fcom.sap.emobility%2Fmbt-docker?name=com.sap.emobility&type=packages) - Open [xMake](https://xmake-nova.wdf.sap.corp/job_finder/?input=ght-e-mobility-mbt-docker-OD-common) - Click _Build with Parameters_ -- Change _TREEISH_ to `master` +- Change _TREEISH_ to `main` - Change _BUILD_DEPLOY_ to `build_and_deploy` - Click _Build_