Commit ba4a8256 by Arve Knudsen Committed by GitHub

Chore: Rename plugin CI image as grafana/grafana-plugin-ci:latest-alpine (#26106)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 52f12d10
# Using this docker image # Using this docker image
Currently tagged and uploaded to dockerhub as srclosson/integrations-ci-build Uploaded to dockerhub as grafana/grafana-plugin-ci:latest-alpine
Based off of `circleci/node:12-browsers` Based off of `circleci/node:12-browsers`
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
## Common variable declarations ## Common variable declarations
## ##
DOCKER_IMAGE_NAME="srclosson/grafana-plugin-ci-alpine" DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:latest-alpine"
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
- ${HOME}/.ssh:/root/.ssh - ${HOME}/.ssh:/root/.ssh
- ../../..:/home/circleci/grafana-toolkit - ../../..:/home/circleci/grafana-toolkit
cibuilt: cibuilt:
image: "srclosson/grafana-plugin-ci-alpine" image: "grafana/grafana-plugin-ci:latest-alpine"
user: root user: root
volumes: volumes:
- ../scripts:/home/circleci/scripts - ../scripts:/home/circleci/scripts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment