-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Docker container #9
Comments
+1 |
Pushed a new version, going to have a look at setting up some automation for it. |
great, thanks @ananace |
Thanks @ananace |
The latest docker image is crashing with docker version 19.03.12 with the message below, I am using docker-compose to bring the container up.
Accordingly to the thread on link below it is a issue between older docker version before 20.10 + ruby alpine 3.0. I changed the alpine version to 3.13 and it solves the error, see the diff below: diff --git a/Dockerfile b/Dockerfile
index 3184eb6..6e12766 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.0-alpine
+FROM ruby:alpine3.13
#RUN apt-get update -qq && apt-get install -y build-essential Maybe this breaks other contexts, but for my environment it fixed the errors By the way, thanks @ananace for this great tool! -- Co-Authored-By: @DiegoGomez01 |
Could you kindly update ananace/grafana-matrix on Docker Hub? It was updated 2 years ago while the latest commit in this repo was 21 days ago.
The text was updated successfully, but these errors were encountered: