Created
September 19, 2024 19:06
-
-
Save giovannibonetti/682e701b7723804bbb0f6dcf312b1d5e to your computer and use it in GitHub Desktop.
Metabase DuckDb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM openjdk:19-buster | |
ENV MB_PLUGINS_DIR=/home/plugins/ | |
ADD https://downloads.metabase.com/v0.50.26/metabase.jar /home/ | |
ADD https://github.com/MotherDuck-Open-Source/metabase_duckdb_driver/releases/download/0.2.9/duckdb.metabase-driver.jar /home/plugins/ | |
RUN chmod 744 /home/plugins/duckdb.metabase-driver.jar | |
CMD ["java", "-jar", "/home/metabase.jar"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment