Chore: update docker images -- revert to debian stable (#33044)

* update docker images -- revert to debian stable

* pinned node version
This commit is contained in:
Stephanie Closson
2021-06-16 12:35:18 -03:00
committed by GitHub
parent b7b8081a06
commit 16cc91bf33
5 changed files with 5 additions and 5 deletions

View File

@ -4,4 +4,4 @@
## Common variable declarations
##
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.2.0-alpine"
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.2.1-alpine"

View File

@ -10,7 +10,7 @@ mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
rm /bin/cp
mv /usr/local/bin/cp /bin/cp
apk add --no-cache curl 'nodejs-current=14.5.0-r0' npm yarn build-base openssh git-lfs perl-utils coreutils python3
apk add --no-cache curl 'nodejs=14.16.1-r1' npm yarn build-base openssh git-lfs perl-utils coreutils python3
#
# Only relevant for testing, but cypress does not work with musl/alpine.

View File

@ -1,4 +1,4 @@
FROM debian:testing-20210111-slim
FROM debian:buster-slim
ENV DEBIAN_FRONTEND=noninteractive

View File

@ -5,5 +5,5 @@
##
DOCKER_IMAGE_BASE_NAME="grafana/grafana-plugin-ci-e2e"
DOCKER_IMAGE_VERSION="1.2.0"
DOCKER_IMAGE_VERSION="1.2.1"
DOCKER_IMAGE_NAME="${DOCKER_IMAGE_BASE_NAME}:${DOCKER_IMAGE_VERSION}"

View File

@ -41,7 +41,7 @@ chmod 755 /usr/local/bin/golangci-lint
# Install code climate
get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64" \
"/usr/local/bin/cc-test-reporter" \
"e1be1930379bd169d3a8e82135cf57216ad52ecfaf520b5804f269721e4dcc3d"
"5e72323531a2d1842d81ec784a2b4ed789cc9c8ecf0213d4f701855fa13d1bfb"
chmod 755 /usr/local/bin/cc-test-reporter
wget -O /usr/local/bin/grabpl "https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.38/grabpl"