Sign in
apache
/
streampipes-extensions
/
refs/tags/0.60.1
/
.
/
streampipes-processors-aggregation-flink
/
Dockerfile
blob: 77ed1ca587b0e1c5b3b758380bea2805249784b7 [
file
] [
log
] [
blame
]
FROM anapsix
/
alpine
-
java
EXPOSE
8090
ENV CONSUL_LOCATION consul
ADD target
/
streampipes
-
processors
-
aggregation
-
flink
.
jar
/
streampipes
-
processing
-
element
-
container
.
jar
ENTRYPOINT
[
"java"
,
"-jar"
,
"/streampipes-processing-element-container.jar"
]