mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 18:04:15 +08:00
9 lines
187 B
Bash
Executable File
9 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
## Common variable declarations
|
|
## Find the latest tags on https://hub.docker.com/r/grafana/grafana-plugin-ci/tags
|
|
##
|
|
|
|
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.6.1"
|