Files
grafana/packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/test/docker-compose.yml
Stephanie Closson ae95287d1e New alpine based plugin ci image (#23533)
* New alpine based plugin ci image
- smaller, based on alpine (downloads in 7 to 10 seconds)
- Has updated gget that uses tar.gz
  - Unpacks to /opt/grafana
- Compatible cp with toolkit

* needed build tools for go lint

* added built vm to test tool

* add circleci plugin config

* added openssh to image

* fix for gget & renamed to ginstall
2020-04-13 11:53:16 -06:00

19 lines
502 B
YAML

version: '3'
services:
citest:
image: "amd64/alpine"
user: root
volumes:
- ../scripts:/home/circleci/scripts
- ../install:/home/circleci/install
- ${HOME}/.ssh:/root/.ssh
- ../../..:/home/circleci/grafana-toolkit
cibuilt:
image: "srclosson/grafana-plugin-ci-alpine"
user: root
volumes:
- ../scripts:/home/circleci/scripts
- ../install:/home/circleci/install
- ${HOME}/.ssh:/root/.ssh
- ../../..:/home/circleci/grafana-toolkit