Commit 3d452e5a by Leonard Gram Committed by GitHub

build: deployment ci container. (#13902)

parent 758ec4bc
FROM circleci/python:2.7-stretch
RUN sudo pip install awscli && \
curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-222.0.0-linux-x86_64.tar.gz | \
sudo tar xvzf - -C /opt
#!/bin/bash
_version="1.0.0"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .
docker push $_tag
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