Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
+ add json-datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
FKAJerry committed Jan 31, 2024
1 parent 11c7d44 commit 764ebec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM quay.m.daocloud.io/grafana-operator/grafana_plugins_init:0.0.6
FROM quay.io/grafana-operator/grafana_plugins_init:0.0.6

# COPY your-manifests /opt/xxx/
WORKDIR /app

COPY /plugins /app/plugins

CMD [ "unzip", "/app/plugins/marcusolsson-json-datasource-1.3.10.zip", "-d", "/opt/plugins" ]
Binary file added plugins/marcusolsson-json-datasource-1.3.10.zip
Binary file not shown.

0 comments on commit 764ebec

Please sign in to comment.