From 73a3385eec32e35bccc2ee3112faf39fd6796df1 Mon Sep 17 00:00:00 2001 From: Andre Voigtmann Date: Tue, 4 Oct 2022 13:52:50 +0200 Subject: [PATCH] readme + always build amd64 --- README.md | 4 +++- docker-compose.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c89a8e5..14bba50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # mbt-docker -## Diff from devxci +## Diff from [devxci](https://github.com/SAP/cloud-mta-build-tool) +* latest versions of node16/sapmachine/maven +* python 2->3 * source integrity, source authentication, etc. * build debug logs * smoke tests diff --git a/docker-compose.yml b/docker-compose.yml index 6e29cc2..e27e772 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,6 @@ version: '3.8' services: mbt-docker: + platform: linux/amd64 build: dockerfile: Dockerfile -- 2.34.1