Skip to content

Commit 8b7f76c

Browse files
committed
add debug docker file
1 parent 46c22d2 commit 8b7f76c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM apachepinot/pinot:0.11.0
2+
3+
RUN mkdir -p /opt/pinot/plugins/anduin
4+
5+
ENV ANDUIN_PLUGINS_VERSION 0.1.1
6+
COPY ./format/pinot-canal/target/pinot-canal-${ANDUIN_PLUGINS_VERSION}.jar /opt/pinot/plugins/anduin
7+
8+
ENTRYPOINT ["/opt/pinot/bin/pinot-admin.sh"]

0 commit comments

Comments
 (0)