X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=6e31a211514769dcfdd83d0aa57ecd8a1a71d932;hb=2fe0e5d6a5b88d9c5449b5726498a2a7db358798;hp=a7b819729b2e64f66ee55cacb91725ad3e1f9a58;hpb=482fe6a2e2abae083ff60edafea1ad15bea3e368;p=mbt-docker.git diff --git a/README.md b/README.md index a7b8197..6e31a21 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,39 @@ # mbt-docker + +## Diff from [devxci](https://github.com/SAP/cloud-mta-build-tool) + +* latest versions of node/sapmachine/maven +* python 2->3 +* source integrity, source authentication, etc. +* build debug logs +* smoke tests +* version handling compliant with renovate for automated upgrade + +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%2Fmbtbuildimage?name=com.sap.emobility&type=packages) - -## One-Time Setup Setup -Register Project Portal -- https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Create_a_Github_project/#default-builds -- https://projectportal.tools.sap/#/availableTemplates -- https://github.tools.sap/E-Mobility/mbt-docker/blob/config/services/production-services/build-service/config.yml +- [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%2Fmbtbuildimage?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_ +## One-Time Setup Setup +[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) +[xmake-config.yml](https://github.tools.sap/E-Mobility/mbt-docker/blob/config/services/production-services/build-service/config.yml) + [Kudos - Richards images](https://github.wdf.sap.corp/D057156)