Skip to content

Commit d2228dc

Browse files
committed
chore(quickwit): add grafana quickwit plugin
1 parent a95a8fa commit d2228dc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN groupadd drycc --gid ${DRYCC_GID} \
1414

1515
COPY . /
1616

17-
RUN install-packages fontconfig \
17+
RUN install-packages unzip fontconfig \
1818
&& install-stack grafana ${GRAFANA_VERSION} \
1919
&& install-stack jq ${JQ_VERSION} \
2020
&& install-stack caddy $CADDY_VERSION \
@@ -25,6 +25,11 @@ RUN install-packages fontconfig \
2525
&& chown -R ${DRYCC_UID}:${DRYCC_GID} ${DRYCC_HOME_DIR} \
2626
# set env
2727
&& echo "source ${DRYCC_HOME_DIR}/venv/bin/activate" >> /opt/drycc/python/profile.d/python.sh \
28+
# grafana plugin
29+
&& mkdir ${DRYCC_HOME_DIR}/plugins \
30+
&& curl -sSL https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.6/quickwit-quickwit-datasource-0.4.6.zip -o quickwit.zip \
31+
&& unzip quickwit.zip -d ${DRYCC_HOME_DIR}/plugins \
32+
&& rm -rf quickwit.zip \
2833
&& rm -rf \
2934
/usr/share/doc \
3035
/usr/share/man \

0 commit comments

Comments
 (0)