diff --git a/Dockerfile b/Dockerfile index 088f137..4dc93d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ # @@ -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/ diff --git a/README.md b/README.md index 28599f3..55a3684 100644 --- a/README.md +++ b/README.md @@ -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!