From 9ef0f29040089955c5863eb68c5f21411e73ddc0 Mon Sep 17 00:00:00 2001 From: Andre Voigtmann Date: Thu, 29 Sep 2022 10:36:16 +0200 Subject: [PATCH] chore --- REPO.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 REPO.md diff --git a/REPO.md b/REPO.md new file mode 100644 index 0000000..dce543b --- /dev/null +++ b/REPO.md @@ -0,0 +1,30 @@ +# alternative to Xmake approach + +Repository https://int.repositories.cloud.sap/ui/repos/tree/General/emobility + +[Permissions](https://int.repositories.cloud.sap/ui/admin/management/permissions/edit/emobility%20-%20permission) + +### How to build and publish this Docker image + +- REPOSITORY_NAME - repo name in SAP artifactory +- HOST - usually is int.repositories.cloud.sap +- IMAGE_NAME - docker container image name +- TAG - image tag + +```sh +docker build -t ./: . +``` + +```sh +docker push ./: +``` + +### Example + +```sh +docker build -t emobility.int.repositories.cloud.sap/mbt-docker:latest . +``` + +```sh +docker push emobility.int.repositories.cloud.sap/mbt-docker:latest +``` -- 2.34.1