I want to install Grafana oss via dockerfile and for this I want download url of spcific version, but when select any version it shows below issue messege on page:
”Whoops!
We’re sorry, something went wrong on our end.
Please try again later or head back to the homepage. Feel free to contact us if the problem persists.”
Just chnage the version from drop down and see:
no issue .
please clear the history and cache.
which version you want to see??
Thank you for your response, I also tried same version as you and it worked.
But I want version ‘12.3.6+security-01’, which is still giving issue I showed above.
Since what you want is docker would this work
docker run -d --name=grafana -p 3000:3000 grafana/grafana:12.3.6+security-01
12.4.2 also addresses the cve in 12.3.6+security-01
Hello @yosiasz, Thank You for your inputs,
Actually Iam using dockerfile to install grafana on linux so need download url for same
And if you look carefully doanload url, they have given build id of that perticular version in url:
wget https://dl.grafana.com/grafana/release/12.4.2/grafana_12.4.2_**23531306697**_linux_amd64.deb
this is the reason I want url provided by vendor on official page to install 12.3.6+security-01 version
if you are using docker why would you want to download the deb file?
I am having the exact same issue but with the version ‘12.3.6+security-01 Windows download. I did some further testing and the issue only happens when I attempt to download the +Security software. All the others seem to work fine. Unfortunately I have to have the +security software version.