Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
912c7696
Unverified
Commit
912c7696
authored
3 years ago
by
Luis Paolini
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
bin/docker/Dockerfile
+2
-2
2 additions, 2 deletions
bin/docker/Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
912c7696
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
bin/docker/Dockerfile
+
2
−
2
View file @
912c7696
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"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment