mirror of https://github.com/grafana/grafana
build: deployment ci container. (#13902)
parent
758ec4bc70
commit
3d452e5a46
@ -0,0 +1,5 @@ |
||||
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 |
||||
@ -0,0 +1,7 @@ |
||||
#!/bin/bash |
||||
|
||||
_version="1.0.0" |
||||
_tag="grafana/grafana-ci-deploy:${_version}" |
||||
|
||||
docker build -t $_tag . |
||||
docker push $_tag |
||||
Loading…
Reference in new issue