You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: /Stage[main]/Grafana::Install/Docker::Image[grafana/grafana]/Exec[/usr/local/bin/update_docker_image.sh grafana/grafana:7.5.2]/returns: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Notice: /Stage[main]/Grafana::Install/Docker::Image[grafana/grafana]/Exec[/usr/local/bin/update_docker_image.sh grafana/grafana:7.5.2]/returns: Docker image grafana/grafana:7.5.2 failed to pull!
The module always downloads grafana/grafana image
What behaviour did you expect instead
be able to specify an alternative registry/repository
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Use follow config and try to apply ( where my-docker-registry/grafana/grafana - valid docker registry ):
What are you seeing
Module always tries to download from https://registry-1.docker.io/v2/ + grafana/grafana:$version
Notice: /Stage[main]/Grafana::Install/Docker::Image[grafana/grafana]/Exec[/usr/local/bin/update_docker_image.sh grafana/grafana:7.5.2]/returns: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Notice: /Stage[main]/Grafana::Install/Docker::Image[grafana/grafana]/Exec[/usr/local/bin/update_docker_image.sh grafana/grafana:7.5.2]/returns: Docker image grafana/grafana:7.5.2 failed to pull!
The module always downloads grafana/grafana image
What behaviour did you expect instead
be able to specify an alternative registry/repository
Output log
Any additional information you'd like to impart
Apparently, the problem is here, install.pp:
The text was updated successfully, but these errors were encountered: