mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
9 lines
213 B
Bash
Executable File
9 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
## Common variable declarations
|
|
## Find the latest tags on https://hub.docker.com/r/grafana/grafana-plugin-ci/tags?page=1&name=alpine
|
|
##
|
|
|
|
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.6.1-alpine"
|