Skip to content

Commit

Permalink
Merge pull request #5 from PostHog/frank/enterprise
Browse files Browse the repository at this point in the history
switch to metabase enterprise
  • Loading branch information
frankh committed May 30, 2024
2 parents 8c07d57 + a2d6ac4 commit 732dc06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Once https://github.com/metabase/metabase/issues/13119 will be resolved, please uncomment this
# section to use the official image and remove everything after it.
#
# FROM metabase/metabase:v0.44.6
# FROM metabase/metabase-enterprise:v1.49.13
#
# ADD https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/0.9.2/clickhouse.metabase-driver.jar /plugins/
#
Expand All @@ -28,7 +28,7 @@ RUN apt-get update -yq && apt-get install -yq bash fonts-dejavu-core fonts-dejav
WORKDIR /app

# Copy the Metabase app from the offical image
COPY --from=metabase/metabase:v0.46.6.1 /app /app
COPY --from=metabase/metabase-enterprise:v1.49.13 /app /app

# Copy the ClickHouse driver
ADD --chmod=744 https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/1.1.7/clickhouse.metabase-driver.jar /app/plugins/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# metabase-clickhouse

This repo builds the [official Metabase docker image](https://hub.docker.com/r/metabase/metabase/), with the addition of the [Clickhouse driver](https://github.com/enqueue/metabase-clickhouse-driver) and ARM64 support (see upstream [issue](https://github.com/metabase/metabase/issues/13119)).
This repo builds the [official Metabase enterprise docker image](https://hub.docker.com/r/metabase/metabase-enterprise/), with the addition of the [Clickhouse driver](https://github.com/enqueue/metabase-clickhouse-driver) and ARM64 support (see upstream [issue](https://github.com/metabase/metabase/issues/13119)).

To update the version of Metabase, update the Dockerfile and push a new tag to the repo. CI will build and push the new image!

0 comments on commit 732dc06

Please sign in to comment.