Skip to content

Commit 855c3fe

Browse files
committed
adding a new dockerfile for hypertrace
1 parent 1971437 commit 855c3fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM eclipse-temurin:11-jre-noble
2+
3+
ENV PINOT_HOME=/opt/pinot
4+
5+
COPY pinot-distribution/target/apache-pinot-1.3.0-bin/apache-pinot-1.3.0-bin /opt/pinot
6+
7+
EXPOSE 9000 8099 8098 8097 8096
8+
9+
WORKDIR ${PINOT_HOME}
10+
11+
ENTRYPOINT ["./bin/pinot-admin.sh"]

0 commit comments

Comments
 (0)