Error when using Grafana offline with Plugins

You didn’t provide reproducible example so I guess only: you are using GF_INSTALL_PLUGINS env variable, which is installing plugings from the internet, when container is starting.
I would rather install plugins with grafana-cli in the Dockerfile, so plugins will be in the image itself and no install from the internet will be required. Random example from the GitHub: