You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/03/27 16:06:50 UTC

[incubator-streampipes] branch dev updated: [hotfix] Change platform ids for backend docker image

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7235380  [hotfix] Change platform ids for backend docker image
7235380 is described below

commit 72353805073e640c2acd18d9452ba1bb8061763a
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Sun Mar 27 18:06:28 2022 +0200

    [hotfix] Change platform ids for backend docker image
---
 .github/workflows/build.yml    | 2 +-
 streampipes-backend/Dockerfile | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5de50aa..b0eb21d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
         uses: docker/build-push-action@v2
         with:
           context: ./streampipes-backend
-          platforms: linux/amd64,linux/arm64,linux/arm32v7
+          platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
           push: true
           tags: ${{ env.DOCKERHUB_APACHE_REPO }}/backend:${{ env.MVN_VERSION }}
 
diff --git a/streampipes-backend/Dockerfile b/streampipes-backend/Dockerfile
index 792e72e..8a5e15b 100644
--- a/streampipes-backend/Dockerfile
+++ b/streampipes-backend/Dockerfile
@@ -13,8 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG BASE_IMAGE=eclipse-temurin:11-jre-focal
-FROM $BASE_IMAGE
+FROM eclipse-temurin:11-jre-focal
 
 EXPOSE 8030
 ENV CONSUL_LOCATION consul