Merge branch 'main' of git.piment-noir.org:mbt-docker
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Feb 2023 17:16:14 +0000 (18:16 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Feb 2023 17:16:14 +0000 (18:16 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
1  2 
docker-compose.yml

index e179269e38cf364bd449cf2617d4622aef55d621,fe06fa0337ccb3088dddf7fdc89b733400323d37..f534a96ef9955f99be9d4d04d7bdb7187a861ca9
@@@ -3,10 -3,11 +3,11 @@@ services
    mbt-node18-java8-docker:
      platform: linux/amd64
      build:
+       context: .
+       dockerfile: Dockerfile
        args:
 -        NODE_VERSION: 18.14.1
 +        NODE_VERSION: 18.14.2
-         SAPMACHINE_VERSION: 8.1.091
-       dockerfile: Dockerfile
+         SAPMACHINE_VERSION: 8.1.092
    mbt-node16-java8-docker:
      platform: linux/amd64
      build:
    mbt-node18-java11-docker:
      platform: linux/amd64
      build:
+       context: .
+       dockerfile: Dockerfile
        args:
 -        NODE_VERSION: 18.14.1
 +        NODE_VERSION: 18.14.2
          SAPMACHINE_VERSION: 11.0.18
-       dockerfile: Dockerfile
    mbt-node16-java11-docker:
      platform: linux/amd64
      build:
    mbt-node18-java17-docker:
      platform: linux/amd64
      build:
+       context: .
+       dockerfile: Dockerfile
        args:
 -        NODE_VERSION: 18.14.1
 +        NODE_VERSION: 18.14.2
          SAPMACHINE_VERSION: 17.0.6
-       dockerfile: Dockerfile
    mbt-node16-java17-docker:
      platform: linux/amd64
      build:
    mbt-node18-java19-docker:
      platform: linux/amd64
      build:
+       context: .
+       dockerfile: Dockerfile
        args:
 -        NODE_VERSION: 18.14.1
 +        NODE_VERSION: 18.14.2
          SAPMACHINE_VERSION: 19.0.2
-       dockerfile: Dockerfile
    mbt-node16-java19-docker:
      platform: linux/amd64
      build: