Plugin Backend Start Failure in Grafana on Cloud Run with GCS as Persistent Storage

I am currently hosting Grafana OSS on Google Cloud Run with Google Cloud Storage (GCS) configured as the persistent storage. However, I am facing an issue when trying to create dashboards using any plugins.

For every plugin I try to use, I encounter the following error in the logs:
logger=plugins.backend.start t=2025-03-10T10:39:45.110576533Z level=error
msg=“Could not start plugin backend” pluginId=grafana-googlesheets-datasource
error=“fork/exec /var/lib/grafana/plugins/grafana-googlesheets-datasource/gpx_sheets_linux_amd64: permission denied”

The error specifically mentions permission denied when trying to start the plugin backend (fork/exec). This behaviour occurs for all plugins, not just the Google Sheets plugin.

This is my dockerfile

anyone can check this please

Hi @rosarioboscoofficial this forum is about plugin development not general plugin support. For general Grafana installation and configuration questions please ask in the Grafana forum.

Sure thanks @academo