Chore: Upgrade grafana/build-ci-deploy image to latest Go (#29171)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-18 08:40:41 +01:00
committed by GitHub
parent 4c0aa4acd5
commit bcb307fb1b
4 changed files with 17 additions and 17 deletions

View File

@ -10,10 +10,10 @@ FROM circleci/python:2.7-stretch-node
USER root
ARG GOOGLE_SDK_VERSION=308.0.0
ARG GOOGLE_SDK_CHECKSUM=9e8e31d9503340fc912374311ac1fffbfc5b59748d20b681f9aca3de2b68deb5
ARG GOOGLE_SDK_VERSION=319.0.0
ARG GOOGLE_SDK_CHECKSUM=28048af8fe83a1c80a37258d4e6c00edf22bc93edf570fb9bb6a42cca726d4c5
RUN pip install -U awscli crcmod && \
RUN apt-get install -yq python3-pip && pip3 install -U awscli crcmod && \
curl -fLO https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${GOOGLE_SDK_VERSION}-linux-x86_64.tar.gz && \
echo "${GOOGLE_SDK_CHECKSUM} google-cloud-sdk-${GOOGLE_SDK_VERSION}-linux-x86_64.tar.gz" | sha256sum --check --status && \
tar xzf google-cloud-sdk-${GOOGLE_SDK_VERSION}-linux-x86_64.tar.gz -C /opt && \

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.6"
_version="1.2.7"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .

View File

@ -1,6 +1,6 @@
grabpl_version = '0.5.27'
build_image = 'grafana/build-container:1.2.29'
publish_image = 'grafana/grafana-ci-deploy:1.2.6'
publish_image = 'grafana/grafana-ci-deploy:1.2.7'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
alpine_image = 'alpine:3.12'
windows_image = 'mcr.microsoft.com/windows:1809'