We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c22d2 commit 8b7f76cCopy full SHA for 8b7f76c
Dockerfile
@@ -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