Skip to content
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

Add linux-musl build #324

Closed
wants to merge 1 commit into from
Closed

Add linux-musl build #324

wants to merge 1 commit into from

Conversation

ArturWierzbicki
Copy link
Contributor

@ArturWierzbicki ArturWierzbicki commented Feb 20, 2022

fixes #323

CI-build artifact:
https://github.com/grafana/grafana-image-renderer/blob/linux-musl-build-test-artifact/testartifacts/plugin-linux-x64-musl-no-chromium.zip?raw=true

To test:

  1. modify <project_dir>/grafana/packaging/docker/custom/Dockerfile: replace the value of pluginUrl with the CI-built linux-musl version: https://github.com/grafana/grafana-image-renderer/blob/linux-musl-build-test-artifact/testartifacts/plugin-linux-x64-musl-no-chromium.zip?raw=true
  2. docker build --build-arg "GRAFANA_VERSION=latest" --build-arg "GF_INSTALL_IMAGE_RENDERER_PLUGIN=true" -t grafana-custom -f Dockerfile .
  3. docker run -d -p 3000:3000 --name=grafana-custom grafana-custom

@ArturWierzbicki ArturWierzbicki changed the title WIP: add linuxmusl build Add linuxmusl build Feb 20, 2022
@ArturWierzbicki ArturWierzbicki changed the title Add linuxmusl build Add linux-musl build Feb 20, 2022
@ArturWierzbicki
Copy link
Contributor Author

closing in favor of #325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3.4.0 error="*rendering.RenderingService run error: Unrecognized remote plugin message:..."
1 participant