You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/14 16:34:45 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-240] remove installs from non alpine base image

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 1c17f33  [STREAMPIPES-240] remove installs from non alpine base image
1c17f33 is described below

commit 1c17f334bf51bd689ec39be1c45dd55e8cb32e92
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 18:34:30 2020 +0200

    [STREAMPIPES-240] remove installs from non alpine base image
---
 streampipes-pipeline-elements-all-jvm/aarch64.Dockerfile       | 5 -----
 streampipes-pipeline-elements-all-jvm/arm.Dockerfile           | 5 -----
 streampipes-processors-image-processing-jvm/aarch64.Dockerfile | 5 -----
 streampipes-processors-image-processing-jvm/arm.Dockerfile     | 5 -----
 4 files changed, 20 deletions(-)

diff --git a/streampipes-pipeline-elements-all-jvm/aarch64.Dockerfile b/streampipes-pipeline-elements-all-jvm/aarch64.Dockerfile
index 73651b0..95c7574 100644
--- a/streampipes-pipeline-elements-all-jvm/aarch64.Dockerfile
+++ b/streampipes-pipeline-elements-all-jvm/aarch64.Dockerfile
@@ -21,11 +21,6 @@ ENV CONSUL_LOCATION consul
 EXPOSE 8090
 
 COPY qemu-aarch64-static /usr/bin
-# needed pkgs processors-image-processing-jvm
-RUN apk --update add --no-cache \
-    fontconfig \
-    ttf-dejavu
-
 COPY target/streampipes-processors-all-jvm.jar  /streampipes-processing-element-container.jar
 
 ENTRYPOINT ["java", "-jar", "/streampipes-processing-element-container.jar"]
diff --git a/streampipes-pipeline-elements-all-jvm/arm.Dockerfile b/streampipes-pipeline-elements-all-jvm/arm.Dockerfile
index ca87e4e..5e668ef 100644
--- a/streampipes-pipeline-elements-all-jvm/arm.Dockerfile
+++ b/streampipes-pipeline-elements-all-jvm/arm.Dockerfile
@@ -21,11 +21,6 @@ ENV CONSUL_LOCATION consul
 EXPOSE 8090
 
 COPY qemu-arm-static /usr/bin
-# needed pkgs processors-image-processing-jvm
-RUN apk --update add --no-cache \
-    fontconfig \
-    ttf-dejavu
-
 COPY target/streampipes-processors-all-jvm.jar  /streampipes-processing-element-container.jar
 
 ENTRYPOINT ["java", "-jar", "/streampipes-processing-element-container.jar"]
diff --git a/streampipes-processors-image-processing-jvm/aarch64.Dockerfile b/streampipes-processors-image-processing-jvm/aarch64.Dockerfile
index 5ee23da..3659bbc 100644
--- a/streampipes-processors-image-processing-jvm/aarch64.Dockerfile
+++ b/streampipes-processors-image-processing-jvm/aarch64.Dockerfile
@@ -21,11 +21,6 @@ ENV CONSUL_LOCATION consul
 EXPOSE 8090
 
 COPY qemu-aarch64-static /usr/bin
-# needed pkgs processors-image-processing-jvm
-RUN apk --update add --no-cache \
-    fontconfig \
-    ttf-dejavu
-
 COPY target/streampipes-processors-image-processing-jvm.jar  /streampipes-processing-element-container.jar
 
 ENTRYPOINT ["java", "-jar", "/streampipes-processing-element-container.jar"]
diff --git a/streampipes-processors-image-processing-jvm/arm.Dockerfile b/streampipes-processors-image-processing-jvm/arm.Dockerfile
index 71eb151..14917a2 100644
--- a/streampipes-processors-image-processing-jvm/arm.Dockerfile
+++ b/streampipes-processors-image-processing-jvm/arm.Dockerfile
@@ -21,11 +21,6 @@ ENV CONSUL_LOCATION consul
 EXPOSE 8090
 
 COPY qemu-arm-static /usr/bin
-# needed pkgs processors-image-processing-jvm
-RUN apk --update add --no-cache \
-    fontconfig \
-    ttf-dejavu
-
 COPY target/streampipes-processors-image-processing-jvm.jar  /streampipes-processing-element-container.jar
 
 ENTRYPOINT ["java", "-jar", "/streampipes-processing-element-container.jar"]