Skip to content
Snippets Groups Projects
Unverified Commit 912c7696 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Switch to Temurin official image (#18923)

* Switch to Temurin official image

This image is a pure musl alpine image
parent 7da70b9e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ RUN INTERACTIVE=false CI=true MB_EDITION=$MB_EDITION bin/build
## Remember that this runner image needs to be the same as bin/docker/Dockerfile with the exception that this one grabs the
## jar from the previous stage rather than the local build
FROM adoptopenjdk/openjdk11:alpine-jre as runner
FROM eclipse-temurin:11-jre-alpine as runner
ENV FC_LANG en-US LC_CTYPE en_US.UTF-8
......
FROM adoptopenjdk/openjdk11:alpine-jre
FROM eclipse-temurin:11-jre-alpine
ENV FC_LANG en-US LC_CTYPE en_US.UTF-8
......@@ -23,4 +23,4 @@ EXPOSE 3000
# $ docker run ... -v $PWD/metabase.db.mv.db:/app/initial.db.mv.db ...
# run it
ENTRYPOINT ["/app/run_metabase.sh"]
\ No newline at end of file
ENTRYPOINT ["/app/run_metabase.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment